From a1b811c9e2160560f7ec030747f1c781a476f141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 21:52:04 +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 1faf064..9beeb2c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@react-native-community/async-storage": "^1.5.1", "buffer": "^5.2.1", - "crypto-js": "3.1.9-1", + "crypto-js": "4.2.0", "geodesy": "1.1.3", "google-libphonenumber": "^3.2.2", "i18next": "12.0.0",