From 951cef6d6e0005fd7f8834ccae2508d6b5d424f5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 16:56:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d7e097..fae4767 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "license": "MIT", "dependencies": { - "axios": "^0.26.0", + "axios": "^1.6.3", "colors": "^1.4.0" }, "devDependencies": {