From 52a5e409bff817f577dda9d4c3cbd08ab8e8fcf6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Nov 2024 03:36:01 +0000 Subject: [PATCH] fix: api/package.json & api/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- api/package-lock.json | 6 +++--- api/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/package-lock.json b/api/package-lock.json index 4768462..60fb5f2 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -244,9 +244,9 @@ "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" }, "axios": { - "version": "1.7.7", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", - "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", + "version": "1.7.8", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.8.tgz", + "integrity": "sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw==", "requires": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/api/package.json b/api/package.json index 6d537ef..a653c87 100644 --- a/api/package.json +++ b/api/package.json @@ -7,7 +7,7 @@ "dev": "nodemon ./bin/www" }, "dependencies": { - "axios": "^1.7.7", + "axios": "^1.7.8", "bcryptjs": "^2.4.3", "cookie-parser": "^1.4.7", "debug": "^4.3.6",