From 14d3b74b59cf165df867d7e24443aedce4c11920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 21:53:23 +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 27f0b3f..75bbd3c 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "react-dom": "^16.13.0" }, "dependencies": { - "crypto-js": "3.1.9-1", + "crypto-js": "4.2.0", "prop-types": "^15.7.2", "react-native-config": "^1.1.0", "react-native-crypto-js": "^1.0.0"