From 057e1415ffd5585aa086b0a763163651e8abb53f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Mar 2025 01:47:42 -0500 Subject: [PATCH] fix: internal/local/testdata/dependencies/json/functions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 --- .../local/testdata/dependencies/json/functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/local/testdata/dependencies/json/functions/package.json b/internal/local/testdata/dependencies/json/functions/package.json index 76b841ea..6dde8bc2 100644 --- a/internal/local/testdata/dependencies/json/functions/package.json +++ b/internal/local/testdata/dependencies/json/functions/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "axios": "0.21.1", + "axios": "1.8.2", "hello-world-npm": "1.0.0" } }