Skip to content

Commit

Permalink
Update to crypto-js@^3.3.0 (#5172)
Browse files Browse the repository at this point in the history
This is in parity with 3.1.9-1:
brix/crypto-js#256 (comment)

Resolve security vulnerability:
https://app.snyk.io/vuln/SNYK-JS-CRYPTOJS-548472
  • Loading branch information
ericclemmons authored Mar 24, 2020
1 parent ab08e38 commit 07292b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/amazon-cognito-identity-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"types": "./index.d.ts",
"dependencies": {
"buffer": "4.9.1",
"crypto-js": "3.1.9-1",
"crypto-js": "^3.3.0",
"js-cookie": "^2.1.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@aws-amplify/cache": "^2.1.6",
"@aws-amplify/core": "^2.2.5",
"amazon-cognito-identity-js": "^3.2.5",
"crypto-js": "3.1.9-1"
"crypto-js": "^3.3.0"
},
"jest": {
"globals": {
Expand Down

0 comments on commit 07292b1

Please sign in to comment.