From 10ef6e9cd995e164ba6f47727a1bb7082ace113a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Jan 2026 10:15:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index db85b6b..4285eaf 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dayjs": "^1.9.4", "dotenv": "^8.2.0", "es6-promise": "^4.2.8", - "express": "^4.17.1", + "express": "^4.22.0", "gravatar": "^1.8.1", "hosted-git-info": "^3.0.7", "isomorphic-fetch": "^3.0.0", @@ -41,7 +41,7 @@ "next-redux-wrapper": "^5.0.0", "next-routes": "^1.4.2", "node-cache": "^5.1.2", - "node-sass": "^4.14.1", + "node-sass": "^9.0.0", "prop-types": "^15.7.2", "react": "^17.0.1", "react-dom": "^17.0.1",