Skip to content

Commit

Permalink
Merge pull request #731 from ChristianMurphy/update-cypto-browser-ver…
Browse files Browse the repository at this point in the history
…sion

Update crypto browserify to latest version
  • Loading branch information
richardzcode committed Apr 25, 2018
2 parents 9c04a31 + ba94b81 commit d5d27d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/amazon-cognito-identity-js/package.json
Expand Up @@ -63,7 +63,7 @@
"types": "./index.d.ts",
"dependencies": {
"buffer": "4.9.1",
"crypto-browserify": "1.0.9",
"crypto-browserify": "3.12.0",
"js-cookie": "^2.1.4"
},
"devDependencies": {
Expand Down
24 changes: 10 additions & 14 deletions yarn.lock
Expand Up @@ -2724,20 +2724,7 @@ cryptiles@3.x.x:
dependencies:
boom "5.x.x"

crypto-browserify@1.0.9:
version "1.0.9"
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-1.0.9.tgz#cc5449685dfb85eb11c9828acc7cb87ab5bbfcc0"

crypto-browserify@3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.3.0.tgz#b9fc75bb4a0ed61dcf1cd5dae96eb30c9c3e506c"
dependencies:
browserify-aes "0.4.0"
pbkdf2-compat "2.0.1"
ripemd160 "0.2.0"
sha.js "2.2.6"

crypto-browserify@^3.11.0, crypto-browserify@^3.11.1:
crypto-browserify@3.12.0, crypto-browserify@^3.11.0, crypto-browserify@^3.11.1:
version "3.12.0"
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
dependencies:
Expand All @@ -2753,6 +2740,15 @@ crypto-browserify@^3.11.0, crypto-browserify@^3.11.1:
randombytes "^2.0.0"
randomfill "^1.0.3"

crypto-browserify@3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.3.0.tgz#b9fc75bb4a0ed61dcf1cd5dae96eb30c9c3e506c"
dependencies:
browserify-aes "0.4.0"
pbkdf2-compat "2.0.1"
ripemd160 "0.2.0"
sha.js "2.2.6"

csrf@~3.0.0:
version "3.0.6"
resolved "https://registry.yarnpkg.com/csrf/-/csrf-3.0.6.tgz#b61120ddceeafc91e76ed5313bb5c0b2667b710a"
Expand Down

0 comments on commit d5d27d6

Please sign in to comment.