From b356bc68613f31c4758d188529d6f99906178482 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 17:50:53 +0000 Subject: [PATCH] fix: backend/package.json & backend/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- backend/package-lock.json | 8 ++++---- backend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index f1a2ead..5db7fe9 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -13,7 +13,7 @@ "@types/body-parser": "^1.19.5", "@types/express": "^4.17.21", "@types/node": "^22.5.4", - "axios": "^1.7.7", + "axios": "^1.8.3", "body-parser": "^1.20.3", "dotenv": "^16.4.5", "express": "^4.21.0", @@ -318,9 +318,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.7.7", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", - "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.3.tgz", + "integrity": "sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/backend/package.json b/backend/package.json index 070a2ce..de9a88d 100644 --- a/backend/package.json +++ b/backend/package.json @@ -17,7 +17,7 @@ "@types/body-parser": "^1.19.5", "@types/express": "^4.17.21", "@types/node": "^22.5.4", - "axios": "^1.7.7", + "axios": "^1.8.3", "body-parser": "^1.20.3", "dotenv": "^16.4.5", "express": "^4.21.0",