From f2a68d439b311a824ac9668cefc13e2da282aed6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Aug 2024 03:12:51 +0000 Subject: [PATCH] fix: examples/deploy-contract/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-7361793 --- examples/deploy-contract/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/deploy-contract/package.json b/examples/deploy-contract/package.json index 80fc678c..d823163e 100644 --- a/examples/deploy-contract/package.json +++ b/examples/deploy-contract/package.json @@ -9,7 +9,7 @@ "start": "node index.js" }, "dependencies": { - "@openzeppelin/platform-deploy-client": "^0.7.0", + "@openzeppelin/platform-deploy-client": "^1.49.0", "dotenv": "^8.2.0" } }