From b54d70d4d71a855561c529bb0825fed3465b62fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Aug 2024 07:54:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-7361793 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e630149..b6540574 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@comicrelief/storybook": "2.4.1", "@snyk/protect": "1.1291.1", "autoprefixer": "10.0.0", - "axios": "^1.6.8", + "axios": "^1.7.4", "browser-detect": "^0.2.28", "chalk": "2.4.1", "chance": "^1.1.11",