From e3d11d135a4a7e2ea33cf7fca6d5a20723f327a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 15:32:03 +0000 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-6144788 --- .../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..9d12e78e 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.6.4", "hello-world-npm": "1.0.0" } }