Skip to content

Commit

Permalink
feat(root): resolve crypto-js to 4.2.0
Browse files Browse the repository at this point in the history
added a resolution for crypto-js to 4.2.0 to fix vulnerability issues

WP-0000

TICKET: WP-0000
  • Loading branch information
alebusse committed Oct 30, 2023
1 parent de9a397 commit b5edfd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"buffer": "^6.0.3",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"crypto-js": "4.2.0",
"depcheck": "^1.4.3",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2416,7 +2416,7 @@
integrity sha512-oSnDDs5foNq6Yni4kCwbA01NuVY2mewVr1jhkJG7yNDT6+xIBCztRWDeINb1JuShXe57Cuf88M1zmN5iFN7JgA==
dependencies:
bignumber.js "^9.0.2"
crypto-js "^4.1.1"
crypto-js "4.2.0"
elliptic "^6.5.4"
expo-crypto "^10.1.2"
expo-random "^12.1.2"
Expand All @@ -2431,7 +2431,7 @@
dependencies:
bignumber.js "^9.1.1"
bn.js "^5.1.1"
crypto-js "^4.1.1"
crypto-js "4.2.0"
elliptic "^6.5.4"
js-base64 "^3.7.4"
tweetnacl "^1.0.3"
Expand Down Expand Up @@ -2460,7 +2460,7 @@
"@hashgraph/proto" "2.12.0"
axios "^1.3.1"
bignumber.js "^9.1.1"
crypto-js "^4.1.1"
crypto-js "4.2.0"
js-base64 "^3.7.4"
long "^4.0.0"
pino "^8.14.1"
Expand Down Expand Up @@ -8375,7 +8375,7 @@ [email protected], crypto-browserify@^3.0.0, crypto-browserify@^3.12.0:
randombytes "^2.0.0"
randomfill "^1.0.3"

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==
Expand Down

0 comments on commit b5edfd7

Please sign in to comment.