From 91dcb837c0a9315a6e19733eb57dfad3352da70a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 23:04:39 +0000 Subject: [PATCH] build(deps): bump crypto-js from 4.1.1 to 4.2.0 Bumps [crypto-js](https://github.com/brix/crypto-js) from 4.1.1 to 4.2.0. - [Commits](https://github.com/brix/crypto-js/compare/4.1.1...4.2.0) --- updated-dependencies: - dependency-name: crypto-js 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 e5757d2e..8aab1644 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "camera-controls": "^1.37.2", "clsx": "^1.2.1", "comlink": "^4.4.1", - "crypto-js": "^4.1.1", + "crypto-js": "^4.2.0", "d3-dsv": "^3.0.1", "dexie": "^3.2.4", "dexie-react-hooks": "^1.1.6", diff --git a/yarn.lock b/yarn.lock index 99f5b52c..1f2a8660 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2884,10 +2884,10 @@ cross-spawn@^7.0.2: shebang-command "^2.0.0" which "^2.0.1" -crypto-js@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.1.1.tgz#9e485bcf03521041bd85844786b83fb7619736cf" - integrity sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw== +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== css-in-js-utils@^2.0.0: version "2.0.1"