From 53692a86867c248320e11fb43859ca0553bf3f11 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 18:23:31 +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 dacb2c8..a79ff02 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "homepage": "https://github.com/lucioerlan/Soap-Automation#readme", "dependencies": { - "axios": "^0.21.1", + "axios": "^1.6.3", "chalk": "^4.1.2", "dotenv": "^8.2.0", "knex": "^0.19.5",