From 6f88a27b56da409f5a9e25a4df155fdd5d6da2cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 21:17:04 +0000 Subject: [PATCH] Bump crypto-es from 1.2.7 to 2.1.0 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0bd352cbbe..3e4a69c261 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@panter/vue-i18next": "^0.15.2", "@vitejs/plugin-vue2": "^2.2.0", "bonjour": "^3.5.0", - "crypto-es": "^1.2.7", + "crypto-es": "^2.1.0", "d3": "^7.8.2", "djv": "^2.1.4", "dompurify": "^2.4.0", diff --git a/yarn.lock b/yarn.lock index d709d4050c..df14c7a5aa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5455,10 +5455,10 @@ crypto-browserify@^3.11.0: randombytes "^2.0.0" randomfill "^1.0.3" -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== crypto-random-string@^4.0.0: version "4.0.0"