From 5c9fe17f9e88b1bba5cf31f889ead9a6e222545d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 15:09:15 +0000 Subject: [PATCH] fix: packages/deploy/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- packages/deploy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/deploy/package.json b/packages/deploy/package.json index df029c9b..18ae521a 100644 --- a/packages/deploy/package.json +++ b/packages/deploy/package.json @@ -24,7 +24,7 @@ "dependencies": { "@ethersproject/abi": "^5.6.3", "@openzeppelin/defender-base-client": "^1.54.1", - "axios": "^1.4.0", + "axios": "^1.6.4", "lodash": "^4.17.19", "node-fetch": "^2.6.0" },