From 7e8dbf404f9dc3d4474fe2cced796e4fdd38700d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 20:35:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CRYPTOJS-6028119 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d24eb84b277..797338e69e6 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "chai": "^4.2.0", "clean-webpack-plugin": "^3.0.0", "core-js": "^3.6.5", - "crypto-js": "^3.3.0", + "crypto-js": "^4.2.0", "decache": "^4.6.0", "dependency-check": "^4.1.0", "ethereumjs-common": "^1.3.2",