Skip to content

Commit 9930516

Browse files
fix(deps): update dependency crypto-hash to v3
1 parent 08bad24 commit 9930516

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"apollo-angular": "2.6.0",
6262
"color": "^4.0.1",
6363
"core-js": "3.18.1",
64-
"crypto-hash": "^2.0.1",
64+
"crypto-hash": "^3.0.0",
6565
"date-fns": "1.30.1",
6666
"express": "4.17.1",
6767
"graphql": "15.7.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4871,10 +4871,10 @@ cross-spawn@^7.0.2, cross-spawn@^7.0.3:
48714871
shebang-command "^2.0.0"
48724872
which "^2.0.1"
48734873

4874-
crypto-hash@^2.0.1:
4875-
version "2.0.1"
4876-
resolved "https://registry.yarnpkg.com/crypto-hash/-/crypto-hash-2.0.1.tgz#46c3732e65a078ea06b8b4ae686db41216f81213"
4877-
integrity sha512-t4mkp7Vh6MuCZRBf0XLzBOfhkH3nW6YEAotMDSjshVQ1GffCMGdPLSr7pKH0rdXY02jTjAZ7QW2apD0buaZXcQ==
4874+
crypto-hash@^3.0.0:
4875+
version "3.0.0"
4876+
resolved "https://registry.yarnpkg.com/crypto-hash/-/crypto-hash-3.0.0.tgz#1f217b7134c5e05adc013d1edce67c64fa459f7f"
4877+
integrity sha512-5l5xGtzuvGTU28GXxGV1JYVFou68buZWpkV1Fx5hIDRPnfbQ8KzabTlNIuDIeSCYGVPFehupzDqlnbXm2IXmdQ==
48784878

48794879
css-blank-pseudo@^3.0.2:
48804880
version "3.0.3"

0 commit comments

Comments
 (0)