From 94b889ca8f73da8c4d37ab847454bf26051b1d4f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Sep 2025 07:52:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c06a9c..a98e9f4 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@oclif/command": "^1", "@oclif/config": "^1", "@oclif/plugin-help": "^5", - "axios": "^0.27.2", + "axios": "^1.12.0", "ramda": "^0.28.0", "rc": "^1.2.8" },