From 762d97f31aa6c3e99407d290c1b1049ed1ed2b44 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:50:52 +0000 Subject: [PATCH] fix: Data Client/package.json & Data Client/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 --- Data Client/package-lock.json | 20 ++++++++++++-------- Data Client/package.json | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Data Client/package-lock.json b/Data Client/package-lock.json index 7869915..f42c8fb 100644 --- a/Data Client/package-lock.json +++ b/Data Client/package-lock.json @@ -17,7 +17,7 @@ "cors": "^2.8.5", "crypto": "^1.0.1", "dotenv": "^16.4.5", - "express": "^4.21.1", + "express": "^4.21.2", "jsonwebtoken": "^9.0.2", "sqlite3": "^5.1.7", "webflow-api": "^2.2.1" @@ -1139,9 +1139,9 @@ } }, "node_modules/express": { - "version": "4.21.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", - "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz", + "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==", "license": "MIT", "dependencies": { "accepts": "~1.3.8", @@ -1163,7 +1163,7 @@ "methods": "~1.1.2", "on-finished": "2.4.1", "parseurl": "~1.3.3", - "path-to-regexp": "0.1.10", + "path-to-regexp": "0.1.12", "proxy-addr": "~2.0.7", "qs": "6.13.0", "range-parser": "~1.2.1", @@ -1178,6 +1178,10 @@ }, "engines": { "node": ">= 0.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/express/node_modules/debug": { @@ -2286,9 +2290,9 @@ } }, "node_modules/path-to-regexp": { - "version": "0.1.10", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz", - "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==", + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", + "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", "license": "MIT" }, "node_modules/picomatch": { diff --git a/Data Client/package.json b/Data Client/package.json index 00c9026..9de65f4 100644 --- a/Data Client/package.json +++ b/Data Client/package.json @@ -19,7 +19,7 @@ "cors": "^2.8.5", "crypto": "^1.0.1", "dotenv": "^16.4.5", - "express": "^4.21.1", + "express": "^4.21.2", "jsonwebtoken": "^9.0.2", "sqlite3": "^5.1.7", "webflow-api": "^2.2.1"