From ec96dc6991fc35d9f0682bb92f7f4b61853b7398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 21:54:42 +0000 Subject: [PATCH] Bump crypto-js from 3.1.9-1 to 4.2.0 Bumps [crypto-js](https://github.com/brix/crypto-js) from 3.1.9-1 to 4.2.0. - [Commits](https://github.com/brix/crypto-js/compare/3.1.9-1...4.2.0) --- updated-dependencies: - dependency-name: crypto-js dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5d3021efa0ff..ba1bcb75eaf70 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "dependencies": { "bignumber.js": "7.2.1", "cloudscraper": "1.4.1", - "crypto-js": "3.1.9-1", + "crypto-js": "4.2.0", "ethereumjs-abi": "0.6.5", "ethereumjs-util": "5.2.0", "fetch-ponyfill": "4.1.0",