From ff9db46e6d786a057a533703261e85bb26ecb9d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Mar 2025 04:16:20 +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-9292519 --- 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..9cd7b5b 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.8.2", "core-js": "^3.22.3", "web-vitals": "^2.1.4" },