Skip to content

Commit 54b2ed0

Browse files
authored
Merge pull request #146 from accounts-js/renovate/crypto-1.x
Update dependency crypto to ^1.0.0
2 parents 8b517bb + b688240 commit 54b2ed0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

packages/server/package.json

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

packages/server/yarn.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
# yarn lockfile v1
33

44

5+
"@accounts/common@^0.1.0-beta.2":
6+
version "0.1.0-beta.2"
7+
resolved "https://registry.yarnpkg.com/@accounts/common/-/common-0.1.0-beta.2.tgz#5ea493fac393b4e045c6007ab67aa4bf3e27dcb1"
8+
dependencies:
9+
lodash "^4.16.4"
10+
511
612
version "7.2.5"
713
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-7.2.5.tgz#413159d570ec45fc3e7da7ea3f7bca6fb9300e72"
@@ -66,10 +72,6 @@ core-js@^2.5.0:
6672
version "2.5.1"
6773
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.1.tgz#ae6874dc66937789b80754ff5428df66819ca50b"
6874

69-
crypto@^0.0.3:
70-
version "0.0.3"
71-
resolved "https://registry.yarnpkg.com/crypto/-/crypto-0.0.3.tgz#470a81b86be4c5ee17acc8207a1f5315ae20dbb0"
72-
7375
7476
version "1.0.9"
7577
resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.9.tgz#4bc926274ec3b5abb5016e7e1d60921ac262b2a1"

0 commit comments

Comments
 (0)