From 36bbf68cdf37be41276ef43be7edd9dd2e12b501 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 08:53:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 61a69a4..6d931f1 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,12 @@ "author": "", "license": "ISC", "dependencies": { - "axios": "^0.19.2", + "axios": "^1.13.5", "codemirror": "^5.56.0", "concurrently": "^5.2.0", "cors": "^2.8.5", "dotenv": "^8.2.0", - "express": "^4.17.1", + "express": "^4.22.0", "express-session": "^1.17.1", "mongoose": "^5.9.20", "multer": "^1.4.2",