From f6a1df77dbfb27c21303398e098ac38cc92f6266 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Jan 2024 03:55:47 +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-6144788 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index b525a0cc..6e829d5f 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.6.4", "babel": "^6.5.2", "babel-cli": "^6.18.0", "babel-core": "^6.18.2",