Skip to content

Commit c4715aa

Browse files
committed
Update dependency crypto to ^1.0.0
1 parent 265b31e commit c4715aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@accounts/common": "^0.1.0-beta.2",
5151
"babel-polyfill": "^6.23.0",
5252
"bcryptjs": "^2.4.0",
53-
"crypto": "^0.0.3",
53+
"crypto": "^1.0.0",
5454
"jsonwebtoken": "^8.0.0",
5555
"jwt-decode": "^2.1.0",
5656
"lodash": "^4.16.4"

packages/server/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ core-js@^2.5.0:
6666
version "2.5.1"
6767
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.1.tgz#ae6874dc66937789b80754ff5428df66819ca50b"
6868

69-
crypto@^0.0.3:
70-
version "0.0.3"
71-
resolved "https://registry.yarnpkg.com/crypto/-/crypto-0.0.3.tgz#470a81b86be4c5ee17acc8207a1f5315ae20dbb0"
69+
crypto@^1.0.0:
70+
version "1.0.1"
71+
resolved "https://registry.yarnpkg.com/crypto/-/crypto-1.0.1.tgz#2af1b7cad8175d24c8a1b0778255794a21803037"
7272

7373
7474
version "1.0.9"

0 commit comments

Comments
 (0)