From 3c3750be39c66be4b3f89fe4d7d6f7c41b1a1930 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Mar 2025 02:54:17 -0400 Subject: [PATCH] fix: internal/commands/pull/testdata/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- internal/commands/pull/testdata/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/commands/pull/testdata/package.json b/internal/commands/pull/testdata/package.json index 76b841ea..0f6927ff 100644 --- a/internal/commands/pull/testdata/package.json +++ b/internal/commands/pull/testdata/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "axios": "0.21.1", + "axios": "1.8.3", "hello-world-npm": "1.0.0" } }