From b18bd0d2f3773498441b1ddc9c142cf0714f6bd9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 14:40:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e630149..ccf17680 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.13.5", "browser-detect": "^0.2.28", "chalk": "2.4.1", "chance": "^1.1.11",