From 2bb13ee656a044b711eee1afe8589f782c688c9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 21:57:49 +0000 Subject: [PATCH] Bump crypto-js from 3.3.0 to 4.2.0 Bumps [crypto-js](https://github.com/brix/crypto-js) from 3.3.0 to 4.2.0. - [Commits](https://github.com/brix/crypto-js/compare/3.3.0...4.2.0) --- updated-dependencies: - dependency-name: crypto-js dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1fb01703..ec4047f1 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@types/express": "^4.17.9", "angular-svg-round-progressbar": "^5.0.2", "bootstrap": "4.1.3", - "crypto-js": "^3.1.9-1", + "crypto-js": "^4.2.0", "jsonapi-deserializer": "^0.1.1", "express": "^4.17.1", "fibers": "^4.0.2", diff --git a/yarn.lock b/yarn.lock index f96a4fe6..928019fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4139,6 +4139,11 @@ crypto-js@^3.1.9-1: resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-3.3.0.tgz#846dd1cce2f68aacfa156c8578f926a609b7976b" integrity sha512-DIT51nX0dCfKltpRiXV+/TVZq+Qq2NgF4644+K7Ttnla7zEzqc+kjJyiB96BHNyUTBxyjzRcZYpUdZa+QAqi6Q== +crypto-js@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.2.0.tgz#4d931639ecdfd12ff80e8186dba6af2c2e856631" + integrity sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q== + crypto-random-string@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e"