From b2c24afd89c8fbf35c95f2b2063c9e8608dd1f0a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Mar 2025 15:16:50 +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-9292519 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index b525a0cc..45f26f8e 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.8.2", "babel": "^6.5.2", "babel-cli": "^6.18.0", "babel-core": "^6.18.2",