From 89fe631106aaf197bd47a5e4c8e0b982b7626283 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Jun 2024 04:26:59 +0000 Subject: [PATCH] fix: result/package.json & result/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKETIO-7278048 --- result/package-lock.json | 15 ++++++++------- result/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/result/package-lock.json b/result/package-lock.json index e893974..7bc8034 100644 --- a/result/package-lock.json +++ b/result/package-lock.json @@ -15,7 +15,7 @@ "express": "^4.17.1", "method-override": "^3.0.0", "pg": "^8.10.0", - "socket.io": "^2.5.0", + "socket.io": "^2.5.1", "stoppable": "^1.1.0" } }, @@ -865,9 +865,10 @@ } }, "node_modules/socket.io": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.5.0.tgz", - "integrity": "sha512-gGunfS0od3VpwDBpGwVkzSZx6Aqo9uOcf1afJj2cKnKFAoyl16fvhpsUhmUFd4Ldbvl5JvRQed6eQw6oQp6n8w==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.5.1.tgz", + "integrity": "sha512-eaTE4tBKRD6RFoetquMbxgvcpvoDtRyIlkIMI/SMK2bsKvbENTsDeeu4GJ/z9c90yOWxB7b/eC+yKLPbHnH6bA==", + "license": "MIT", "dependencies": { "debug": "~4.1.0", "engine.io": "~3.6.0", @@ -1748,9 +1749,9 @@ } }, "socket.io": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.5.0.tgz", - "integrity": "sha512-gGunfS0od3VpwDBpGwVkzSZx6Aqo9uOcf1afJj2cKnKFAoyl16fvhpsUhmUFd4Ldbvl5JvRQed6eQw6oQp6n8w==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.5.1.tgz", + "integrity": "sha512-eaTE4tBKRD6RFoetquMbxgvcpvoDtRyIlkIMI/SMK2bsKvbENTsDeeu4GJ/z9c90yOWxB7b/eC+yKLPbHnH6bA==", "requires": { "debug": "~4.1.0", "engine.io": "~3.6.0", diff --git a/result/package.json b/result/package.json index 727ba34..1f5b4c0 100644 --- a/result/package.json +++ b/result/package.json @@ -15,7 +15,7 @@ "express": "^4.17.1", "method-override": "^3.0.0", "pg": "^8.10.0", - "socket.io": "^2.5.0", + "socket.io": "^2.5.1", "stoppable": "^1.1.0" } }