From e3daa22fd1f52a72ad7d24d8a4308c92538e74fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Sep 2025 04:00:55 -0400 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-12613773 --- .../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..c38cf3f9 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.12.0", "hello-world-npm": "1.0.0" } }