From 4b44b9ded10222a87e61b77ac8e4d5ae306fbfec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Nov 2024 17:43:43 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index b525a0cc..b436d7f3 100644 --- a/client/package.json +++ b/client/package.json @@ -41,7 +41,7 @@ "dependencies": { "actioncable": "^5.0.1", "autoprefixer": "^6.5.3", - "axios": "^0.15.2", + "axios": "^1.7.8", "babel": "^6.5.2", "babel-cli": "^6.18.0", "babel-core": "^6.18.2",