From c00ae5a84ee4ae3a04b740e7f84fdb44eef3f5ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 18:48:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7deebfb6..3ffe65da 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@comicrelief/storybook": "2.0.0", "@snyk/protect": "^1.986.0", "autoprefixer": "10.0.0", - "axios": "^0.21.1", + "axios": "^1.6.0", "browser-detect": "^0.2.28", "chalk": "2.4.1", "classnames": "^2.2.5",