From 1ec7f0fb63524b67b3187840adc2d432e1de620c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Aug 2024 05:25:54 +0000 Subject: [PATCH] fix: packages/autotask-client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-7361793 --- packages/autotask-client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/autotask-client/package.json b/packages/autotask-client/package.json index e6f76109..fef10346 100644 --- a/packages/autotask-client/package.json +++ b/packages/autotask-client/package.json @@ -28,7 +28,7 @@ "license": "MIT", "dependencies": { "@openzeppelin/defender-base-client": "1.54.6", - "axios": "^1.4.0", + "axios": "^1.7.4", "dotenv": "^10.0.0", "glob": "^7.1.6", "jszip": "^3.5.0",