From f5e86e08144f8605b12e76e46e243770e3249bf6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Oct 2024 05:37:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 - https://snyk.io/vuln/npm:debug:20170905 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 972102cd08ee..252cc84bbfcd 100644 --- a/package.json +++ b/package.json @@ -29,12 +29,12 @@ "compression": "^1.7.4", "connect-datadog": "0.0.9", "connect-slashes": "^1.4.0", - "cookie-parser": "^1.4.5", + "cookie-parser": "^1.4.7", "cors": "^2.8.5", "csurf": "^1.11.0", "dayjs": "^1.10.4", "dotenv": "^9.0.2", - "express": "^4.17.1", + "express": "^4.21.1", "express-rate-limit": "^5.2.6", "express-timeout-handler": "^2.2.0", "flat": "^5.0.2", @@ -60,7 +60,7 @@ "mdast-util-from-markdown": "^0.8.5", "mdast-util-to-string": "^2.0.0", "morgan": "^1.10.0", - "next": "^11.0.0", + "next": "^12.0.8", "node-fetch": "^2.6.1", "parse5": "^6.0.1", "port-used": "^2.0.8", @@ -127,7 +127,7 @@ "csv-parse": "^4.16.0", "dedent": "^0.7.0", "domwaiter": "^1.3.0", - "eslint": "^7.28.0", + "eslint": "^9.0.0", "eslint-config-prettier": "^8.3.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.23.2",