Skip to content

Commit

Permalink
fix: Bump crypto js to 4.2.0 (#7614)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommasini authored Oct 26, 2023
1 parent 4c25ed9 commit 9a31999
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@
"detox/**/moment": "^2.29.4",
"d3-color": "3.1.0",
"**/fast-xml-parser": "4.2.4",
"tough-cookie": "4.1.3"
"tough-cookie": "4.1.3",
"crypto-js": "4.2.0"
},
"dependencies": {
"@consensys/on-ramp-sdk": "1.23.0",
Expand Down Expand Up @@ -218,7 +219,7 @@
"buffer": "5.2.1",
"compare-versions": "^3.6.0",
"content-hash": "2.5.2",
"crypto-js": "^4.1.1",
"crypto-js": "^4.2.0",
"d3-shape": "^3.2.0",
"dnode": "1.2.2",
"eciesjs": "^0.3.15",
Expand Down
13 changes: 4 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12556,15 +12556,10 @@ crypto-browserify@^3.11.0:
randombytes "^2.0.0"
randomfill "^1.0.3"

crypto-js@^3.1.4:
version "3.3.0"
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.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==
[email protected], crypto-js@^3.1.4, crypto-js@^4.1.1, 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-color-keywords@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit 9a31999

Please sign in to comment.