Skip to content

Commit

Permalink
Merge pull request #139 from ava-labs/dependabot/npm_and_yarn/crypto-…
Browse files Browse the repository at this point in the history
…js-4.2.0

chore(deps): bump crypto-js from 4.1.1 to 4.2.0
  • Loading branch information
iknowhtml authored Nov 16, 2023
2 parents c3dde45 + 2960d37 commit db5503f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"semantic-release": "20.1.0",
"ts-node": "10.7.0",
"tslib": "2.3.1",
"ttypescript": "1.5.13",
"ttypescript": "1.5.15",
"typedoc": "0.22.13",
"typescript": "4.6.3"
},
Expand All @@ -93,7 +93,7 @@
"bitcoinjs-lib": "5.2.0",
"bn.js": "5.2.1",
"create-hash": "1.2.0",
"crypto-js": "4.1.1",
"crypto-js": "4.2.0",
"ethereumjs-util": "^7.0.7",
"ethers": "5.6.8",
"hdkey": "2.0.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5206,10 +5206,10 @@ [email protected]:
randombytes "^2.0.0"
randomfill "^1.0.3"

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

crypto-random-string@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -12291,10 +12291,10 @@ tsutils@^3.21.0:
dependencies:
tslib "^1.8.1"

[email protected].13:
version "1.5.13"
resolved "https://registry.yarnpkg.com/ttypescript/-/ttypescript-1.5.13.tgz#c3bcb760599fe49157d30c5d5895a0023cbb7f30"
integrity sha512-KT/RBfGGlVJFqEI8cVvI3nMsmYcFvPSZh8bU0qX+pAwbi7/ABmYkzn7l/K8skw0xmYjVCoyaV6WLsBQxdadybQ==
[email protected].15:
version "1.5.15"
resolved "https://registry.yarnpkg.com/ttypescript/-/ttypescript-1.5.15.tgz#e45550ad69289d06d3bc3fd4a3c87e7c1ef3eba7"
integrity sha512-48ykDNHzFnPMnv4hYX1P8Q84TvCZyL1QlFxeuxsuZ48X2+ameBgPenvmCkHJtoOSxpoWTWi8NcgNrRnVDOmfSg==
dependencies:
resolve ">=1.9.0"

Expand Down

0 comments on commit db5503f

Please sign in to comment.