From 260c6e591706c591af49b794ca5a4ec7fa4d0bb1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Feb 2026 05:42:24 -0500 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-15252993 --- 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..ecf56e9e 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.13.5", "hello-world-npm": "1.0.0" } }