diff --git a/package.json b/package.json index 073731718..53efc5fd1 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "apollo-angular": "2.6.0", "color": "^4.0.1", "core-js": "3.18.1", - "crypto-hash": "^2.0.1", + "crypto-hash": "^3.0.0", "date-fns": "1.30.1", "express": "4.17.1", "graphql": "15.7.2", diff --git a/yarn.lock b/yarn.lock index f5e0bcb1e..ee771b2ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4871,10 +4871,10 @@ cross-spawn@^7.0.2, cross-spawn@^7.0.3: shebang-command "^2.0.0" which "^2.0.1" -crypto-hash@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/crypto-hash/-/crypto-hash-2.0.1.tgz#46c3732e65a078ea06b8b4ae686db41216f81213" - integrity sha512-t4mkp7Vh6MuCZRBf0XLzBOfhkH3nW6YEAotMDSjshVQ1GffCMGdPLSr7pKH0rdXY02jTjAZ7QW2apD0buaZXcQ== +crypto-hash@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/crypto-hash/-/crypto-hash-3.0.0.tgz#1f217b7134c5e05adc013d1edce67c64fa459f7f" + integrity sha512-5l5xGtzuvGTU28GXxGV1JYVFou68buZWpkV1Fx5hIDRPnfbQ8KzabTlNIuDIeSCYGVPFehupzDqlnbXm2IXmdQ== css-blank-pseudo@^3.0.2: version "3.0.3"