From 5ec07f02e49f7e0a7dad14a5b1059bb05f252b3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 14:29:41 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 52e7a3c..b43cf15 100644 --- a/package.json +++ b/package.json @@ -61,8 +61,8 @@ "dependencies": { "@reduxjs/toolkit": "^2.5.0", "@vitejs/plugin-react": "^4.3.4", - "axios": "^1.7.9", - "body-parser": "^1.20.3", + "axios": "^1.13.5", + "body-parser": "^1.20.4", "capitalize": "^2.0.4", "classnames": "^2.5.1", "compression": "^1.7.5", @@ -73,7 +73,7 @@ "dompurify": "^3.2.3", "dotenv": "^16.4.7", "eis-registrant-theme": "git+https://github.com/internetee/registrant_center_theme.git", - "express": "^4.21.2", + "express": "^4.22.0", "express-winston": "^4.2.0", "fs-extra": "^11.2.0", "grant-express": "^5.2.0",