From 0409dc9f8626fa7c104d8ed848bb5ea82caf045d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Sep 2025 08:49:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e630149..7821d707 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.12.0", "browser-detect": "^0.2.28", "chalk": "2.4.1", "chance": "^1.1.11",