From bf01c73392a4a616839e1092b4ef7ff6fd52dbe0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Nov 2024 23:24:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e630149..82cd45d3 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.8", "browser-detect": "^0.2.28", "chalk": "2.4.1", "chance": "^1.1.11",