From 1f22ed5500ae1e42db2f346cff1a47633dcd17d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Dec 2020 05:36:19 +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-1038255 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index b525a0cc..4d15ea03 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": "^0.21.1", "babel": "^6.5.2", "babel-cli": "^6.18.0", "babel-core": "^6.18.2",