From b1b62567ada068d314e45353ccf47fb54bf9c5b4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Dec 2024 04:40:58 +0000 Subject: [PATCH] fix: templates/app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- templates/app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/app/package.json b/templates/app/package.json index fe31093..90a3672 100644 --- a/templates/app/package.json +++ b/templates/app/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@babel/runtime": "^7.17.9", - "axios": "^0.27.2", + "axios": "^1.7.8", "core-js": "^3.22.3", "web-vitals": "^2.1.4" },