We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569214c commit b16f8e7Copy full SHA for b16f8e7
2 files changed
packages/amazon-cognito-identity-js/package.json
@@ -69,7 +69,7 @@
69
"types": "./index.d.ts",
70
"dependencies": {
71
"buffer": "4.9.2",
72
- "crypto-js": "^4.0.0",
+ "crypto-js": "^4.1.1",
73
"fast-base64-decode": "^1.0.0",
74
"isomorphic-unfetch": "^3.0.0",
75
"js-cookie": "^2.2.1"
packages/auth/package.json
@@ -44,7 +44,7 @@
44
"@aws-amplify/cache": "4.0.8",
45
"@aws-amplify/core": "4.2.0",
46
"amazon-cognito-identity-js": "5.0.5",
47
- "crypto-js": "^4.0.0"
+ "crypto-js": "^4.1.1"
48
},
49
"devDependencies": {
50
"@jest/test-sequencer": "^24.9.0"
0 commit comments