From d1067e41032bc553a53aadb784753a269d88c58a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 13:15:35 +0000 Subject: [PATCH] Bump crypto-es from 1.2.7 to 2.1.0 in /example Bumps [crypto-es](https://github.com/entronad/crypto-es) from 1.2.7 to 2.1.0. - [Release notes](https://github.com/entronad/crypto-es/releases) - [Changelog](https://github.com/entronad/crypto-es/blob/master/CHANGELOG.md) - [Commits](https://github.com/entronad/crypto-es/commits) --- updated-dependencies: - dependency-name: crypto-es dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/package-lock.json | 6 +++--- example/package.json | 2 +- example/yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index aaa9b9a..15c6c71 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -1912,9 +1912,9 @@ } }, "crypto-es": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/crypto-es/-/crypto-es-1.2.7.tgz", - "integrity": "sha512-UUqiVJ2gUuZFmbFsKmud3uuLcNP2+Opt+5ysmljycFCyhA0+T16XJmo1ev/t5kMChMqWh7IEvURNCqsg+SjZGQ==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/crypto-es/-/crypto-es-2.1.0.tgz", + "integrity": "sha512-C5Dbuv4QTPGuloy5c5Vv/FZHtmK+lobLAypFfuRaBbwCsk3qbCWWESCH3MUcBsrgXloRNMrzwUAiPg4U6+IaKA==" }, "dayjs": { "version": "1.11.7", diff --git a/example/package.json b/example/package.json index c587912..0e220fb 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@react-native-async-storage/async-storage": "^1.17.10", - "crypto-es": "^1.2.7", + "crypto-es": "^2.1.0", "react": "18.2.0", "react-native": "^0.70.5" }, diff --git a/example/yarn.lock b/example/yarn.lock index d982170..3a77c76 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -1661,10 +1661,10 @@ cross-spawn@^6.0.0: shebang-command "^1.2.0" which "^1.2.9" -crypto-es@^1.2.7: - version "1.2.7" - resolved "https://registry.yarnpkg.com/crypto-es/-/crypto-es-1.2.7.tgz#754a6d52319a94fb4eb1f119297f17196b360f88" - integrity sha512-UUqiVJ2gUuZFmbFsKmud3uuLcNP2+Opt+5ysmljycFCyhA0+T16XJmo1ev/t5kMChMqWh7IEvURNCqsg+SjZGQ== +crypto-es@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/crypto-es/-/crypto-es-2.1.0.tgz#1095f324ffd7dc1ccab8e21d0960e17025da8ce9" + integrity sha512-C5Dbuv4QTPGuloy5c5Vv/FZHtmK+lobLAypFfuRaBbwCsk3qbCWWESCH3MUcBsrgXloRNMrzwUAiPg4U6+IaKA== dayjs@^1.8.15: version "1.11.6"