Skip to content

Commit 64271e0

Browse files
committed
Update dependency aws-amplify to v4.2.3
1 parent 9b831d8 commit 64271e0

File tree

2 files changed

+176
-54
lines changed

2 files changed

+176
-54
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@nuxtjs/pwa": "3.3.5",
3131
"@nuxtjs/style-resources": "1.2.1",
3232
"@types/node": "15.12.1",
33-
"aws-amplify": "4.1.2",
33+
"aws-amplify": "4.2.3",
3434
"core-js": "3.15.2",
3535
"cross-env": "7.0.3",
3636
"express": "4.17.1",

yarn.lock

Lines changed: 175 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# yarn lockfile v1
33

44

5-
"@aws-amplify/[email protected].4":
6-
version "5.0.4"
7-
resolved "https://registry.yarnpkg.com/@aws-amplify/analytics/-/analytics-5.0.4.tgz#88cbed2007ad42a91cc4aec44aec6a05289ae89f"
8-
integrity sha512-vzd16+CwAicROrO48+nbAuN7BTVvROniyBUpgZimjKsDyG+n/vHPYtUWLki15ExcP+DanjVJIkBTGCWkveF69A==
5+
"@aws-amplify/[email protected].9":
6+
version "5.0.9"
7+
resolved "https://registry.yarnpkg.com/@aws-amplify/analytics/-/analytics-5.0.9.tgz#b6ecd0cf5686e90589096a1678907f8b4068c532"
8+
integrity sha512-NLLuRwhs9KITgNnGHytcGUcIuS6q5+YXMhkfWd8c3aMUeDxT4gMY7eM6MrJyVtBROxrS1paroKZuFLEj/LSSNw==
99
dependencies:
10-
"@aws-amplify/cache" "4.0.6"
11-
"@aws-amplify/core" "4.1.2"
10+
"@aws-amplify/cache" "4.0.11"
11+
"@aws-amplify/core" "4.2.3"
1212
"@aws-sdk/client-firehose" "3.6.1"
1313
"@aws-sdk/client-kinesis" "3.6.1"
1414
"@aws-sdk/client-personalize-events" "3.6.1"
@@ -31,6 +31,20 @@
3131
uuid "^3.2.1"
3232
zen-observable-ts "0.8.19"
3333

34+
"@aws-amplify/[email protected]":
35+
version "2.1.1"
36+
resolved "https://registry.yarnpkg.com/@aws-amplify/api-graphql/-/api-graphql-2.1.1.tgz#5621f358facde14958ed269ec96cb208d2624d88"
37+
integrity sha512-PBgPcIE5o77I4n1uBVakahgbmeHXuX/hdQ8IOlqLJDxBeXU4V639QLItdvj07QuyRI4qSB+j9BD7UyPp6g7qeg==
38+
dependencies:
39+
"@aws-amplify/api-rest" "2.0.9"
40+
"@aws-amplify/auth" "4.2.1"
41+
"@aws-amplify/cache" "4.0.11"
42+
"@aws-amplify/core" "4.2.3"
43+
"@aws-amplify/pubsub" "4.1.1"
44+
graphql "14.0.0"
45+
uuid "^3.2.1"
46+
zen-observable-ts "0.8.19"
47+
3448
"@aws-amplify/[email protected]":
3549
version "2.0.4"
3650
resolved "https://registry.yarnpkg.com/@aws-amplify/api-rest/-/api-rest-2.0.4.tgz#c69dc784830595abe1dc5505008e71c878bb28f0"
@@ -39,6 +53,14 @@
3953
"@aws-amplify/core" "4.1.2"
4054
axios "0.21.1"
4155

56+
"@aws-amplify/[email protected]":
57+
version "2.0.9"
58+
resolved "https://registry.yarnpkg.com/@aws-amplify/api-rest/-/api-rest-2.0.9.tgz#5233d7acdf7b2fe1abce34dd54043a88c3170cc2"
59+
integrity sha512-b09L0Ox8TXZxImZdcMnBYOyeUyQBhVGQQeXY7qwvqAtzLhUA+/QYfjrpQ7XLb8dVCCek/1fe6mGrjREmcqYATA==
60+
dependencies:
61+
"@aws-amplify/core" "4.2.3"
62+
axios "0.21.1"
63+
4264
"@aws-amplify/[email protected]":
4365
version "4.0.4"
4466
resolved "https://registry.yarnpkg.com/@aws-amplify/api/-/api-4.0.4.tgz#4f2c0867bf49292e91afb213235c6229aea73c94"
@@ -47,6 +69,14 @@
4769
"@aws-amplify/api-graphql" "2.0.4"
4870
"@aws-amplify/api-rest" "2.0.4"
4971

72+
"@aws-amplify/[email protected]":
73+
version "4.0.9"
74+
resolved "https://registry.yarnpkg.com/@aws-amplify/api/-/api-4.0.9.tgz#e395da2657fb4dc95c0d1a4f25997d3854fa47f3"
75+
integrity sha512-D8EWkwKE7hSswOB7Tgs/ztZcfWnhhubAJIxTYFpLDIvDGXvvRyPzq0l0ufUmdPwA6awgqY42ojNYiIifzHUoiA==
76+
dependencies:
77+
"@aws-amplify/api-graphql" "2.1.1"
78+
"@aws-amplify/api-rest" "2.0.9"
79+
5080
"@aws-amplify/[email protected]":
5181
version "4.1.0"
5282
resolved "https://registry.yarnpkg.com/@aws-amplify/auth/-/auth-4.1.0.tgz#9497bc8b5f8e37c21a3ebb421bf3bef658f9bf75"
@@ -57,6 +87,23 @@
5787
amazon-cognito-identity-js "5.0.3"
5888
crypto-js "^4.0.0"
5989

90+
"@aws-amplify/[email protected]":
91+
version "4.2.1"
92+
resolved "https://registry.yarnpkg.com/@aws-amplify/auth/-/auth-4.2.1.tgz#9875dc76a67a28dfa0378234fbf91ba43fee84d9"
93+
integrity sha512-H5fqTkzRZrEVBKNdRQdOcqpTagkaUV7ff27QprPOmBMMqMZmFEZzLONd5EEwZ9ukzHRRDjDENP5dQQDKzINOIQ==
94+
dependencies:
95+
"@aws-amplify/cache" "4.0.11"
96+
"@aws-amplify/core" "4.2.3"
97+
amazon-cognito-identity-js "5.0.6"
98+
crypto-js "^4.1.1"
99+
100+
"@aws-amplify/[email protected]":
101+
version "4.0.11"
102+
resolved "https://registry.yarnpkg.com/@aws-amplify/cache/-/cache-4.0.11.tgz#4296c4dd6c91bbe98de603b7cb28b0bd982f6ddb"
103+
integrity sha512-a9TlyBIBk8+/TNVQRLco8ljgjZEZFYTZ9WGPnJaT3i65+3PvRjtBIWwSeJdLHGQ7FL/5S67HkGFWRAP5ZwtunQ==
104+
dependencies:
105+
"@aws-amplify/core" "4.2.3"
106+
60107
"@aws-amplify/[email protected]":
61108
version "4.0.6"
62109
resolved "https://registry.yarnpkg.com/@aws-amplify/cache/-/cache-4.0.6.tgz#f8a22d96379363f806b1ed3989be9873ee74fc4d"
@@ -77,38 +124,52 @@
77124
universal-cookie "^4.0.4"
78125
zen-observable-ts "0.8.19"
79126

80-
"@aws-amplify/[email protected]":
81-
version "3.1.2"
82-
resolved "https://registry.yarnpkg.com/@aws-amplify/datastore/-/datastore-3.1.2.tgz#4e42563bd1a23452e75540405523b43e061cdf16"
83-
integrity sha512-5SySAAj88MAdI1YUbzXCB9654L1OD73A3tJYXJs2qf1iIXopmgeJx/RS99ILOFXtM3SFn4kBxREinCTyPcFXfw==
127+
"@aws-amplify/[email protected]":
128+
version "4.2.3"
129+
resolved "https://registry.yarnpkg.com/@aws-amplify/core/-/core-4.2.3.tgz#7b54cd767811f5a09dc5e2df9fd4f638c3bf4bdf"
130+
integrity sha512-tuqzvHSNXB4Rd8OOO5rNsdFRSZTqq5tjVTZgQJ0PQy7VhbBt6kcIa/EV/lZK8eRHx049tJn9dOEXXVO1IUbr+A==
84131
dependencies:
85-
"@aws-amplify/api" "4.0.4"
86-
"@aws-amplify/auth" "4.1.0"
87-
"@aws-amplify/core" "4.1.2"
88-
"@aws-amplify/pubsub" "4.0.4"
89-
amazon-cognito-identity-js "5.0.3"
132+
"@aws-crypto/sha256-js" "1.0.0-alpha.0"
133+
"@aws-sdk/client-cloudwatch-logs" "3.6.1"
134+
"@aws-sdk/client-cognito-identity" "3.6.1"
135+
"@aws-sdk/credential-provider-cognito-identity" "3.6.1"
136+
"@aws-sdk/types" "3.6.1"
137+
"@aws-sdk/util-hex-encoding" "3.6.1"
138+
universal-cookie "^4.0.4"
139+
zen-observable-ts "0.8.19"
140+
141+
"@aws-amplify/[email protected]":
142+
version "3.3.1"
143+
resolved "https://registry.yarnpkg.com/@aws-amplify/datastore/-/datastore-3.3.1.tgz#b411b10dd79556ced71b80365587a1fc7840e363"
144+
integrity sha512-PHgF3C9rcAgcdZA4C2I0ZBRrJhfUTogFAwiddhWGHkFPkEwcM80k97yaoVFep4CqYqQkLZBrJyDU8tFCgSS7uw==
145+
dependencies:
146+
"@aws-amplify/api" "4.0.9"
147+
"@aws-amplify/auth" "4.2.1"
148+
"@aws-amplify/core" "4.2.3"
149+
"@aws-amplify/pubsub" "4.1.1"
150+
amazon-cognito-identity-js "5.0.6"
90151
idb "5.0.6"
91152
immer "8.0.1"
92153
ulid "2.3.0"
93154
uuid "3.3.2"
94155
zen-observable-ts "0.8.19"
95156
zen-push "0.2.1"
96157

97-
"@aws-amplify/[email protected].4":
98-
version "4.0.4"
99-
resolved "https://registry.yarnpkg.com/@aws-amplify/interactions/-/interactions-4.0.4.tgz#1eff58c92d1554d79030d8c39a402abae97a4278"
100-
integrity sha512-BZ9qKLCyHaRqC28mhkWffO8Fe6/+R4GYWmhQyxp0s3ARjl/s+VUSvJVLttgyP0GhMG9X+OX7jNsYVt5F+Mvo2g==
158+
"@aws-amplify/[email protected].9":
159+
version "4.0.9"
160+
resolved "https://registry.yarnpkg.com/@aws-amplify/interactions/-/interactions-4.0.9.tgz#f800d640256bb2f3a0648a3a8856e6b14d444bb1"
161+
integrity sha512-VPDLmz8dSEz+YGoW9m66AuesC55ThE4Rf9i/GiyY25WQ7gEw9U3U3T86kXd1x5QogYHd28nGbwxeN0Qua2XvoA==
101162
dependencies:
102-
"@aws-amplify/core" "4.1.2"
163+
"@aws-amplify/core" "4.2.3"
103164
"@aws-sdk/client-lex-runtime-service" "3.6.1"
104165

105-
"@aws-amplify/[email protected].4":
106-
version "4.0.4"
107-
resolved "https://registry.yarnpkg.com/@aws-amplify/predictions/-/predictions-4.0.4.tgz#777f8a965d6f7e72a3a0da52f781ec46d0d5fb3b"
108-
integrity sha512-9a/g5u0KT6LPY64LUjafYZGraAf/+h3NUTtNjcw4ol45mhPgUO06fTknJkTDedJOEdjC9JcwuWr+Sse1KctoPQ==
166+
"@aws-amplify/[email protected].9":
167+
version "4.0.9"
168+
resolved "https://registry.yarnpkg.com/@aws-amplify/predictions/-/predictions-4.0.9.tgz#ecd47fa00a7bc17d50ab51a3c74f5f2a7dd1b237"
169+
integrity sha512-7dc2gEp9HX+bFfuR6RmO/lmFwL2Ksn4crBXMzoyNWjb/9YVC7OYTPYlv4SdSuu7l5AJpM/YodNMJoUAPvMtaUQ==
109170
dependencies:
110-
"@aws-amplify/core" "4.1.2"
111-
"@aws-amplify/storage" "4.2.1"
171+
"@aws-amplify/core" "4.2.3"
172+
"@aws-amplify/storage" "4.3.4"
112173
"@aws-sdk/client-comprehend" "3.6.1"
113174
"@aws-sdk/client-polly" "3.6.1"
114175
"@aws-sdk/client-rekognition" "3.6.1"
@@ -131,12 +192,25 @@
131192
uuid "^3.2.1"
132193
zen-observable-ts "0.8.19"
133194

134-
"@aws-amplify/storage@4.2.1":
135-
version "4.2.1"
136-
resolved "https://registry.yarnpkg.com/@aws-amplify/storage/-/storage-4.2.1.tgz#a2ee2949520a0562d4182072991c18466703b507"
137-
integrity sha512-y596fsIECu8FtePl7FAlyiIk3ctEPqgYk5E//83coDoGLTEoM9Ukv3y442UPQ56kaBp46FLycVQioAhObN3ETw==
195+
"@aws-amplify/pubsub@4.1.1":
196+
version "4.1.1"
197+
resolved "https://registry.yarnpkg.com/@aws-amplify/pubsub/-/pubsub-4.1.1.tgz#4ee70ecac9f90a3375b68a58a46095efbd5872a5"
198+
integrity sha512-Kr5Nz9CMYOcUvAQWJbqnrDG2eSuQDS3o5khECtzHGJJi+ODq2rtdJemuzpidHTXvRZcc3F8Qhj1I5tESasQfLQ==
138199
dependencies:
139-
"@aws-amplify/core" "4.1.2"
200+
"@aws-amplify/auth" "4.2.1"
201+
"@aws-amplify/cache" "4.0.11"
202+
"@aws-amplify/core" "4.2.3"
203+
graphql "14.0.0"
204+
paho-mqtt "^1.1.0"
205+
uuid "^3.2.1"
206+
zen-observable-ts "0.8.19"
207+
208+
"@aws-amplify/[email protected]":
209+
version "4.3.4"
210+
resolved "https://registry.yarnpkg.com/@aws-amplify/storage/-/storage-4.3.4.tgz#564587ff7acdc418fc3eee527f20ec3cd88a135e"
211+
integrity sha512-LChlX2kReKZAP9MvFXcBfvszZMgG7wUhl8Zj0jmGqAROAMTgZcfJFZic0Qs4YtON5ZrOoBOtxuauMTzKQr4GNA==
212+
dependencies:
213+
"@aws-amplify/core" "4.2.3"
140214
"@aws-sdk/client-s3" "3.6.1"
141215
"@aws-sdk/s3-request-presigner" "3.6.1"
142216
"@aws-sdk/util-create-request" "3.6.1"
@@ -150,12 +224,12 @@
150224
resolved "https://registry.yarnpkg.com/@aws-amplify/ui/-/ui-2.0.3.tgz#7a88a416942aedbc6a6ea9850a2c98693c80340a"
151225
integrity sha512-LxbmPGD/S4bWzUh2PXMPSt/rXeUVJTsCbMpwH18XilTkXgOSmKH/eyVZNXUBY8C/xwqjzMTC68EtTlsM1DCq1A==
152226

153-
"@aws-amplify/[email protected].4":
154-
version "3.0.4"
155-
resolved "https://registry.yarnpkg.com/@aws-amplify/xr/-/xr-3.0.4.tgz#d55bec01877ab190d73f39792dcc4c20863fc04d"
156-
integrity sha512-2HmXUWIHh/i6j9g5srF00WICLnWqaauwAmF4g/m5KSo7Yk88dHW0lMhptMluhXTz5m95G88ZpFOu9jB3jtMVhQ==
227+
"@aws-amplify/[email protected].9":
228+
version "3.0.9"
229+
resolved "https://registry.yarnpkg.com/@aws-amplify/xr/-/xr-3.0.9.tgz#8a64c8941b4666677ee9ba1cdb7fa47249e429b3"
230+
integrity sha512-UwWTnh7QdOdlBXqYPJP28pYpNpzzIkYqEqKXNpIPasGATouILiHU4hXONWUeuBkU5bgvum/w5EN5U9LnCxe+tQ==
157231
dependencies:
158-
"@aws-amplify/core" "4.1.2"
232+
"@aws-amplify/core" "4.2.3"
159233

160234
"@aws-crypto/crc32@^1.0.0":
161235
version "1.1.0"
@@ -232,6 +306,43 @@
232306
dependencies:
233307
tslib "^1.8.0"
234308

309+
"@aws-sdk/[email protected]":
310+
version "3.6.1"
311+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudwatch-logs/-/client-cloudwatch-logs-3.6.1.tgz#5e8dba495a2ba9a901b0a1a2d53edef8bd452398"
312+
integrity sha512-QOxIDnlVTpnwJ26Gap6RGz61cDLH6TKrIp30VqwdMeT1pCGy8mn9rWln6XA+ymkofHy/08RfpGp+VN4axwd4Lw==
313+
dependencies:
314+
"@aws-crypto/sha256-browser" "^1.0.0"
315+
"@aws-crypto/sha256-js" "^1.0.0"
316+
"@aws-sdk/config-resolver" "3.6.1"
317+
"@aws-sdk/credential-provider-node" "3.6.1"
318+
"@aws-sdk/fetch-http-handler" "3.6.1"
319+
"@aws-sdk/hash-node" "3.6.1"
320+
"@aws-sdk/invalid-dependency" "3.6.1"
321+
"@aws-sdk/middleware-content-length" "3.6.1"
322+
"@aws-sdk/middleware-host-header" "3.6.1"
323+
"@aws-sdk/middleware-logger" "3.6.1"
324+
"@aws-sdk/middleware-retry" "3.6.1"
325+
"@aws-sdk/middleware-serde" "3.6.1"
326+
"@aws-sdk/middleware-signing" "3.6.1"
327+
"@aws-sdk/middleware-stack" "3.6.1"
328+
"@aws-sdk/middleware-user-agent" "3.6.1"
329+
"@aws-sdk/node-config-provider" "3.6.1"
330+
"@aws-sdk/node-http-handler" "3.6.1"
331+
"@aws-sdk/protocol-http" "3.6.1"
332+
"@aws-sdk/smithy-client" "3.6.1"
333+
"@aws-sdk/types" "3.6.1"
334+
"@aws-sdk/url-parser" "3.6.1"
335+
"@aws-sdk/url-parser-native" "3.6.1"
336+
"@aws-sdk/util-base64-browser" "3.6.1"
337+
"@aws-sdk/util-base64-node" "3.6.1"
338+
"@aws-sdk/util-body-length-browser" "3.6.1"
339+
"@aws-sdk/util-body-length-node" "3.6.1"
340+
"@aws-sdk/util-user-agent-browser" "3.6.1"
341+
"@aws-sdk/util-user-agent-node" "3.6.1"
342+
"@aws-sdk/util-utf8-browser" "3.6.1"
343+
"@aws-sdk/util-utf8-node" "3.6.1"
344+
tslib "^2.0.0"
345+
235346
"@aws-sdk/[email protected]":
236347
version "3.6.1"
237348
resolved "https://registry.yarnpkg.com/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.6.1.tgz#36992a4fef7eff1f2b1dbee30850e30ebdfc15bb"
@@ -3996,6 +4107,17 @@ [email protected]:
39964107
isomorphic-unfetch "^3.0.0"
39974108
js-cookie "^2.2.1"
39984109

4110+
4111+
version "5.0.6"
4112+
resolved "https://registry.yarnpkg.com/amazon-cognito-identity-js/-/amazon-cognito-identity-js-5.0.6.tgz#be7ed4aff610f4bc2b702b0db7d031dd90bbf259"
4113+
integrity sha512-iJIDOdJsC3YcAB+JuHuaMQ5uEkPo229+vNh0G80ehSNbfARJeFrv53ImXIJtykW4KfzSvLksyQEsEEijI4Z1ww==
4114+
dependencies:
4115+
buffer "4.9.2"
4116+
crypto-js "^4.1.1"
4117+
fast-base64-decode "^1.0.0"
4118+
isomorphic-unfetch "^3.0.0"
4119+
js-cookie "^2.2.1"
4120+
39994121
ansi-align@^3.0.0:
40004122
version "3.0.0"
40014123
resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.0.tgz#b536b371cf687caaef236c18d3e21fe3797467cb"
@@ -4248,23 +4370,23 @@ autoprefixer@^9.6.1, autoprefixer@^9.8.6:
42484370
postcss "^7.0.32"
42494371
postcss-value-parser "^4.1.0"
42504372

4251-
aws-amplify@4.1.2:
4252-
version "4.1.2"
4253-
resolved "https://registry.yarnpkg.com/aws-amplify/-/aws-amplify-4.1.2.tgz#8c31f3a482cc90e3c360ee48ef2e011da83686db"
4254-
integrity sha512-KeAzI2DHsCdSgCz8QQr6VHmFdOh/34yqiqHIULQGlsFMvrUaZqMEPKYWqPNw/96Xd+pTvImz5K2b4Y3vmsy45g==
4255-
dependencies:
4256-
"@aws-amplify/analytics" "5.0.4"
4257-
"@aws-amplify/api" "4.0.4"
4258-
"@aws-amplify/auth" "4.1.0"
4259-
"@aws-amplify/cache" "4.0.6"
4260-
"@aws-amplify/core" "4.1.2"
4261-
"@aws-amplify/datastore" "3.1.2"
4262-
"@aws-amplify/interactions" "4.0.4"
4263-
"@aws-amplify/predictions" "4.0.4"
4264-
"@aws-amplify/pubsub" "4.0.4"
4265-
"@aws-amplify/storage" "4.2.1"
4373+
aws-amplify@4.2.3:
4374+
version "4.2.3"
4375+
resolved "https://registry.yarnpkg.com/aws-amplify/-/aws-amplify-4.2.3.tgz#e41f47fc5f121fc7ab80730e6a6dbe0be1c57a9b"
4376+
integrity sha512-eMZL0Q+roui4gPfZNpmsUSnYf8te8abu02+iku4H50pRQ5fsUIEZr2NURhj/0sBiteI4JkhafM6ghj/ztsz9uQ==
4377+
dependencies:
4378+
"@aws-amplify/analytics" "5.0.9"
4379+
"@aws-amplify/api" "4.0.9"
4380+
"@aws-amplify/auth" "4.2.1"
4381+
"@aws-amplify/cache" "4.0.11"
4382+
"@aws-amplify/core" "4.2.3"
4383+
"@aws-amplify/datastore" "3.3.1"
4384+
"@aws-amplify/interactions" "4.0.9"
4385+
"@aws-amplify/predictions" "4.0.9"
4386+
"@aws-amplify/pubsub" "4.1.1"
4387+
"@aws-amplify/storage" "4.3.4"
42664388
"@aws-amplify/ui" "2.0.3"
4267-
"@aws-amplify/xr" "3.0.4"
4389+
"@aws-amplify/xr" "3.0.9"
42684390

42694391
axios-retry@^3.1.9:
42704392
version "3.1.9"
@@ -5684,7 +5806,7 @@ crypto-browserify@^3.11.0:
56845806
randombytes "^2.0.0"
56855807
randomfill "^1.0.3"
56865808

5687-
crypto-js@^4.0.0:
5809+
crypto-js@^4.0.0, crypto-js@^4.1.1:
56885810
version "4.1.1"
56895811
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.1.1.tgz#9e485bcf03521041bd85844786b83fb7619736cf"
56905812
integrity sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw==

0 commit comments

Comments
 (0)