sfdx-hardis 5.16.4-beta202501221328.0 → 5.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/lib/commands/hardis/doc/mkdocs-to-salesforce.js +1 -1
- package/lib/commands/hardis/doc/project2markdown.d.ts +6 -0
- package/lib/commands/hardis/doc/project2markdown.js +149 -4
- package/lib/commands/hardis/doc/project2markdown.js.map +1 -1
- package/lib/commands/hardis/lint/metadatastatus.js +4 -0
- package/lib/commands/hardis/lint/metadatastatus.js.map +1 -1
- package/lib/commands/hardis/lint/missingattributes.js +2 -1
- package/lib/commands/hardis/lint/missingattributes.js.map +1 -1
- package/lib/commands/hardis/org/test/apex.js +2 -2
- package/lib/commands/hardis/org/test/apex.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates.d.ts +13 -1
- package/lib/common/aiProvider/promptTemplates.js +54 -0
- package/lib/common/aiProvider/promptTemplates.js.map +1 -1
- package/lib/common/utils/deployUtils.d.ts +1 -1
- package/lib/common/utils/deployUtils.js +20 -17
- package/lib/common/utils/deployUtils.js.map +1 -1
- package/lib/common/utils/docUtils.d.ts +2 -0
- package/lib/common/utils/docUtils.js +86 -1
- package/lib/common/utils/docUtils.js.map +1 -1
- package/lib/common/utils/flowVisualiser/nodeFormatUtils.js +21 -8
- package/lib/common/utils/flowVisualiser/nodeFormatUtils.js.map +1 -1
- package/lib/common/utils/projectUtils.d.ts +3 -0
- package/lib/common/utils/projectUtils.js +65 -0
- package/lib/common/utils/projectUtils.js.map +1 -1
- package/lib/common/utils/wrapUtils.js +2 -2
- package/lib/common/utils/wrapUtils.js.map +1 -1
- package/lib/common/utils/xmlUtils.js +7 -2
- package/lib/common/utils/xmlUtils.js.map +1 -1
- package/oclif.lock +938 -869
- package/oclif.manifest.json +372 -372
- package/package.json +6 -5
package/oclif.lock
CHANGED
|
@@ -112,535 +112,487 @@
|
|
|
112
112
|
"@smithy/util-utf8" "^2.0.0"
|
|
113
113
|
tslib "^2.6.2"
|
|
114
114
|
|
|
115
|
-
"@aws-sdk/client-cloudfront@^3.
|
|
116
|
-
version "3.
|
|
117
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudfront/-/client-cloudfront-3.
|
|
118
|
-
integrity sha512-
|
|
115
|
+
"@aws-sdk/client-cloudfront@^3.726.1":
|
|
116
|
+
version "3.734.0"
|
|
117
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudfront/-/client-cloudfront-3.734.0.tgz#d9e16cf6c4acae88db6803222c68d92c2d204961"
|
|
118
|
+
integrity sha512-j0R5arpRRBHRBKrnRmwXECCKFNOYdjGAmkpVS27GNuE6hJ2h2CBGJvb+XRzqZiEhna40+VeBn0/39yroMb157g==
|
|
119
119
|
dependencies:
|
|
120
120
|
"@aws-crypto/sha256-browser" "5.2.0"
|
|
121
121
|
"@aws-crypto/sha256-js" "5.2.0"
|
|
122
|
-
"@aws-sdk/
|
|
123
|
-
"@aws-sdk/
|
|
124
|
-
"@aws-sdk/
|
|
125
|
-
"@aws-sdk/
|
|
126
|
-
"@aws-sdk/middleware-
|
|
127
|
-
"@aws-sdk/middleware-
|
|
128
|
-
"@aws-sdk/
|
|
129
|
-
"@aws-sdk/
|
|
130
|
-
"@aws-sdk/
|
|
131
|
-
"@aws-sdk/
|
|
132
|
-
"@aws-sdk/util-
|
|
133
|
-
"@aws-sdk/
|
|
134
|
-
"@
|
|
135
|
-
"@
|
|
136
|
-
"@smithy/
|
|
137
|
-
"@smithy/
|
|
138
|
-
"@smithy/
|
|
139
|
-
"@smithy/
|
|
140
|
-
"@smithy/
|
|
141
|
-
"@smithy/middleware-
|
|
142
|
-
"@smithy/middleware-
|
|
143
|
-
"@smithy/middleware-
|
|
144
|
-
"@smithy/
|
|
145
|
-
"@smithy/
|
|
146
|
-
"@smithy/
|
|
147
|
-
"@smithy/
|
|
148
|
-
"@smithy/
|
|
149
|
-
"@smithy/
|
|
150
|
-
"@smithy/
|
|
151
|
-
"@smithy/
|
|
152
|
-
"@smithy/util-
|
|
153
|
-
"@smithy/util-
|
|
154
|
-
"@smithy/util-
|
|
155
|
-
"@smithy/util-
|
|
156
|
-
"@smithy/util-
|
|
157
|
-
"@smithy/util-
|
|
158
|
-
"@smithy/util-
|
|
159
|
-
"@smithy/util-
|
|
160
|
-
"@smithy/util-
|
|
161
|
-
"@smithy/util-utf8" "^3.0.0"
|
|
162
|
-
"@smithy/util-waiter" "^3.2.0"
|
|
122
|
+
"@aws-sdk/core" "3.734.0"
|
|
123
|
+
"@aws-sdk/credential-provider-node" "3.734.0"
|
|
124
|
+
"@aws-sdk/middleware-host-header" "3.734.0"
|
|
125
|
+
"@aws-sdk/middleware-logger" "3.734.0"
|
|
126
|
+
"@aws-sdk/middleware-recursion-detection" "3.734.0"
|
|
127
|
+
"@aws-sdk/middleware-user-agent" "3.734.0"
|
|
128
|
+
"@aws-sdk/region-config-resolver" "3.734.0"
|
|
129
|
+
"@aws-sdk/types" "3.734.0"
|
|
130
|
+
"@aws-sdk/util-endpoints" "3.734.0"
|
|
131
|
+
"@aws-sdk/util-user-agent-browser" "3.734.0"
|
|
132
|
+
"@aws-sdk/util-user-agent-node" "3.734.0"
|
|
133
|
+
"@aws-sdk/xml-builder" "3.734.0"
|
|
134
|
+
"@smithy/config-resolver" "^4.0.1"
|
|
135
|
+
"@smithy/core" "^3.1.1"
|
|
136
|
+
"@smithy/fetch-http-handler" "^5.0.1"
|
|
137
|
+
"@smithy/hash-node" "^4.0.1"
|
|
138
|
+
"@smithy/invalid-dependency" "^4.0.1"
|
|
139
|
+
"@smithy/middleware-content-length" "^4.0.1"
|
|
140
|
+
"@smithy/middleware-endpoint" "^4.0.2"
|
|
141
|
+
"@smithy/middleware-retry" "^4.0.3"
|
|
142
|
+
"@smithy/middleware-serde" "^4.0.1"
|
|
143
|
+
"@smithy/middleware-stack" "^4.0.1"
|
|
144
|
+
"@smithy/node-config-provider" "^4.0.1"
|
|
145
|
+
"@smithy/node-http-handler" "^4.0.2"
|
|
146
|
+
"@smithy/protocol-http" "^5.0.1"
|
|
147
|
+
"@smithy/smithy-client" "^4.1.2"
|
|
148
|
+
"@smithy/types" "^4.1.0"
|
|
149
|
+
"@smithy/url-parser" "^4.0.1"
|
|
150
|
+
"@smithy/util-base64" "^4.0.0"
|
|
151
|
+
"@smithy/util-body-length-browser" "^4.0.0"
|
|
152
|
+
"@smithy/util-body-length-node" "^4.0.0"
|
|
153
|
+
"@smithy/util-defaults-mode-browser" "^4.0.3"
|
|
154
|
+
"@smithy/util-defaults-mode-node" "^4.0.3"
|
|
155
|
+
"@smithy/util-endpoints" "^3.0.1"
|
|
156
|
+
"@smithy/util-middleware" "^4.0.1"
|
|
157
|
+
"@smithy/util-retry" "^4.0.1"
|
|
158
|
+
"@smithy/util-stream" "^4.0.2"
|
|
159
|
+
"@smithy/util-utf8" "^4.0.0"
|
|
160
|
+
"@smithy/util-waiter" "^4.0.2"
|
|
163
161
|
tslib "^2.6.2"
|
|
164
162
|
|
|
165
|
-
"@aws-sdk/client-s3@^3.
|
|
166
|
-
version "3.
|
|
167
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.
|
|
168
|
-
integrity sha512-
|
|
163
|
+
"@aws-sdk/client-s3@^3.722.0":
|
|
164
|
+
version "3.735.0"
|
|
165
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.735.0.tgz#c8b8c8303530982a82ae83b763f1941cb6c60c08"
|
|
166
|
+
integrity sha512-6NcxX06c4tnnu6FTFiyS8shoYLy+8TvIDkYjJ5r9tvbaysOptUKQdolOuh7+Lz95QyaqiznpCsNTxsfywLXcqw==
|
|
169
167
|
dependencies:
|
|
170
168
|
"@aws-crypto/sha1-browser" "5.2.0"
|
|
171
169
|
"@aws-crypto/sha256-browser" "5.2.0"
|
|
172
170
|
"@aws-crypto/sha256-js" "5.2.0"
|
|
173
|
-
"@aws-sdk/
|
|
174
|
-
"@aws-sdk/
|
|
175
|
-
"@aws-sdk/
|
|
176
|
-
"@aws-sdk/
|
|
177
|
-
"@aws-sdk/middleware-
|
|
178
|
-
"@aws-sdk/middleware-
|
|
179
|
-
"@aws-sdk/middleware-
|
|
180
|
-
"@aws-sdk/middleware-
|
|
181
|
-
"@aws-sdk/middleware-
|
|
182
|
-
"@aws-sdk/middleware-
|
|
183
|
-
"@aws-sdk/middleware-
|
|
184
|
-
"@aws-sdk/middleware-
|
|
185
|
-
"@aws-sdk/
|
|
186
|
-
"@aws-sdk/
|
|
187
|
-
"@aws-sdk/
|
|
188
|
-
"@aws-sdk/
|
|
189
|
-
"@aws-sdk/
|
|
190
|
-
"@aws-sdk/util-
|
|
191
|
-
"@aws-sdk/
|
|
192
|
-
"@
|
|
193
|
-
"@
|
|
194
|
-
"@smithy/
|
|
195
|
-
"@smithy/
|
|
196
|
-
"@smithy/eventstream-serde-
|
|
197
|
-
"@smithy/
|
|
198
|
-
"@smithy/
|
|
199
|
-
"@smithy/
|
|
200
|
-
"@smithy/hash-
|
|
201
|
-
"@smithy/
|
|
202
|
-
"@smithy/
|
|
203
|
-
"@smithy/
|
|
204
|
-
"@smithy/
|
|
205
|
-
"@smithy/middleware-
|
|
206
|
-
"@smithy/middleware-
|
|
207
|
-
"@smithy/middleware-
|
|
208
|
-
"@smithy/
|
|
209
|
-
"@smithy/
|
|
210
|
-
"@smithy/
|
|
211
|
-
"@smithy/
|
|
212
|
-
"@smithy/
|
|
213
|
-
"@smithy/
|
|
214
|
-
"@smithy/
|
|
215
|
-
"@smithy/
|
|
216
|
-
"@smithy/util-
|
|
217
|
-
"@smithy/util-
|
|
218
|
-
"@smithy/util-
|
|
219
|
-
"@smithy/util-
|
|
220
|
-
"@smithy/util-
|
|
221
|
-
"@smithy/util-
|
|
222
|
-
"@smithy/util-
|
|
223
|
-
"@smithy/util-
|
|
224
|
-
"@smithy/util-
|
|
225
|
-
"@smithy/util-utf8" "^3.0.0"
|
|
226
|
-
"@smithy/util-waiter" "^3.2.0"
|
|
171
|
+
"@aws-sdk/core" "3.734.0"
|
|
172
|
+
"@aws-sdk/credential-provider-node" "3.734.0"
|
|
173
|
+
"@aws-sdk/middleware-bucket-endpoint" "3.734.0"
|
|
174
|
+
"@aws-sdk/middleware-expect-continue" "3.734.0"
|
|
175
|
+
"@aws-sdk/middleware-flexible-checksums" "3.735.0"
|
|
176
|
+
"@aws-sdk/middleware-host-header" "3.734.0"
|
|
177
|
+
"@aws-sdk/middleware-location-constraint" "3.734.0"
|
|
178
|
+
"@aws-sdk/middleware-logger" "3.734.0"
|
|
179
|
+
"@aws-sdk/middleware-recursion-detection" "3.734.0"
|
|
180
|
+
"@aws-sdk/middleware-sdk-s3" "3.734.0"
|
|
181
|
+
"@aws-sdk/middleware-ssec" "3.734.0"
|
|
182
|
+
"@aws-sdk/middleware-user-agent" "3.734.0"
|
|
183
|
+
"@aws-sdk/region-config-resolver" "3.734.0"
|
|
184
|
+
"@aws-sdk/signature-v4-multi-region" "3.734.0"
|
|
185
|
+
"@aws-sdk/types" "3.734.0"
|
|
186
|
+
"@aws-sdk/util-endpoints" "3.734.0"
|
|
187
|
+
"@aws-sdk/util-user-agent-browser" "3.734.0"
|
|
188
|
+
"@aws-sdk/util-user-agent-node" "3.734.0"
|
|
189
|
+
"@aws-sdk/xml-builder" "3.734.0"
|
|
190
|
+
"@smithy/config-resolver" "^4.0.1"
|
|
191
|
+
"@smithy/core" "^3.1.1"
|
|
192
|
+
"@smithy/eventstream-serde-browser" "^4.0.1"
|
|
193
|
+
"@smithy/eventstream-serde-config-resolver" "^4.0.1"
|
|
194
|
+
"@smithy/eventstream-serde-node" "^4.0.1"
|
|
195
|
+
"@smithy/fetch-http-handler" "^5.0.1"
|
|
196
|
+
"@smithy/hash-blob-browser" "^4.0.1"
|
|
197
|
+
"@smithy/hash-node" "^4.0.1"
|
|
198
|
+
"@smithy/hash-stream-node" "^4.0.1"
|
|
199
|
+
"@smithy/invalid-dependency" "^4.0.1"
|
|
200
|
+
"@smithy/md5-js" "^4.0.1"
|
|
201
|
+
"@smithy/middleware-content-length" "^4.0.1"
|
|
202
|
+
"@smithy/middleware-endpoint" "^4.0.2"
|
|
203
|
+
"@smithy/middleware-retry" "^4.0.3"
|
|
204
|
+
"@smithy/middleware-serde" "^4.0.1"
|
|
205
|
+
"@smithy/middleware-stack" "^4.0.1"
|
|
206
|
+
"@smithy/node-config-provider" "^4.0.1"
|
|
207
|
+
"@smithy/node-http-handler" "^4.0.2"
|
|
208
|
+
"@smithy/protocol-http" "^5.0.1"
|
|
209
|
+
"@smithy/smithy-client" "^4.1.2"
|
|
210
|
+
"@smithy/types" "^4.1.0"
|
|
211
|
+
"@smithy/url-parser" "^4.0.1"
|
|
212
|
+
"@smithy/util-base64" "^4.0.0"
|
|
213
|
+
"@smithy/util-body-length-browser" "^4.0.0"
|
|
214
|
+
"@smithy/util-body-length-node" "^4.0.0"
|
|
215
|
+
"@smithy/util-defaults-mode-browser" "^4.0.3"
|
|
216
|
+
"@smithy/util-defaults-mode-node" "^4.0.3"
|
|
217
|
+
"@smithy/util-endpoints" "^3.0.1"
|
|
218
|
+
"@smithy/util-middleware" "^4.0.1"
|
|
219
|
+
"@smithy/util-retry" "^4.0.1"
|
|
220
|
+
"@smithy/util-stream" "^4.0.2"
|
|
221
|
+
"@smithy/util-utf8" "^4.0.0"
|
|
222
|
+
"@smithy/util-waiter" "^4.0.2"
|
|
227
223
|
tslib "^2.6.2"
|
|
228
224
|
|
|
229
|
-
"@aws-sdk/client-sso
|
|
230
|
-
version "3.
|
|
231
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso
|
|
232
|
-
integrity sha512-
|
|
225
|
+
"@aws-sdk/client-sso@3.734.0":
|
|
226
|
+
version "3.734.0"
|
|
227
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso/-/client-sso-3.734.0.tgz#789c98267f07aaa7155b404d0bfd4059c4b4deb9"
|
|
228
|
+
integrity sha512-oerepp0mut9VlgTwnG5Ds/lb0C0b2/rQ+hL/rF6q+HGKPfGsCuPvFx1GtwGKCXd49ase88/jVgrhcA9OQbz3kg==
|
|
233
229
|
dependencies:
|
|
234
230
|
"@aws-crypto/sha256-browser" "5.2.0"
|
|
235
231
|
"@aws-crypto/sha256-js" "5.2.0"
|
|
236
|
-
"@aws-sdk/core" "3.
|
|
237
|
-
"@aws-sdk/
|
|
238
|
-
"@aws-sdk/middleware-
|
|
239
|
-
"@aws-sdk/middleware-
|
|
240
|
-
"@aws-sdk/middleware-
|
|
241
|
-
"@aws-sdk/
|
|
242
|
-
"@aws-sdk/
|
|
243
|
-
"@aws-sdk/
|
|
244
|
-
"@aws-sdk/util-
|
|
245
|
-
"@aws-sdk/util-user-agent-
|
|
246
|
-
"@
|
|
247
|
-
"@smithy/
|
|
248
|
-
"@smithy/
|
|
249
|
-
"@smithy/
|
|
250
|
-
"@smithy/
|
|
251
|
-
"@smithy/
|
|
252
|
-
"@smithy/middleware-
|
|
253
|
-
"@smithy/middleware-
|
|
254
|
-
"@smithy/middleware-
|
|
255
|
-
"@smithy/middleware-
|
|
256
|
-
"@smithy/
|
|
257
|
-
"@smithy/node-
|
|
258
|
-
"@smithy/
|
|
259
|
-
"@smithy/
|
|
260
|
-
"@smithy/
|
|
261
|
-
"@smithy/
|
|
262
|
-
"@smithy/
|
|
263
|
-
"@smithy/util-
|
|
264
|
-
"@smithy/util-body-length-
|
|
265
|
-
"@smithy/util-
|
|
266
|
-
"@smithy/util-defaults-mode-
|
|
267
|
-
"@smithy/util-
|
|
268
|
-
"@smithy/util-
|
|
269
|
-
"@smithy/util-
|
|
270
|
-
"@smithy/util-
|
|
271
|
-
"@smithy/util-utf8" "^3.0.0"
|
|
232
|
+
"@aws-sdk/core" "3.734.0"
|
|
233
|
+
"@aws-sdk/middleware-host-header" "3.734.0"
|
|
234
|
+
"@aws-sdk/middleware-logger" "3.734.0"
|
|
235
|
+
"@aws-sdk/middleware-recursion-detection" "3.734.0"
|
|
236
|
+
"@aws-sdk/middleware-user-agent" "3.734.0"
|
|
237
|
+
"@aws-sdk/region-config-resolver" "3.734.0"
|
|
238
|
+
"@aws-sdk/types" "3.734.0"
|
|
239
|
+
"@aws-sdk/util-endpoints" "3.734.0"
|
|
240
|
+
"@aws-sdk/util-user-agent-browser" "3.734.0"
|
|
241
|
+
"@aws-sdk/util-user-agent-node" "3.734.0"
|
|
242
|
+
"@smithy/config-resolver" "^4.0.1"
|
|
243
|
+
"@smithy/core" "^3.1.1"
|
|
244
|
+
"@smithy/fetch-http-handler" "^5.0.1"
|
|
245
|
+
"@smithy/hash-node" "^4.0.1"
|
|
246
|
+
"@smithy/invalid-dependency" "^4.0.1"
|
|
247
|
+
"@smithy/middleware-content-length" "^4.0.1"
|
|
248
|
+
"@smithy/middleware-endpoint" "^4.0.2"
|
|
249
|
+
"@smithy/middleware-retry" "^4.0.3"
|
|
250
|
+
"@smithy/middleware-serde" "^4.0.1"
|
|
251
|
+
"@smithy/middleware-stack" "^4.0.1"
|
|
252
|
+
"@smithy/node-config-provider" "^4.0.1"
|
|
253
|
+
"@smithy/node-http-handler" "^4.0.2"
|
|
254
|
+
"@smithy/protocol-http" "^5.0.1"
|
|
255
|
+
"@smithy/smithy-client" "^4.1.2"
|
|
256
|
+
"@smithy/types" "^4.1.0"
|
|
257
|
+
"@smithy/url-parser" "^4.0.1"
|
|
258
|
+
"@smithy/util-base64" "^4.0.0"
|
|
259
|
+
"@smithy/util-body-length-browser" "^4.0.0"
|
|
260
|
+
"@smithy/util-body-length-node" "^4.0.0"
|
|
261
|
+
"@smithy/util-defaults-mode-browser" "^4.0.3"
|
|
262
|
+
"@smithy/util-defaults-mode-node" "^4.0.3"
|
|
263
|
+
"@smithy/util-endpoints" "^3.0.1"
|
|
264
|
+
"@smithy/util-middleware" "^4.0.1"
|
|
265
|
+
"@smithy/util-retry" "^4.0.1"
|
|
266
|
+
"@smithy/util-utf8" "^4.0.0"
|
|
272
267
|
tslib "^2.6.2"
|
|
273
268
|
|
|
274
|
-
"@aws-sdk/
|
|
275
|
-
version "3.
|
|
276
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/
|
|
277
|
-
integrity sha512-
|
|
278
|
-
dependencies:
|
|
279
|
-
"@aws-
|
|
280
|
-
"@
|
|
281
|
-
"@
|
|
282
|
-
"@
|
|
283
|
-
"@
|
|
284
|
-
"@
|
|
285
|
-
"@
|
|
286
|
-
"@
|
|
287
|
-
"@
|
|
288
|
-
"@aws-sdk/util-endpoints" "3.714.0"
|
|
289
|
-
"@aws-sdk/util-user-agent-browser" "3.714.0"
|
|
290
|
-
"@aws-sdk/util-user-agent-node" "3.721.0"
|
|
291
|
-
"@smithy/config-resolver" "^3.0.13"
|
|
292
|
-
"@smithy/core" "^2.5.5"
|
|
293
|
-
"@smithy/fetch-http-handler" "^4.1.2"
|
|
294
|
-
"@smithy/hash-node" "^3.0.11"
|
|
295
|
-
"@smithy/invalid-dependency" "^3.0.11"
|
|
296
|
-
"@smithy/middleware-content-length" "^3.0.13"
|
|
297
|
-
"@smithy/middleware-endpoint" "^3.2.6"
|
|
298
|
-
"@smithy/middleware-retry" "^3.0.31"
|
|
299
|
-
"@smithy/middleware-serde" "^3.0.11"
|
|
300
|
-
"@smithy/middleware-stack" "^3.0.11"
|
|
301
|
-
"@smithy/node-config-provider" "^3.1.12"
|
|
302
|
-
"@smithy/node-http-handler" "^3.3.2"
|
|
303
|
-
"@smithy/protocol-http" "^4.1.8"
|
|
304
|
-
"@smithy/smithy-client" "^3.5.1"
|
|
305
|
-
"@smithy/types" "^3.7.2"
|
|
306
|
-
"@smithy/url-parser" "^3.0.11"
|
|
307
|
-
"@smithy/util-base64" "^3.0.0"
|
|
308
|
-
"@smithy/util-body-length-browser" "^3.0.0"
|
|
309
|
-
"@smithy/util-body-length-node" "^3.0.0"
|
|
310
|
-
"@smithy/util-defaults-mode-browser" "^3.0.31"
|
|
311
|
-
"@smithy/util-defaults-mode-node" "^3.0.31"
|
|
312
|
-
"@smithy/util-endpoints" "^2.1.7"
|
|
313
|
-
"@smithy/util-middleware" "^3.0.11"
|
|
314
|
-
"@smithy/util-retry" "^3.0.11"
|
|
315
|
-
"@smithy/util-utf8" "^3.0.0"
|
|
316
|
-
tslib "^2.6.2"
|
|
317
|
-
|
|
318
|
-
"@aws-sdk/client-sts@3.721.0":
|
|
319
|
-
version "3.721.0"
|
|
320
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sts/-/client-sts-3.721.0.tgz#701de8e0877aec3974291e19cd1361feda742680"
|
|
321
|
-
integrity sha512-1Pv8F02hQFmPZs7WtGfQNlnInbG1lLzyngJc/MlZ3Ld2fIoWjaWp7bJWgYAjnzHNEuDtCabWJvIfePdRqsbYoA==
|
|
322
|
-
dependencies:
|
|
323
|
-
"@aws-crypto/sha256-browser" "5.2.0"
|
|
324
|
-
"@aws-crypto/sha256-js" "5.2.0"
|
|
325
|
-
"@aws-sdk/client-sso-oidc" "3.721.0"
|
|
326
|
-
"@aws-sdk/core" "3.716.0"
|
|
327
|
-
"@aws-sdk/credential-provider-node" "3.721.0"
|
|
328
|
-
"@aws-sdk/middleware-host-header" "3.714.0"
|
|
329
|
-
"@aws-sdk/middleware-logger" "3.714.0"
|
|
330
|
-
"@aws-sdk/middleware-recursion-detection" "3.714.0"
|
|
331
|
-
"@aws-sdk/middleware-user-agent" "3.721.0"
|
|
332
|
-
"@aws-sdk/region-config-resolver" "3.714.0"
|
|
333
|
-
"@aws-sdk/types" "3.714.0"
|
|
334
|
-
"@aws-sdk/util-endpoints" "3.714.0"
|
|
335
|
-
"@aws-sdk/util-user-agent-browser" "3.714.0"
|
|
336
|
-
"@aws-sdk/util-user-agent-node" "3.721.0"
|
|
337
|
-
"@smithy/config-resolver" "^3.0.13"
|
|
338
|
-
"@smithy/core" "^2.5.5"
|
|
339
|
-
"@smithy/fetch-http-handler" "^4.1.2"
|
|
340
|
-
"@smithy/hash-node" "^3.0.11"
|
|
341
|
-
"@smithy/invalid-dependency" "^3.0.11"
|
|
342
|
-
"@smithy/middleware-content-length" "^3.0.13"
|
|
343
|
-
"@smithy/middleware-endpoint" "^3.2.6"
|
|
344
|
-
"@smithy/middleware-retry" "^3.0.31"
|
|
345
|
-
"@smithy/middleware-serde" "^3.0.11"
|
|
346
|
-
"@smithy/middleware-stack" "^3.0.11"
|
|
347
|
-
"@smithy/node-config-provider" "^3.1.12"
|
|
348
|
-
"@smithy/node-http-handler" "^3.3.2"
|
|
349
|
-
"@smithy/protocol-http" "^4.1.8"
|
|
350
|
-
"@smithy/smithy-client" "^3.5.1"
|
|
351
|
-
"@smithy/types" "^3.7.2"
|
|
352
|
-
"@smithy/url-parser" "^3.0.11"
|
|
353
|
-
"@smithy/util-base64" "^3.0.0"
|
|
354
|
-
"@smithy/util-body-length-browser" "^3.0.0"
|
|
355
|
-
"@smithy/util-body-length-node" "^3.0.0"
|
|
356
|
-
"@smithy/util-defaults-mode-browser" "^3.0.31"
|
|
357
|
-
"@smithy/util-defaults-mode-node" "^3.0.31"
|
|
358
|
-
"@smithy/util-endpoints" "^2.1.7"
|
|
359
|
-
"@smithy/util-middleware" "^3.0.11"
|
|
360
|
-
"@smithy/util-retry" "^3.0.11"
|
|
361
|
-
"@smithy/util-utf8" "^3.0.0"
|
|
362
|
-
tslib "^2.6.2"
|
|
363
|
-
|
|
364
|
-
"@aws-sdk/core@3.716.0":
|
|
365
|
-
version "3.716.0"
|
|
366
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.716.0.tgz#17f92240a035ed6aea5ac277e35db8683ad5c734"
|
|
367
|
-
integrity sha512-5DkUiTrbyzO8/W4g7UFEqRFpuhgizayHI/Zbh0wtFMcot8801nJV+MP/YMhdjimlvAr/OqYB08FbGsPyWppMTw==
|
|
368
|
-
dependencies:
|
|
369
|
-
"@aws-sdk/types" "3.714.0"
|
|
370
|
-
"@smithy/core" "^2.5.5"
|
|
371
|
-
"@smithy/node-config-provider" "^3.1.12"
|
|
372
|
-
"@smithy/property-provider" "^3.1.11"
|
|
373
|
-
"@smithy/protocol-http" "^4.1.8"
|
|
374
|
-
"@smithy/signature-v4" "^4.2.4"
|
|
375
|
-
"@smithy/smithy-client" "^3.5.1"
|
|
376
|
-
"@smithy/types" "^3.7.2"
|
|
377
|
-
"@smithy/util-middleware" "^3.0.11"
|
|
269
|
+
"@aws-sdk/core@3.734.0":
|
|
270
|
+
version "3.734.0"
|
|
271
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.734.0.tgz#fa2289750efd75f4fb8c45719a4a4ea7e7755160"
|
|
272
|
+
integrity sha512-SxnDqf3vobdm50OLyAKfqZetv6zzwnSqwIwd3jrbopxxHKqNIM/I0xcYjD6Tn+mPig+u7iRKb9q3QnEooFTlmg==
|
|
273
|
+
dependencies:
|
|
274
|
+
"@aws-sdk/types" "3.734.0"
|
|
275
|
+
"@smithy/core" "^3.1.1"
|
|
276
|
+
"@smithy/node-config-provider" "^4.0.1"
|
|
277
|
+
"@smithy/property-provider" "^4.0.1"
|
|
278
|
+
"@smithy/protocol-http" "^5.0.1"
|
|
279
|
+
"@smithy/signature-v4" "^5.0.1"
|
|
280
|
+
"@smithy/smithy-client" "^4.1.2"
|
|
281
|
+
"@smithy/types" "^4.1.0"
|
|
282
|
+
"@smithy/util-middleware" "^4.0.1"
|
|
378
283
|
fast-xml-parser "4.4.1"
|
|
379
284
|
tslib "^2.6.2"
|
|
380
285
|
|
|
381
|
-
"@aws-sdk/credential-provider-env@3.
|
|
382
|
-
version "3.
|
|
383
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.
|
|
384
|
-
integrity sha512-
|
|
286
|
+
"@aws-sdk/credential-provider-env@3.734.0":
|
|
287
|
+
version "3.734.0"
|
|
288
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.734.0.tgz#6c0b1734764a7fb1616455836b1c3dacd99e50a3"
|
|
289
|
+
integrity sha512-gtRkzYTGafnm1FPpiNO8VBmJrYMoxhDlGPYDVcijzx3DlF8dhWnowuSBCxLSi+MJMx5hvwrX2A+e/q0QAeHqmw==
|
|
385
290
|
dependencies:
|
|
386
|
-
"@aws-sdk/core" "3.
|
|
387
|
-
"@aws-sdk/types" "3.
|
|
388
|
-
"@smithy/property-provider" "^
|
|
389
|
-
"@smithy/types" "^
|
|
291
|
+
"@aws-sdk/core" "3.734.0"
|
|
292
|
+
"@aws-sdk/types" "3.734.0"
|
|
293
|
+
"@smithy/property-provider" "^4.0.1"
|
|
294
|
+
"@smithy/types" "^4.1.0"
|
|
390
295
|
tslib "^2.6.2"
|
|
391
296
|
|
|
392
|
-
"@aws-sdk/credential-provider-http@3.
|
|
393
|
-
version "3.
|
|
394
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.
|
|
395
|
-
integrity sha512-
|
|
396
|
-
dependencies:
|
|
397
|
-
"@aws-sdk/core" "3.
|
|
398
|
-
"@aws-sdk/types" "3.
|
|
399
|
-
"@smithy/fetch-http-handler" "^
|
|
400
|
-
"@smithy/node-http-handler" "^
|
|
401
|
-
"@smithy/property-provider" "^
|
|
402
|
-
"@smithy/protocol-http" "^
|
|
403
|
-
"@smithy/smithy-client" "^
|
|
404
|
-
"@smithy/types" "^
|
|
405
|
-
"@smithy/util-stream" "^
|
|
297
|
+
"@aws-sdk/credential-provider-http@3.734.0":
|
|
298
|
+
version "3.734.0"
|
|
299
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.734.0.tgz#21c5fbb380d1dd503491897b346e1e0b1d06ae41"
|
|
300
|
+
integrity sha512-JFSL6xhONsq+hKM8xroIPhM5/FOhiQ1cov0lZxhzZWj6Ai3UAjucy3zyIFDr9MgP1KfCYNdvyaUq9/o+HWvEDg==
|
|
301
|
+
dependencies:
|
|
302
|
+
"@aws-sdk/core" "3.734.0"
|
|
303
|
+
"@aws-sdk/types" "3.734.0"
|
|
304
|
+
"@smithy/fetch-http-handler" "^5.0.1"
|
|
305
|
+
"@smithy/node-http-handler" "^4.0.2"
|
|
306
|
+
"@smithy/property-provider" "^4.0.1"
|
|
307
|
+
"@smithy/protocol-http" "^5.0.1"
|
|
308
|
+
"@smithy/smithy-client" "^4.1.2"
|
|
309
|
+
"@smithy/types" "^4.1.0"
|
|
310
|
+
"@smithy/util-stream" "^4.0.2"
|
|
406
311
|
tslib "^2.6.2"
|
|
407
312
|
|
|
408
|
-
"@aws-sdk/credential-provider-ini@3.
|
|
409
|
-
version "3.
|
|
410
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.
|
|
411
|
-
integrity sha512-
|
|
412
|
-
dependencies:
|
|
413
|
-
"@aws-sdk/core" "3.
|
|
414
|
-
"@aws-sdk/credential-provider-env" "3.
|
|
415
|
-
"@aws-sdk/credential-provider-http" "3.
|
|
416
|
-
"@aws-sdk/credential-provider-process" "3.
|
|
417
|
-
"@aws-sdk/credential-provider-sso" "3.
|
|
418
|
-
"@aws-sdk/credential-provider-web-identity" "3.
|
|
419
|
-
"@aws-sdk/
|
|
420
|
-
"@
|
|
421
|
-
"@smithy/
|
|
422
|
-
"@smithy/
|
|
423
|
-
"@smithy/
|
|
313
|
+
"@aws-sdk/credential-provider-ini@3.734.0":
|
|
314
|
+
version "3.734.0"
|
|
315
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.734.0.tgz#5769ae28cd255d4fc946799c0273b4af6f2f12bb"
|
|
316
|
+
integrity sha512-HEyaM/hWI7dNmb4NhdlcDLcgJvrilk8G4DQX6qz0i4pBZGC2l4iffuqP8K6ZQjUfz5/6894PzeFuhTORAMd+cg==
|
|
317
|
+
dependencies:
|
|
318
|
+
"@aws-sdk/core" "3.734.0"
|
|
319
|
+
"@aws-sdk/credential-provider-env" "3.734.0"
|
|
320
|
+
"@aws-sdk/credential-provider-http" "3.734.0"
|
|
321
|
+
"@aws-sdk/credential-provider-process" "3.734.0"
|
|
322
|
+
"@aws-sdk/credential-provider-sso" "3.734.0"
|
|
323
|
+
"@aws-sdk/credential-provider-web-identity" "3.734.0"
|
|
324
|
+
"@aws-sdk/nested-clients" "3.734.0"
|
|
325
|
+
"@aws-sdk/types" "3.734.0"
|
|
326
|
+
"@smithy/credential-provider-imds" "^4.0.1"
|
|
327
|
+
"@smithy/property-provider" "^4.0.1"
|
|
328
|
+
"@smithy/shared-ini-file-loader" "^4.0.1"
|
|
329
|
+
"@smithy/types" "^4.1.0"
|
|
424
330
|
tslib "^2.6.2"
|
|
425
331
|
|
|
426
|
-
"@aws-sdk/credential-provider-node@3.
|
|
427
|
-
version "3.
|
|
428
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.
|
|
429
|
-
integrity sha512-
|
|
430
|
-
dependencies:
|
|
431
|
-
"@aws-sdk/credential-provider-env" "3.
|
|
432
|
-
"@aws-sdk/credential-provider-http" "3.
|
|
433
|
-
"@aws-sdk/credential-provider-ini" "3.
|
|
434
|
-
"@aws-sdk/credential-provider-process" "3.
|
|
435
|
-
"@aws-sdk/credential-provider-sso" "3.
|
|
436
|
-
"@aws-sdk/credential-provider-web-identity" "3.
|
|
437
|
-
"@aws-sdk/types" "3.
|
|
438
|
-
"@smithy/credential-provider-imds" "^
|
|
439
|
-
"@smithy/property-provider" "^
|
|
440
|
-
"@smithy/shared-ini-file-loader" "^
|
|
441
|
-
"@smithy/types" "^
|
|
332
|
+
"@aws-sdk/credential-provider-node@3.734.0":
|
|
333
|
+
version "3.734.0"
|
|
334
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.734.0.tgz#86d54171c11cab5b64bfa55ab0def5e807440ad2"
|
|
335
|
+
integrity sha512-9NOSNbkPVb91JwaXOhyfahkzAwWdMsbWHL6fh5/PHlXYpsDjfIfT23I++toepNF2nODAJNLnOEHGYIxgNgf6jQ==
|
|
336
|
+
dependencies:
|
|
337
|
+
"@aws-sdk/credential-provider-env" "3.734.0"
|
|
338
|
+
"@aws-sdk/credential-provider-http" "3.734.0"
|
|
339
|
+
"@aws-sdk/credential-provider-ini" "3.734.0"
|
|
340
|
+
"@aws-sdk/credential-provider-process" "3.734.0"
|
|
341
|
+
"@aws-sdk/credential-provider-sso" "3.734.0"
|
|
342
|
+
"@aws-sdk/credential-provider-web-identity" "3.734.0"
|
|
343
|
+
"@aws-sdk/types" "3.734.0"
|
|
344
|
+
"@smithy/credential-provider-imds" "^4.0.1"
|
|
345
|
+
"@smithy/property-provider" "^4.0.1"
|
|
346
|
+
"@smithy/shared-ini-file-loader" "^4.0.1"
|
|
347
|
+
"@smithy/types" "^4.1.0"
|
|
442
348
|
tslib "^2.6.2"
|
|
443
349
|
|
|
444
|
-
"@aws-sdk/credential-provider-process@3.
|
|
445
|
-
version "3.
|
|
446
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.
|
|
447
|
-
integrity sha512-
|
|
350
|
+
"@aws-sdk/credential-provider-process@3.734.0":
|
|
351
|
+
version "3.734.0"
|
|
352
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.734.0.tgz#eb1de678a9c3d2d7b382e74a670fa283327f9c45"
|
|
353
|
+
integrity sha512-zvjsUo+bkYn2vjT+EtLWu3eD6me+uun+Hws1IyWej/fKFAqiBPwyeyCgU7qjkiPQSXqk1U9+/HG9IQ6Iiz+eBw==
|
|
448
354
|
dependencies:
|
|
449
|
-
"@aws-sdk/core" "3.
|
|
450
|
-
"@aws-sdk/types" "3.
|
|
451
|
-
"@smithy/property-provider" "^
|
|
452
|
-
"@smithy/shared-ini-file-loader" "^
|
|
453
|
-
"@smithy/types" "^
|
|
355
|
+
"@aws-sdk/core" "3.734.0"
|
|
356
|
+
"@aws-sdk/types" "3.734.0"
|
|
357
|
+
"@smithy/property-provider" "^4.0.1"
|
|
358
|
+
"@smithy/shared-ini-file-loader" "^4.0.1"
|
|
359
|
+
"@smithy/types" "^4.1.0"
|
|
454
360
|
tslib "^2.6.2"
|
|
455
361
|
|
|
456
|
-
"@aws-sdk/credential-provider-sso@3.
|
|
457
|
-
version "3.
|
|
458
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.
|
|
459
|
-
integrity sha512-
|
|
460
|
-
dependencies:
|
|
461
|
-
"@aws-sdk/client-sso" "3.
|
|
462
|
-
"@aws-sdk/core" "3.
|
|
463
|
-
"@aws-sdk/token-providers" "3.
|
|
464
|
-
"@aws-sdk/types" "3.
|
|
465
|
-
"@smithy/property-provider" "^
|
|
466
|
-
"@smithy/shared-ini-file-loader" "^
|
|
467
|
-
"@smithy/types" "^
|
|
362
|
+
"@aws-sdk/credential-provider-sso@3.734.0":
|
|
363
|
+
version "3.734.0"
|
|
364
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.734.0.tgz#68a9d678319e9743d65cf59e2d29c0c440d8975c"
|
|
365
|
+
integrity sha512-cCwwcgUBJOsV/ddyh1OGb4gKYWEaTeTsqaAK19hiNINfYV/DO9r4RMlnWAo84sSBfJuj9shUNsxzyoe6K7R92Q==
|
|
366
|
+
dependencies:
|
|
367
|
+
"@aws-sdk/client-sso" "3.734.0"
|
|
368
|
+
"@aws-sdk/core" "3.734.0"
|
|
369
|
+
"@aws-sdk/token-providers" "3.734.0"
|
|
370
|
+
"@aws-sdk/types" "3.734.0"
|
|
371
|
+
"@smithy/property-provider" "^4.0.1"
|
|
372
|
+
"@smithy/shared-ini-file-loader" "^4.0.1"
|
|
373
|
+
"@smithy/types" "^4.1.0"
|
|
468
374
|
tslib "^2.6.2"
|
|
469
375
|
|
|
470
|
-
"@aws-sdk/credential-provider-web-identity@3.
|
|
471
|
-
version "3.
|
|
472
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.
|
|
473
|
-
integrity sha512-
|
|
376
|
+
"@aws-sdk/credential-provider-web-identity@3.734.0":
|
|
377
|
+
version "3.734.0"
|
|
378
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.734.0.tgz#666b61cc9f498a3aaecd8e38c9ae34aef37e2e64"
|
|
379
|
+
integrity sha512-t4OSOerc+ppK541/Iyn1AS40+2vT/qE+MFMotFkhCgCJbApeRF2ozEdnDN6tGmnl4ybcUuxnp9JWLjwDVlR/4g==
|
|
474
380
|
dependencies:
|
|
475
|
-
"@aws-sdk/core" "3.
|
|
476
|
-
"@aws-sdk/
|
|
477
|
-
"@
|
|
478
|
-
"@smithy/
|
|
381
|
+
"@aws-sdk/core" "3.734.0"
|
|
382
|
+
"@aws-sdk/nested-clients" "3.734.0"
|
|
383
|
+
"@aws-sdk/types" "3.734.0"
|
|
384
|
+
"@smithy/property-provider" "^4.0.1"
|
|
385
|
+
"@smithy/types" "^4.1.0"
|
|
479
386
|
tslib "^2.6.2"
|
|
480
387
|
|
|
481
|
-
"@aws-sdk/middleware-bucket-endpoint@3.
|
|
482
|
-
version "3.
|
|
483
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.
|
|
484
|
-
integrity sha512-
|
|
485
|
-
dependencies:
|
|
486
|
-
"@aws-sdk/types" "3.
|
|
487
|
-
"@aws-sdk/util-arn-parser" "3.
|
|
488
|
-
"@smithy/node-config-provider" "^
|
|
489
|
-
"@smithy/protocol-http" "^
|
|
490
|
-
"@smithy/types" "^
|
|
491
|
-
"@smithy/util-config-provider" "^
|
|
388
|
+
"@aws-sdk/middleware-bucket-endpoint@3.734.0":
|
|
389
|
+
version "3.734.0"
|
|
390
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.734.0.tgz#af63fcaa865d3a47fd0ca3933eef04761f232677"
|
|
391
|
+
integrity sha512-etC7G18aF7KdZguW27GE/wpbrNmYLVT755EsFc8kXpZj8D6AFKxc7OuveinJmiy0bYXAMspJUWsF6CrGpOw6CQ==
|
|
392
|
+
dependencies:
|
|
393
|
+
"@aws-sdk/types" "3.734.0"
|
|
394
|
+
"@aws-sdk/util-arn-parser" "3.723.0"
|
|
395
|
+
"@smithy/node-config-provider" "^4.0.1"
|
|
396
|
+
"@smithy/protocol-http" "^5.0.1"
|
|
397
|
+
"@smithy/types" "^4.1.0"
|
|
398
|
+
"@smithy/util-config-provider" "^4.0.0"
|
|
492
399
|
tslib "^2.6.2"
|
|
493
400
|
|
|
494
|
-
"@aws-sdk/middleware-expect-continue@3.
|
|
495
|
-
version "3.
|
|
496
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-expect-continue/-/middleware-expect-continue-3.
|
|
497
|
-
integrity sha512-
|
|
401
|
+
"@aws-sdk/middleware-expect-continue@3.734.0":
|
|
402
|
+
version "3.734.0"
|
|
403
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-expect-continue/-/middleware-expect-continue-3.734.0.tgz#8159d81c3a8d9a9d60183fdeb7e8d6674f01c1cd"
|
|
404
|
+
integrity sha512-P38/v1l6HjuB2aFUewt7ueAW5IvKkFcv5dalPtbMGRhLeyivBOHwbCyuRKgVs7z7ClTpu9EaViEGki2jEQqEsQ==
|
|
498
405
|
dependencies:
|
|
499
|
-
"@aws-sdk/types" "3.
|
|
500
|
-
"@smithy/protocol-http" "^
|
|
501
|
-
"@smithy/types" "^
|
|
406
|
+
"@aws-sdk/types" "3.734.0"
|
|
407
|
+
"@smithy/protocol-http" "^5.0.1"
|
|
408
|
+
"@smithy/types" "^4.1.0"
|
|
502
409
|
tslib "^2.6.2"
|
|
503
410
|
|
|
504
|
-
"@aws-sdk/middleware-flexible-checksums@3.
|
|
505
|
-
version "3.
|
|
506
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.
|
|
507
|
-
integrity sha512-
|
|
411
|
+
"@aws-sdk/middleware-flexible-checksums@3.735.0":
|
|
412
|
+
version "3.735.0"
|
|
413
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.735.0.tgz#e83850711d6750df764d7cf3a1a8434fe91f1fb9"
|
|
414
|
+
integrity sha512-Tx7lYTPwQFRe/wQEHMR6Drh/S+X0ToAEq1Ava9QyxV1riwtepzRLojpNDELFb3YQVVYbX7FEiBMCJLMkmIIY+A==
|
|
508
415
|
dependencies:
|
|
509
416
|
"@aws-crypto/crc32" "5.2.0"
|
|
510
417
|
"@aws-crypto/crc32c" "5.2.0"
|
|
511
418
|
"@aws-crypto/util" "5.2.0"
|
|
512
|
-
"@aws-sdk/core" "3.
|
|
513
|
-
"@aws-sdk/types" "3.
|
|
514
|
-
"@smithy/is-array-buffer" "^
|
|
515
|
-
"@smithy/node-config-provider" "^
|
|
516
|
-
"@smithy/protocol-http" "^
|
|
517
|
-
"@smithy/types" "^
|
|
518
|
-
"@smithy/util-middleware" "^
|
|
519
|
-
"@smithy/util-stream" "^
|
|
520
|
-
"@smithy/util-utf8" "^
|
|
419
|
+
"@aws-sdk/core" "3.734.0"
|
|
420
|
+
"@aws-sdk/types" "3.734.0"
|
|
421
|
+
"@smithy/is-array-buffer" "^4.0.0"
|
|
422
|
+
"@smithy/node-config-provider" "^4.0.1"
|
|
423
|
+
"@smithy/protocol-http" "^5.0.1"
|
|
424
|
+
"@smithy/types" "^4.1.0"
|
|
425
|
+
"@smithy/util-middleware" "^4.0.1"
|
|
426
|
+
"@smithy/util-stream" "^4.0.2"
|
|
427
|
+
"@smithy/util-utf8" "^4.0.0"
|
|
521
428
|
tslib "^2.6.2"
|
|
522
429
|
|
|
523
|
-
"@aws-sdk/middleware-host-header@3.
|
|
524
|
-
version "3.
|
|
525
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-host-header/-/middleware-host-header-3.
|
|
526
|
-
integrity sha512-
|
|
430
|
+
"@aws-sdk/middleware-host-header@3.734.0":
|
|
431
|
+
version "3.734.0"
|
|
432
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-host-header/-/middleware-host-header-3.734.0.tgz#a9a02c055352f5c435cc925a4e1e79b7ba41b1b5"
|
|
433
|
+
integrity sha512-LW7RRgSOHHBzWZnigNsDIzu3AiwtjeI2X66v+Wn1P1u+eXssy1+up4ZY/h+t2sU4LU36UvEf+jrZti9c6vRnFw==
|
|
527
434
|
dependencies:
|
|
528
|
-
"@aws-sdk/types" "3.
|
|
529
|
-
"@smithy/protocol-http" "^
|
|
530
|
-
"@smithy/types" "^
|
|
435
|
+
"@aws-sdk/types" "3.734.0"
|
|
436
|
+
"@smithy/protocol-http" "^5.0.1"
|
|
437
|
+
"@smithy/types" "^4.1.0"
|
|
531
438
|
tslib "^2.6.2"
|
|
532
439
|
|
|
533
|
-
"@aws-sdk/middleware-location-constraint@3.
|
|
534
|
-
version "3.
|
|
535
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.
|
|
536
|
-
integrity sha512-
|
|
440
|
+
"@aws-sdk/middleware-location-constraint@3.734.0":
|
|
441
|
+
version "3.734.0"
|
|
442
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.734.0.tgz#fd1dc0e080ed85dd1feb7db3736c80689db4be07"
|
|
443
|
+
integrity sha512-EJEIXwCQhto/cBfHdm3ZOeLxd2NlJD+X2F+ZTOxzokuhBtY0IONfC/91hOo5tWQweerojwshSMHRCKzRv1tlwg==
|
|
537
444
|
dependencies:
|
|
538
|
-
"@aws-sdk/types" "3.
|
|
539
|
-
"@smithy/types" "^
|
|
445
|
+
"@aws-sdk/types" "3.734.0"
|
|
446
|
+
"@smithy/types" "^4.1.0"
|
|
540
447
|
tslib "^2.6.2"
|
|
541
448
|
|
|
542
|
-
"@aws-sdk/middleware-logger@3.
|
|
543
|
-
version "3.
|
|
544
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-logger/-/middleware-logger-3.
|
|
545
|
-
integrity sha512-
|
|
449
|
+
"@aws-sdk/middleware-logger@3.734.0":
|
|
450
|
+
version "3.734.0"
|
|
451
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-logger/-/middleware-logger-3.734.0.tgz#d31e141ae7a78667e372953a3b86905bc6124664"
|
|
452
|
+
integrity sha512-mUMFITpJUW3LcKvFok176eI5zXAUomVtahb9IQBwLzkqFYOrMJvWAvoV4yuxrJ8TlQBG8gyEnkb9SnhZvjg67w==
|
|
546
453
|
dependencies:
|
|
547
|
-
"@aws-sdk/types" "3.
|
|
548
|
-
"@smithy/types" "^
|
|
454
|
+
"@aws-sdk/types" "3.734.0"
|
|
455
|
+
"@smithy/types" "^4.1.0"
|
|
549
456
|
tslib "^2.6.2"
|
|
550
457
|
|
|
551
|
-
"@aws-sdk/middleware-recursion-detection@3.
|
|
552
|
-
version "3.
|
|
553
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.
|
|
554
|
-
integrity sha512-
|
|
458
|
+
"@aws-sdk/middleware-recursion-detection@3.734.0":
|
|
459
|
+
version "3.734.0"
|
|
460
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.734.0.tgz#4fa1deb9887455afbb39130f7d9bc89ccee17168"
|
|
461
|
+
integrity sha512-CUat2d9ITsFc2XsmeiRQO96iWpxSKYFjxvj27Hc7vo87YUHRnfMfnc8jw1EpxEwMcvBD7LsRa6vDNky6AjcrFA==
|
|
555
462
|
dependencies:
|
|
556
|
-
"@aws-sdk/types" "3.
|
|
557
|
-
"@smithy/protocol-http" "^
|
|
558
|
-
"@smithy/types" "^
|
|
463
|
+
"@aws-sdk/types" "3.734.0"
|
|
464
|
+
"@smithy/protocol-http" "^5.0.1"
|
|
465
|
+
"@smithy/types" "^4.1.0"
|
|
559
466
|
tslib "^2.6.2"
|
|
560
467
|
|
|
561
|
-
"@aws-sdk/middleware-sdk-s3@3.
|
|
562
|
-
version "3.
|
|
563
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.
|
|
564
|
-
integrity sha512-
|
|
565
|
-
dependencies:
|
|
566
|
-
"@aws-sdk/core" "3.
|
|
567
|
-
"@aws-sdk/types" "3.
|
|
568
|
-
"@aws-sdk/util-arn-parser" "3.
|
|
569
|
-
"@smithy/core" "^
|
|
570
|
-
"@smithy/node-config-provider" "^
|
|
571
|
-
"@smithy/protocol-http" "^
|
|
572
|
-
"@smithy/signature-v4" "^
|
|
573
|
-
"@smithy/smithy-client" "^
|
|
574
|
-
"@smithy/types" "^
|
|
575
|
-
"@smithy/util-config-provider" "^
|
|
576
|
-
"@smithy/util-middleware" "^
|
|
577
|
-
"@smithy/util-stream" "^
|
|
578
|
-
"@smithy/util-utf8" "^
|
|
468
|
+
"@aws-sdk/middleware-sdk-s3@3.734.0":
|
|
469
|
+
version "3.734.0"
|
|
470
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.734.0.tgz#eaeec56fef54713a2a8baa1fbc8be74e8f49fb09"
|
|
471
|
+
integrity sha512-zeZPenDhkP/RXYMFG3exhNOe2Qukg2l2KpIjxq9o66meELiTULoIXjCmgPoWcM8zzrue06SBdTsaJDHfDl2vdA==
|
|
472
|
+
dependencies:
|
|
473
|
+
"@aws-sdk/core" "3.734.0"
|
|
474
|
+
"@aws-sdk/types" "3.734.0"
|
|
475
|
+
"@aws-sdk/util-arn-parser" "3.723.0"
|
|
476
|
+
"@smithy/core" "^3.1.1"
|
|
477
|
+
"@smithy/node-config-provider" "^4.0.1"
|
|
478
|
+
"@smithy/protocol-http" "^5.0.1"
|
|
479
|
+
"@smithy/signature-v4" "^5.0.1"
|
|
480
|
+
"@smithy/smithy-client" "^4.1.2"
|
|
481
|
+
"@smithy/types" "^4.1.0"
|
|
482
|
+
"@smithy/util-config-provider" "^4.0.0"
|
|
483
|
+
"@smithy/util-middleware" "^4.0.1"
|
|
484
|
+
"@smithy/util-stream" "^4.0.2"
|
|
485
|
+
"@smithy/util-utf8" "^4.0.0"
|
|
579
486
|
tslib "^2.6.2"
|
|
580
487
|
|
|
581
|
-
"@aws-sdk/middleware-ssec@3.
|
|
582
|
-
version "3.
|
|
583
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-ssec/-/middleware-ssec-3.
|
|
584
|
-
integrity sha512-
|
|
488
|
+
"@aws-sdk/middleware-ssec@3.734.0":
|
|
489
|
+
version "3.734.0"
|
|
490
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-ssec/-/middleware-ssec-3.734.0.tgz#a5863b9c5a5006dbf2f856f14030d30063a28dfa"
|
|
491
|
+
integrity sha512-d4yd1RrPW/sspEXizq2NSOUivnheac6LPeLSLnaeTbBG9g1KqIqvCzP1TfXEqv2CrWfHEsWtJpX7oyjySSPvDQ==
|
|
585
492
|
dependencies:
|
|
586
|
-
"@aws-sdk/types" "3.
|
|
587
|
-
"@smithy/types" "^
|
|
493
|
+
"@aws-sdk/types" "3.734.0"
|
|
494
|
+
"@smithy/types" "^4.1.0"
|
|
588
495
|
tslib "^2.6.2"
|
|
589
496
|
|
|
590
|
-
"@aws-sdk/middleware-user-agent@3.
|
|
591
|
-
version "3.
|
|
592
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.
|
|
593
|
-
integrity sha512-
|
|
594
|
-
dependencies:
|
|
595
|
-
"@aws-sdk/core" "3.
|
|
596
|
-
"@aws-sdk/types" "3.
|
|
597
|
-
"@aws-sdk/util-endpoints" "3.
|
|
598
|
-
"@smithy/core" "^
|
|
599
|
-
"@smithy/protocol-http" "^
|
|
600
|
-
"@smithy/types" "^
|
|
497
|
+
"@aws-sdk/middleware-user-agent@3.734.0":
|
|
498
|
+
version "3.734.0"
|
|
499
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.734.0.tgz#12d400ccb98593f2b02e4fb08239cb9835d41d3a"
|
|
500
|
+
integrity sha512-MFVzLWRkfFz02GqGPjqSOteLe5kPfElUrXZft1eElnqulqs6RJfVSpOV7mO90gu293tNAeggMWAVSGRPKIYVMg==
|
|
501
|
+
dependencies:
|
|
502
|
+
"@aws-sdk/core" "3.734.0"
|
|
503
|
+
"@aws-sdk/types" "3.734.0"
|
|
504
|
+
"@aws-sdk/util-endpoints" "3.734.0"
|
|
505
|
+
"@smithy/core" "^3.1.1"
|
|
506
|
+
"@smithy/protocol-http" "^5.0.1"
|
|
507
|
+
"@smithy/types" "^4.1.0"
|
|
601
508
|
tslib "^2.6.2"
|
|
602
509
|
|
|
603
|
-
"@aws-sdk/
|
|
604
|
-
version "3.
|
|
605
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/
|
|
606
|
-
integrity sha512-
|
|
510
|
+
"@aws-sdk/nested-clients@3.734.0":
|
|
511
|
+
version "3.734.0"
|
|
512
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/nested-clients/-/nested-clients-3.734.0.tgz#10a116d141522341c446b11783551ef863aabd27"
|
|
513
|
+
integrity sha512-iph2XUy8UzIfdJFWo1r0Zng9uWj3253yvW9gljhtu+y/LNmNvSnJxQk1f3D2BC5WmcoPZqTS3UsycT3mLPSzWA==
|
|
607
514
|
dependencies:
|
|
608
|
-
"@aws-
|
|
609
|
-
"@
|
|
610
|
-
"@
|
|
611
|
-
"@
|
|
612
|
-
"@
|
|
515
|
+
"@aws-crypto/sha256-browser" "5.2.0"
|
|
516
|
+
"@aws-crypto/sha256-js" "5.2.0"
|
|
517
|
+
"@aws-sdk/core" "3.734.0"
|
|
518
|
+
"@aws-sdk/middleware-host-header" "3.734.0"
|
|
519
|
+
"@aws-sdk/middleware-logger" "3.734.0"
|
|
520
|
+
"@aws-sdk/middleware-recursion-detection" "3.734.0"
|
|
521
|
+
"@aws-sdk/middleware-user-agent" "3.734.0"
|
|
522
|
+
"@aws-sdk/region-config-resolver" "3.734.0"
|
|
523
|
+
"@aws-sdk/types" "3.734.0"
|
|
524
|
+
"@aws-sdk/util-endpoints" "3.734.0"
|
|
525
|
+
"@aws-sdk/util-user-agent-browser" "3.734.0"
|
|
526
|
+
"@aws-sdk/util-user-agent-node" "3.734.0"
|
|
527
|
+
"@smithy/config-resolver" "^4.0.1"
|
|
528
|
+
"@smithy/core" "^3.1.1"
|
|
529
|
+
"@smithy/fetch-http-handler" "^5.0.1"
|
|
530
|
+
"@smithy/hash-node" "^4.0.1"
|
|
531
|
+
"@smithy/invalid-dependency" "^4.0.1"
|
|
532
|
+
"@smithy/middleware-content-length" "^4.0.1"
|
|
533
|
+
"@smithy/middleware-endpoint" "^4.0.2"
|
|
534
|
+
"@smithy/middleware-retry" "^4.0.3"
|
|
535
|
+
"@smithy/middleware-serde" "^4.0.1"
|
|
536
|
+
"@smithy/middleware-stack" "^4.0.1"
|
|
537
|
+
"@smithy/node-config-provider" "^4.0.1"
|
|
538
|
+
"@smithy/node-http-handler" "^4.0.2"
|
|
539
|
+
"@smithy/protocol-http" "^5.0.1"
|
|
540
|
+
"@smithy/smithy-client" "^4.1.2"
|
|
541
|
+
"@smithy/types" "^4.1.0"
|
|
542
|
+
"@smithy/url-parser" "^4.0.1"
|
|
543
|
+
"@smithy/util-base64" "^4.0.0"
|
|
544
|
+
"@smithy/util-body-length-browser" "^4.0.0"
|
|
545
|
+
"@smithy/util-body-length-node" "^4.0.0"
|
|
546
|
+
"@smithy/util-defaults-mode-browser" "^4.0.3"
|
|
547
|
+
"@smithy/util-defaults-mode-node" "^4.0.3"
|
|
548
|
+
"@smithy/util-endpoints" "^3.0.1"
|
|
549
|
+
"@smithy/util-middleware" "^4.0.1"
|
|
550
|
+
"@smithy/util-retry" "^4.0.1"
|
|
551
|
+
"@smithy/util-utf8" "^4.0.0"
|
|
613
552
|
tslib "^2.6.2"
|
|
614
553
|
|
|
615
|
-
"@aws-sdk/
|
|
616
|
-
version "3.
|
|
617
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/
|
|
618
|
-
integrity sha512-
|
|
554
|
+
"@aws-sdk/region-config-resolver@3.734.0":
|
|
555
|
+
version "3.734.0"
|
|
556
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/region-config-resolver/-/region-config-resolver-3.734.0.tgz#45ffbc56a3e94cc5c9e0cd596b0fda60f100f70b"
|
|
557
|
+
integrity sha512-Lvj1kPRC5IuJBr9DyJ9T9/plkh+EfKLy+12s/mykOy1JaKHDpvj+XGy2YO6YgYVOb8JFtaqloid+5COtje4JTQ==
|
|
619
558
|
dependencies:
|
|
620
|
-
"@aws-sdk/
|
|
621
|
-
"@
|
|
622
|
-
"@smithy/
|
|
623
|
-
"@smithy/
|
|
624
|
-
"@smithy/
|
|
559
|
+
"@aws-sdk/types" "3.734.0"
|
|
560
|
+
"@smithy/node-config-provider" "^4.0.1"
|
|
561
|
+
"@smithy/types" "^4.1.0"
|
|
562
|
+
"@smithy/util-config-provider" "^4.0.0"
|
|
563
|
+
"@smithy/util-middleware" "^4.0.1"
|
|
625
564
|
tslib "^2.6.2"
|
|
626
565
|
|
|
627
|
-
"@aws-sdk/
|
|
628
|
-
version "3.
|
|
629
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/
|
|
630
|
-
integrity sha512-
|
|
566
|
+
"@aws-sdk/signature-v4-multi-region@3.734.0":
|
|
567
|
+
version "3.734.0"
|
|
568
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.734.0.tgz#218d254d85b5e97409266725fdd6e9c28c3fbcab"
|
|
569
|
+
integrity sha512-GSRP8UH30RIYkcpPILV4pWrKFjRmmNjtUd41HTKWde5GbjJvNYpxqFXw2aIJHjKTw/js3XEtGSNeTaQMVVt3CQ==
|
|
631
570
|
dependencies:
|
|
632
|
-
"@aws-sdk/
|
|
633
|
-
"@
|
|
634
|
-
"@smithy/
|
|
635
|
-
"@smithy/
|
|
571
|
+
"@aws-sdk/middleware-sdk-s3" "3.734.0"
|
|
572
|
+
"@aws-sdk/types" "3.734.0"
|
|
573
|
+
"@smithy/protocol-http" "^5.0.1"
|
|
574
|
+
"@smithy/signature-v4" "^5.0.1"
|
|
575
|
+
"@smithy/types" "^4.1.0"
|
|
636
576
|
tslib "^2.6.2"
|
|
637
577
|
|
|
638
|
-
"@aws-sdk/
|
|
639
|
-
version "3.
|
|
640
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/
|
|
641
|
-
integrity sha512-
|
|
578
|
+
"@aws-sdk/token-providers@3.734.0":
|
|
579
|
+
version "3.734.0"
|
|
580
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/token-providers/-/token-providers-3.734.0.tgz#8880e94f21457fe5dd7074ecc52fdd43180cbb2c"
|
|
581
|
+
integrity sha512-2U6yWKrjWjZO8Y5SHQxkFvMVWHQWbS0ufqfAIBROqmIZNubOL7jXCiVdEFekz6MZ9LF2tvYGnOW4jX8OKDGfIw==
|
|
642
582
|
dependencies:
|
|
643
|
-
"@
|
|
583
|
+
"@aws-sdk/nested-clients" "3.734.0"
|
|
584
|
+
"@aws-sdk/types" "3.734.0"
|
|
585
|
+
"@smithy/property-provider" "^4.0.1"
|
|
586
|
+
"@smithy/shared-ini-file-loader" "^4.0.1"
|
|
587
|
+
"@smithy/types" "^4.1.0"
|
|
588
|
+
tslib "^2.6.2"
|
|
589
|
+
|
|
590
|
+
"@aws-sdk/types@3.734.0":
|
|
591
|
+
version "3.734.0"
|
|
592
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.734.0.tgz#af5e620b0e761918282aa1c8e53cac6091d169a2"
|
|
593
|
+
integrity sha512-o11tSPTT70nAkGV1fN9wm/hAIiLPyWX6SuGf+9JyTp7S/rC2cFWhR26MvA69nplcjNaXVzB0f+QFrLXXjOqCrg==
|
|
594
|
+
dependencies:
|
|
595
|
+
"@smithy/types" "^4.1.0"
|
|
644
596
|
tslib "^2.6.2"
|
|
645
597
|
|
|
646
598
|
"@aws-sdk/types@^3.222.0":
|
|
@@ -651,21 +603,21 @@
|
|
|
651
603
|
"@smithy/types" "^3.7.1"
|
|
652
604
|
tslib "^2.6.2"
|
|
653
605
|
|
|
654
|
-
"@aws-sdk/util-arn-parser@3.
|
|
655
|
-
version "3.
|
|
656
|
-
resolved "https://registry.
|
|
657
|
-
integrity sha512-
|
|
606
|
+
"@aws-sdk/util-arn-parser@3.723.0":
|
|
607
|
+
version "3.723.0"
|
|
608
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/util-arn-parser/-/util-arn-parser-3.723.0.tgz#e9bff2b13918a92d60e0012101dad60ed7db292c"
|
|
609
|
+
integrity sha512-ZhEfvUwNliOQROcAk34WJWVYTlTa4694kSVhDSjW6lE1bMataPnIN8A0ycukEzBXmd8ZSoBcQLn6lKGl7XIJ5w==
|
|
658
610
|
dependencies:
|
|
659
611
|
tslib "^2.6.2"
|
|
660
612
|
|
|
661
|
-
"@aws-sdk/util-endpoints@3.
|
|
662
|
-
version "3.
|
|
663
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/util-endpoints/-/util-endpoints-3.
|
|
664
|
-
integrity sha512-
|
|
613
|
+
"@aws-sdk/util-endpoints@3.734.0":
|
|
614
|
+
version "3.734.0"
|
|
615
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/util-endpoints/-/util-endpoints-3.734.0.tgz#43bac42a21a45477a386ccf398028e7f793bc217"
|
|
616
|
+
integrity sha512-w2+/E88NUbqql6uCVAsmMxDQKu7vsKV0KqhlQb0lL+RCq4zy07yXYptVNs13qrnuTfyX7uPXkXrlugvK9R1Ucg==
|
|
665
617
|
dependencies:
|
|
666
|
-
"@aws-sdk/types" "3.
|
|
667
|
-
"@smithy/types" "^
|
|
668
|
-
"@smithy/util-endpoints" "^
|
|
618
|
+
"@aws-sdk/types" "3.734.0"
|
|
619
|
+
"@smithy/types" "^4.1.0"
|
|
620
|
+
"@smithy/util-endpoints" "^3.0.1"
|
|
669
621
|
tslib "^2.6.2"
|
|
670
622
|
|
|
671
623
|
"@aws-sdk/util-locate-window@^3.0.0":
|
|
@@ -675,33 +627,33 @@
|
|
|
675
627
|
dependencies:
|
|
676
628
|
tslib "^2.5.0"
|
|
677
629
|
|
|
678
|
-
"@aws-sdk/util-user-agent-browser@3.
|
|
679
|
-
version "3.
|
|
680
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.
|
|
681
|
-
integrity sha512-
|
|
630
|
+
"@aws-sdk/util-user-agent-browser@3.734.0":
|
|
631
|
+
version "3.734.0"
|
|
632
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.734.0.tgz#bbf3348b14bd7783f60346e1ce86978999450fe7"
|
|
633
|
+
integrity sha512-xQTCus6Q9LwUuALW+S76OL0jcWtMOVu14q+GoLnWPUM7QeUw963oQcLhF7oq0CtaLLKyl4GOUfcwc773Zmwwng==
|
|
682
634
|
dependencies:
|
|
683
|
-
"@aws-sdk/types" "3.
|
|
684
|
-
"@smithy/types" "^
|
|
635
|
+
"@aws-sdk/types" "3.734.0"
|
|
636
|
+
"@smithy/types" "^4.1.0"
|
|
685
637
|
bowser "^2.11.0"
|
|
686
638
|
tslib "^2.6.2"
|
|
687
639
|
|
|
688
|
-
"@aws-sdk/util-user-agent-node@3.
|
|
689
|
-
version "3.
|
|
690
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.
|
|
691
|
-
integrity sha512-
|
|
640
|
+
"@aws-sdk/util-user-agent-node@3.734.0":
|
|
641
|
+
version "3.734.0"
|
|
642
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.734.0.tgz#d5c6ee192cea9d53a871178a2669b8b4dea39a68"
|
|
643
|
+
integrity sha512-c6Iinh+RVQKs6jYUFQ64htOU2HUXFQ3TVx+8Tu3EDF19+9vzWi9UukhIMH9rqyyEXIAkk9XL7avt8y2Uyw2dGA==
|
|
692
644
|
dependencies:
|
|
693
|
-
"@aws-sdk/middleware-user-agent" "3.
|
|
694
|
-
"@aws-sdk/types" "3.
|
|
695
|
-
"@smithy/node-config-provider" "^
|
|
696
|
-
"@smithy/types" "^
|
|
645
|
+
"@aws-sdk/middleware-user-agent" "3.734.0"
|
|
646
|
+
"@aws-sdk/types" "3.734.0"
|
|
647
|
+
"@smithy/node-config-provider" "^4.0.1"
|
|
648
|
+
"@smithy/types" "^4.1.0"
|
|
697
649
|
tslib "^2.6.2"
|
|
698
650
|
|
|
699
|
-
"@aws-sdk/xml-builder@3.
|
|
700
|
-
version "3.
|
|
701
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/xml-builder/-/xml-builder-3.
|
|
702
|
-
integrity sha512-
|
|
651
|
+
"@aws-sdk/xml-builder@3.734.0":
|
|
652
|
+
version "3.734.0"
|
|
653
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/xml-builder/-/xml-builder-3.734.0.tgz#174d3269d303919e3ebfbfa3dd9b6d5a6a7a9543"
|
|
654
|
+
integrity sha512-Zrjxi5qwGEcUsJ0ru7fRtW74WcTS0rbLcehoFB+rN1GRi2hbLcFaYs4PwVA5diLeAJH0gszv3x4Hr/S87MfbKQ==
|
|
703
655
|
dependencies:
|
|
704
|
-
"@smithy/types" "^
|
|
656
|
+
"@smithy/types" "^4.1.0"
|
|
705
657
|
tslib "^2.6.2"
|
|
706
658
|
|
|
707
659
|
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.18.6":
|
|
@@ -1111,6 +1063,30 @@
|
|
|
1111
1063
|
dependencies:
|
|
1112
1064
|
chalk "^4.1.0"
|
|
1113
1065
|
|
|
1066
|
+
"@cparra/apex-reflection@2.16.1":
|
|
1067
|
+
version "2.16.1"
|
|
1068
|
+
resolved "https://registry.yarnpkg.com/@cparra/apex-reflection/-/apex-reflection-2.16.1.tgz#c22e7e4df0455aafe6e5f3db99f02f248b472e71"
|
|
1069
|
+
integrity sha512-VbGTYKMBqIGXeLosjuo6fF9vMwaZpiIRg8fnUCrhsI8RdaG9FG2HRGpiaqlizAzBLhxBluBPKhFPesDFAfPSUg==
|
|
1070
|
+
|
|
1071
|
+
"@cparra/apexdocs@^3.7.2":
|
|
1072
|
+
version "3.7.2"
|
|
1073
|
+
resolved "https://registry.yarnpkg.com/@cparra/apexdocs/-/apexdocs-3.7.2.tgz#3c20c9799f6e81efb46976e25c484393359aca0a"
|
|
1074
|
+
integrity sha512-p6HWj1kNbRrQVvBpphbS8rVo8i6qJcVERyJ8qb29gS4WWdExsQomYateNer8WLzV0mofqD+FWGhTZ+jhYzG4Jg==
|
|
1075
|
+
dependencies:
|
|
1076
|
+
"@cparra/apex-reflection" "2.16.1"
|
|
1077
|
+
"@salesforce/source-deploy-retrieve" "^12.8.1"
|
|
1078
|
+
"@types/js-yaml" "^4.0.9"
|
|
1079
|
+
"@types/yargs" "^17.0.32"
|
|
1080
|
+
chalk "^4.1.2"
|
|
1081
|
+
cosmiconfig "^9.0.0"
|
|
1082
|
+
cosmiconfig-typescript-loader "^5.0.0"
|
|
1083
|
+
fast-xml-parser "^4.4.0"
|
|
1084
|
+
fp-ts "^2.16.8"
|
|
1085
|
+
handlebars "^4.7.8"
|
|
1086
|
+
js-yaml "^4.1.0"
|
|
1087
|
+
minimatch "^10.0.1"
|
|
1088
|
+
yargs "^17.7.2"
|
|
1089
|
+
|
|
1114
1090
|
"@cspotcode/source-map-support@^0.8.0":
|
|
1115
1091
|
version "0.8.1"
|
|
1116
1092
|
resolved "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz"
|
|
@@ -1884,13 +1860,13 @@
|
|
|
1884
1860
|
proc-log "^4.0.0"
|
|
1885
1861
|
which "^4.0.0"
|
|
1886
1862
|
|
|
1887
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.
|
|
1888
|
-
version "4.2.
|
|
1889
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.
|
|
1890
|
-
integrity
|
|
1863
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4":
|
|
1864
|
+
version "4.2.4"
|
|
1865
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.4.tgz#0737063beb35e3d421135cd07983bc5306fb17bf"
|
|
1866
|
+
integrity sha512-JDqdhX6fBbijY3ouubfmX7yFBXy95YSpiAVk0TAaXXCoSqoo/2WMcV2Ufv2V+8zriafPU/rvKgI+ZE07/7HwfQ==
|
|
1891
1867
|
dependencies:
|
|
1892
1868
|
ansi-escapes "^4.3.2"
|
|
1893
|
-
ansis "^3.
|
|
1869
|
+
ansis "^3.9.0"
|
|
1894
1870
|
clean-stack "^3.0.1"
|
|
1895
1871
|
cli-spinners "^2.9.2"
|
|
1896
1872
|
debug "^4.4.0"
|
|
@@ -1908,13 +1884,13 @@
|
|
|
1908
1884
|
wordwrap "^1.0.0"
|
|
1909
1885
|
wrap-ansi "^7.0.0"
|
|
1910
1886
|
|
|
1911
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
|
1912
|
-
version "5.2.
|
|
1913
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
1914
|
-
integrity sha512-
|
|
1887
|
+
"@oclif/plugin-command-snapshot@^5.2.28":
|
|
1888
|
+
version "5.2.28"
|
|
1889
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.28.tgz#676a2bc483faafa95d782e201439dddf3ff6d57f"
|
|
1890
|
+
integrity sha512-uXN+42xe8/FLLELRWvP0g1ZsVKYAANAOKOgxqr98KRZVFe4roh3klQtlNj2RHvSTxLQyz/K/V/Mf1q9HDUf7Eg==
|
|
1915
1891
|
dependencies:
|
|
1916
1892
|
"@oclif/core" "^4"
|
|
1917
|
-
ansis "^3.
|
|
1893
|
+
ansis "^3.9.0"
|
|
1918
1894
|
globby "^14.0.2"
|
|
1919
1895
|
just-diff "^5.2.0"
|
|
1920
1896
|
lodash.difference "^4.5.0"
|
|
@@ -1923,10 +1899,10 @@
|
|
|
1923
1899
|
semver "^7.6.3"
|
|
1924
1900
|
ts-json-schema-generator "^1.5.1"
|
|
1925
1901
|
|
|
1926
|
-
"@oclif/plugin-help@^6.2.
|
|
1927
|
-
version "6.2.
|
|
1928
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1929
|
-
integrity sha512-
|
|
1902
|
+
"@oclif/plugin-help@^6.2.21":
|
|
1903
|
+
version "6.2.22"
|
|
1904
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.22.tgz#f9cac74b2c5c85efd3b62cc44aaf32fa4636cc55"
|
|
1905
|
+
integrity sha512-h4DxdEqlHFT310OUB3bDAZ8/ZDyOdyq3r1lLxaPcGWxHPt4mC3OLgYYMz95E+PmxvVd8kz2gzP3nHGO22ziCUw==
|
|
1930
1906
|
dependencies:
|
|
1931
1907
|
"@oclif/core" "^4"
|
|
1932
1908
|
|
|
@@ -1940,13 +1916,13 @@
|
|
|
1940
1916
|
ansis "^3.5.2"
|
|
1941
1917
|
fast-levenshtein "^3.0.0"
|
|
1942
1918
|
|
|
1943
|
-
"@oclif/plugin-warn-if-update-available@^3.1.
|
|
1944
|
-
version "3.1.
|
|
1945
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
1946
|
-
integrity sha512-
|
|
1919
|
+
"@oclif/plugin-warn-if-update-available@^3.1.30":
|
|
1920
|
+
version "3.1.31"
|
|
1921
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.31.tgz#203bc7e63f7f7df5bb1e31f42c3c1b52eaa00763"
|
|
1922
|
+
integrity sha512-0ZN7o+Tv00gYrwlKsfMQ8VvJGb9Vhr3UYStFJh1AbEdGTPlURv51aatTW27AIV2atfluCh0MMntVZSzoDcuxSQ==
|
|
1947
1923
|
dependencies:
|
|
1948
1924
|
"@oclif/core" "^4"
|
|
1949
|
-
ansis "^3.
|
|
1925
|
+
ansis "^3.5.2"
|
|
1950
1926
|
debug "^4.4.0"
|
|
1951
1927
|
http-call "^5.2.2"
|
|
1952
1928
|
lodash "^4.17.21"
|
|
@@ -2227,7 +2203,7 @@
|
|
|
2227
2203
|
strip-ansi "6.0.1"
|
|
2228
2204
|
ts-retry-promise "^0.8.1"
|
|
2229
2205
|
|
|
2230
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.
|
|
2206
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.2":
|
|
2231
2207
|
version "8.8.2"
|
|
2232
2208
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.2.tgz#0fc1632cc183b8c62e333f1f884bf3ee0f4aee6e"
|
|
2233
2209
|
integrity "sha1-D8FjLMGDuMYuMz8fiEvz7g9K7m4= sha512-EOH75R2Nr2tg7b3gbyzRNwZPfZ/dZOpmMKmFHKL9oCtUI59+N4IkVljg6dpKYypVKuJJTzjI7T2ibnA8/cluZg=="
|
|
@@ -2323,6 +2299,26 @@
|
|
|
2323
2299
|
string-width "^7.2.0"
|
|
2324
2300
|
terminal-link "^3.0.0"
|
|
2325
2301
|
|
|
2302
|
+
"@salesforce/source-deploy-retrieve@^12.8.1":
|
|
2303
|
+
version "12.14.0"
|
|
2304
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.14.0.tgz#04036f76301071b2188c92f70d77a138bc0d72cf"
|
|
2305
|
+
integrity sha512-3WOQCUY0a8cNYx5/NVtaubLEgxo/vHS/7k4Kw/FEZY3ysALpPCqWk2psJQP56xsp/SDAI3lV0VpMZadrL+ryMw==
|
|
2306
|
+
dependencies:
|
|
2307
|
+
"@salesforce/core" "^8.8.2"
|
|
2308
|
+
"@salesforce/kit" "^3.2.3"
|
|
2309
|
+
"@salesforce/ts-types" "^2.0.12"
|
|
2310
|
+
fast-levenshtein "^3.0.0"
|
|
2311
|
+
fast-xml-parser "^4.5.1"
|
|
2312
|
+
got "^11.8.6"
|
|
2313
|
+
graceful-fs "^4.2.11"
|
|
2314
|
+
ignore "^5.3.2"
|
|
2315
|
+
isbinaryfile "^5.0.2"
|
|
2316
|
+
jszip "^3.10.1"
|
|
2317
|
+
mime "2.6.0"
|
|
2318
|
+
minimatch "^9.0.5"
|
|
2319
|
+
proxy-agent "^6.4.0"
|
|
2320
|
+
yaml "^2.6.1"
|
|
2321
|
+
|
|
2326
2322
|
"@salesforce/ts-types@^2.0.10", "@salesforce/ts-types@^2.0.11", "@salesforce/ts-types@^2.0.12":
|
|
2327
2323
|
version "2.0.12"
|
|
2328
2324
|
resolved "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.12.tgz"
|
|
@@ -2477,156 +2473,156 @@
|
|
|
2477
2473
|
p-retry "^4"
|
|
2478
2474
|
retry "^0.13.1"
|
|
2479
2475
|
|
|
2480
|
-
"@smithy/abort-controller@^
|
|
2481
|
-
version "
|
|
2482
|
-
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-
|
|
2483
|
-
integrity sha512-
|
|
2476
|
+
"@smithy/abort-controller@^4.0.1":
|
|
2477
|
+
version "4.0.1"
|
|
2478
|
+
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-4.0.1.tgz#7c5e73690c4105ad264c2896bd1ea822450c3819"
|
|
2479
|
+
integrity sha512-fiUIYgIgRjMWznk6iLJz35K2YxSLHzLBA/RC6lBrKfQ8fHbPfvk7Pk9UvpKoHgJjI18MnbPuEju53zcVy6KF1g==
|
|
2484
2480
|
dependencies:
|
|
2485
|
-
"@smithy/types" "^
|
|
2481
|
+
"@smithy/types" "^4.1.0"
|
|
2486
2482
|
tslib "^2.6.2"
|
|
2487
2483
|
|
|
2488
|
-
"@smithy/chunked-blob-reader-native@^
|
|
2489
|
-
version "
|
|
2490
|
-
resolved "https://registry.
|
|
2491
|
-
integrity sha512-
|
|
2484
|
+
"@smithy/chunked-blob-reader-native@^4.0.0":
|
|
2485
|
+
version "4.0.0"
|
|
2486
|
+
resolved "https://registry.yarnpkg.com/@smithy/chunked-blob-reader-native/-/chunked-blob-reader-native-4.0.0.tgz#33cbba6deb8a3c516f98444f65061784f7cd7f8c"
|
|
2487
|
+
integrity sha512-R9wM2yPmfEMsUmlMlIgSzOyICs0x9uu7UTHoccMyt7BWw8shcGM8HqB355+BZCPBcySvbTYMs62EgEQkNxz2ig==
|
|
2492
2488
|
dependencies:
|
|
2493
|
-
"@smithy/util-base64" "^
|
|
2489
|
+
"@smithy/util-base64" "^4.0.0"
|
|
2494
2490
|
tslib "^2.6.2"
|
|
2495
2491
|
|
|
2496
|
-
"@smithy/chunked-blob-reader@^
|
|
2497
|
-
version "
|
|
2498
|
-
resolved "https://registry.
|
|
2499
|
-
integrity sha512
|
|
2492
|
+
"@smithy/chunked-blob-reader@^5.0.0":
|
|
2493
|
+
version "5.0.0"
|
|
2494
|
+
resolved "https://registry.yarnpkg.com/@smithy/chunked-blob-reader/-/chunked-blob-reader-5.0.0.tgz#3f6ea5ff4e2b2eacf74cefd737aa0ba869b2e0f6"
|
|
2495
|
+
integrity sha512-+sKqDBQqb036hh4NPaUiEkYFkTUGYzRsn3EuFhyfQfMy6oGHEUJDurLP9Ufb5dasr/XiAmPNMr6wa9afjQB+Gw==
|
|
2500
2496
|
dependencies:
|
|
2501
2497
|
tslib "^2.6.2"
|
|
2502
2498
|
|
|
2503
|
-
"@smithy/config-resolver@^
|
|
2504
|
-
version "
|
|
2505
|
-
resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-
|
|
2506
|
-
integrity sha512-
|
|
2499
|
+
"@smithy/config-resolver@^4.0.1":
|
|
2500
|
+
version "4.0.1"
|
|
2501
|
+
resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-4.0.1.tgz#3d6c78bbc51adf99c9819bb3f0ea197fe03ad363"
|
|
2502
|
+
integrity sha512-Igfg8lKu3dRVkTSEm98QpZUvKEOa71jDX4vKRcvJVyRc3UgN3j7vFMf0s7xLQhYmKa8kyJGQgUJDOV5V3neVlQ==
|
|
2507
2503
|
dependencies:
|
|
2508
|
-
"@smithy/node-config-provider" "^
|
|
2509
|
-
"@smithy/types" "^
|
|
2510
|
-
"@smithy/util-config-provider" "^
|
|
2511
|
-
"@smithy/util-middleware" "^
|
|
2504
|
+
"@smithy/node-config-provider" "^4.0.1"
|
|
2505
|
+
"@smithy/types" "^4.1.0"
|
|
2506
|
+
"@smithy/util-config-provider" "^4.0.0"
|
|
2507
|
+
"@smithy/util-middleware" "^4.0.1"
|
|
2512
2508
|
tslib "^2.6.2"
|
|
2513
2509
|
|
|
2514
|
-
"@smithy/core@^
|
|
2515
|
-
version "
|
|
2516
|
-
resolved "https://registry.yarnpkg.com/@smithy/core/-/core-
|
|
2517
|
-
integrity sha512-
|
|
2518
|
-
dependencies:
|
|
2519
|
-
"@smithy/middleware-serde" "^
|
|
2520
|
-
"@smithy/protocol-http" "^
|
|
2521
|
-
"@smithy/types" "^
|
|
2522
|
-
"@smithy/util-body-length-browser" "^
|
|
2523
|
-
"@smithy/util-middleware" "^
|
|
2524
|
-
"@smithy/util-stream" "^
|
|
2525
|
-
"@smithy/util-utf8" "^
|
|
2510
|
+
"@smithy/core@^3.1.1":
|
|
2511
|
+
version "3.1.1"
|
|
2512
|
+
resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.1.1.tgz#e82e526ba2dbec8e740a86c5c14b97a46e5a5128"
|
|
2513
|
+
integrity sha512-hhUZlBWYuh9t6ycAcN90XOyG76C1AzwxZZgaCVPMYpWqqk9uMFo7HGG5Zu2cEhCJn7DdOi5krBmlibWWWPgdsw==
|
|
2514
|
+
dependencies:
|
|
2515
|
+
"@smithy/middleware-serde" "^4.0.1"
|
|
2516
|
+
"@smithy/protocol-http" "^5.0.1"
|
|
2517
|
+
"@smithy/types" "^4.1.0"
|
|
2518
|
+
"@smithy/util-body-length-browser" "^4.0.0"
|
|
2519
|
+
"@smithy/util-middleware" "^4.0.1"
|
|
2520
|
+
"@smithy/util-stream" "^4.0.2"
|
|
2521
|
+
"@smithy/util-utf8" "^4.0.0"
|
|
2526
2522
|
tslib "^2.6.2"
|
|
2527
2523
|
|
|
2528
|
-
"@smithy/credential-provider-imds@^
|
|
2529
|
-
version "
|
|
2530
|
-
resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-
|
|
2531
|
-
integrity sha512-
|
|
2524
|
+
"@smithy/credential-provider-imds@^4.0.1":
|
|
2525
|
+
version "4.0.1"
|
|
2526
|
+
resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-4.0.1.tgz#807110739982acd1588a4847b61e6edf196d004e"
|
|
2527
|
+
integrity sha512-l/qdInaDq1Zpznpmev/+52QomsJNZ3JkTl5yrTl02V6NBgJOQ4LY0SFw/8zsMwj3tLe8vqiIuwF6nxaEwgf6mg==
|
|
2532
2528
|
dependencies:
|
|
2533
|
-
"@smithy/node-config-provider" "^
|
|
2534
|
-
"@smithy/property-provider" "^
|
|
2535
|
-
"@smithy/types" "^
|
|
2536
|
-
"@smithy/url-parser" "^
|
|
2529
|
+
"@smithy/node-config-provider" "^4.0.1"
|
|
2530
|
+
"@smithy/property-provider" "^4.0.1"
|
|
2531
|
+
"@smithy/types" "^4.1.0"
|
|
2532
|
+
"@smithy/url-parser" "^4.0.1"
|
|
2537
2533
|
tslib "^2.6.2"
|
|
2538
2534
|
|
|
2539
|
-
"@smithy/eventstream-codec@^
|
|
2540
|
-
version "
|
|
2541
|
-
resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-
|
|
2542
|
-
integrity sha512-
|
|
2535
|
+
"@smithy/eventstream-codec@^4.0.1":
|
|
2536
|
+
version "4.0.1"
|
|
2537
|
+
resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-4.0.1.tgz#8e0beae84013eb3b497dd189470a44bac4411bae"
|
|
2538
|
+
integrity sha512-Q2bCAAR6zXNVtJgifsU16ZjKGqdw/DyecKNgIgi7dlqw04fqDu0mnq+JmGphqheypVc64CYq3azSuCpAdFk2+A==
|
|
2543
2539
|
dependencies:
|
|
2544
2540
|
"@aws-crypto/crc32" "5.2.0"
|
|
2545
|
-
"@smithy/types" "^
|
|
2546
|
-
"@smithy/util-hex-encoding" "^
|
|
2541
|
+
"@smithy/types" "^4.1.0"
|
|
2542
|
+
"@smithy/util-hex-encoding" "^4.0.0"
|
|
2547
2543
|
tslib "^2.6.2"
|
|
2548
2544
|
|
|
2549
|
-
"@smithy/eventstream-serde-browser@^
|
|
2550
|
-
version "
|
|
2551
|
-
resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-
|
|
2552
|
-
integrity sha512-
|
|
2545
|
+
"@smithy/eventstream-serde-browser@^4.0.1":
|
|
2546
|
+
version "4.0.1"
|
|
2547
|
+
resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-4.0.1.tgz#cdbbb18b9371da363eff312d78a10f6bad82df28"
|
|
2548
|
+
integrity sha512-HbIybmz5rhNg+zxKiyVAnvdM3vkzjE6ccrJ620iPL8IXcJEntd3hnBl+ktMwIy12Te/kyrSbUb8UCdnUT4QEdA==
|
|
2553
2549
|
dependencies:
|
|
2554
|
-
"@smithy/eventstream-serde-universal" "^
|
|
2555
|
-
"@smithy/types" "^
|
|
2550
|
+
"@smithy/eventstream-serde-universal" "^4.0.1"
|
|
2551
|
+
"@smithy/types" "^4.1.0"
|
|
2556
2552
|
tslib "^2.6.2"
|
|
2557
2553
|
|
|
2558
|
-
"@smithy/eventstream-serde-config-resolver@^
|
|
2559
|
-
version "
|
|
2560
|
-
resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-
|
|
2561
|
-
integrity sha512-
|
|
2554
|
+
"@smithy/eventstream-serde-config-resolver@^4.0.1":
|
|
2555
|
+
version "4.0.1"
|
|
2556
|
+
resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-4.0.1.tgz#3662587f507ad7fac5bd4505c4ed6ed0ac49a010"
|
|
2557
|
+
integrity sha512-lSipaiq3rmHguHa3QFF4YcCM3VJOrY9oq2sow3qlhFY+nBSTF/nrO82MUQRPrxHQXA58J5G1UnU2WuJfi465BA==
|
|
2562
2558
|
dependencies:
|
|
2563
|
-
"@smithy/types" "^
|
|
2559
|
+
"@smithy/types" "^4.1.0"
|
|
2564
2560
|
tslib "^2.6.2"
|
|
2565
2561
|
|
|
2566
|
-
"@smithy/eventstream-serde-node@^
|
|
2567
|
-
version "
|
|
2568
|
-
resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-node/-/eventstream-serde-node-
|
|
2569
|
-
integrity sha512-
|
|
2562
|
+
"@smithy/eventstream-serde-node@^4.0.1":
|
|
2563
|
+
version "4.0.1"
|
|
2564
|
+
resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-node/-/eventstream-serde-node-4.0.1.tgz#3799c33e0148d2b923a66577d1dbc590865742ce"
|
|
2565
|
+
integrity sha512-o4CoOI6oYGYJ4zXo34U8X9szDe3oGjmHgsMGiZM0j4vtNoT+h80TLnkUcrLZR3+E6HIxqW+G+9WHAVfl0GXK0Q==
|
|
2570
2566
|
dependencies:
|
|
2571
|
-
"@smithy/eventstream-serde-universal" "^
|
|
2572
|
-
"@smithy/types" "^
|
|
2567
|
+
"@smithy/eventstream-serde-universal" "^4.0.1"
|
|
2568
|
+
"@smithy/types" "^4.1.0"
|
|
2573
2569
|
tslib "^2.6.2"
|
|
2574
2570
|
|
|
2575
|
-
"@smithy/eventstream-serde-universal@^
|
|
2576
|
-
version "
|
|
2577
|
-
resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-universal/-/eventstream-serde-universal-
|
|
2578
|
-
integrity sha512-
|
|
2571
|
+
"@smithy/eventstream-serde-universal@^4.0.1":
|
|
2572
|
+
version "4.0.1"
|
|
2573
|
+
resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-universal/-/eventstream-serde-universal-4.0.1.tgz#ddb2ab9f62b8ab60f50acd5f7c8b3ac9d27468e2"
|
|
2574
|
+
integrity sha512-Z94uZp0tGJuxds3iEAZBqGU2QiaBHP4YytLUjwZWx+oUeohCsLyUm33yp4MMBmhkuPqSbQCXq5hDet6JGUgHWA==
|
|
2579
2575
|
dependencies:
|
|
2580
|
-
"@smithy/eventstream-codec" "^
|
|
2581
|
-
"@smithy/types" "^
|
|
2576
|
+
"@smithy/eventstream-codec" "^4.0.1"
|
|
2577
|
+
"@smithy/types" "^4.1.0"
|
|
2582
2578
|
tslib "^2.6.2"
|
|
2583
2579
|
|
|
2584
|
-
"@smithy/fetch-http-handler@^
|
|
2585
|
-
version "
|
|
2586
|
-
resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-
|
|
2587
|
-
integrity sha512-
|
|
2580
|
+
"@smithy/fetch-http-handler@^5.0.1":
|
|
2581
|
+
version "5.0.1"
|
|
2582
|
+
resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-5.0.1.tgz#8463393442ca6a1644204849e42c386066f0df79"
|
|
2583
|
+
integrity sha512-3aS+fP28urrMW2KTjb6z9iFow6jO8n3MFfineGbndvzGZit3taZhKWtTorf+Gp5RpFDDafeHlhfsGlDCXvUnJA==
|
|
2588
2584
|
dependencies:
|
|
2589
|
-
"@smithy/protocol-http" "^
|
|
2590
|
-
"@smithy/querystring-builder" "^
|
|
2591
|
-
"@smithy/types" "^
|
|
2592
|
-
"@smithy/util-base64" "^
|
|
2585
|
+
"@smithy/protocol-http" "^5.0.1"
|
|
2586
|
+
"@smithy/querystring-builder" "^4.0.1"
|
|
2587
|
+
"@smithy/types" "^4.1.0"
|
|
2588
|
+
"@smithy/util-base64" "^4.0.0"
|
|
2593
2589
|
tslib "^2.6.2"
|
|
2594
2590
|
|
|
2595
|
-
"@smithy/hash-blob-browser@^
|
|
2596
|
-
version "
|
|
2597
|
-
resolved "https://registry.yarnpkg.com/@smithy/hash-blob-browser/-/hash-blob-browser-
|
|
2598
|
-
integrity sha512-
|
|
2591
|
+
"@smithy/hash-blob-browser@^4.0.1":
|
|
2592
|
+
version "4.0.1"
|
|
2593
|
+
resolved "https://registry.yarnpkg.com/@smithy/hash-blob-browser/-/hash-blob-browser-4.0.1.tgz#cda18d5828e8724d97441ea9cc4fd16d0db9da39"
|
|
2594
|
+
integrity sha512-rkFIrQOKZGS6i1D3gKJ8skJ0RlXqDvb1IyAphksaFOMzkn3v3I1eJ8m7OkLj0jf1McP63rcCEoLlkAn/HjcTRw==
|
|
2599
2595
|
dependencies:
|
|
2600
|
-
"@smithy/chunked-blob-reader" "^
|
|
2601
|
-
"@smithy/chunked-blob-reader-native" "^
|
|
2602
|
-
"@smithy/types" "^
|
|
2596
|
+
"@smithy/chunked-blob-reader" "^5.0.0"
|
|
2597
|
+
"@smithy/chunked-blob-reader-native" "^4.0.0"
|
|
2598
|
+
"@smithy/types" "^4.1.0"
|
|
2603
2599
|
tslib "^2.6.2"
|
|
2604
2600
|
|
|
2605
|
-
"@smithy/hash-node@^
|
|
2606
|
-
version "
|
|
2607
|
-
resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-
|
|
2608
|
-
integrity sha512-
|
|
2601
|
+
"@smithy/hash-node@^4.0.1":
|
|
2602
|
+
version "4.0.1"
|
|
2603
|
+
resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-4.0.1.tgz#ce78fc11b848a4f47c2e1e7a07fb6b982d2f130c"
|
|
2604
|
+
integrity sha512-TJ6oZS+3r2Xu4emVse1YPB3Dq3d8RkZDKcPr71Nj/lJsdAP1c7oFzYqEn1IBc915TsgLl2xIJNuxCz+gLbLE0w==
|
|
2609
2605
|
dependencies:
|
|
2610
|
-
"@smithy/types" "^
|
|
2611
|
-
"@smithy/util-buffer-from" "^
|
|
2612
|
-
"@smithy/util-utf8" "^
|
|
2606
|
+
"@smithy/types" "^4.1.0"
|
|
2607
|
+
"@smithy/util-buffer-from" "^4.0.0"
|
|
2608
|
+
"@smithy/util-utf8" "^4.0.0"
|
|
2613
2609
|
tslib "^2.6.2"
|
|
2614
2610
|
|
|
2615
|
-
"@smithy/hash-stream-node@^
|
|
2616
|
-
version "
|
|
2617
|
-
resolved "https://registry.yarnpkg.com/@smithy/hash-stream-node/-/hash-stream-node-
|
|
2618
|
-
integrity sha512-
|
|
2611
|
+
"@smithy/hash-stream-node@^4.0.1":
|
|
2612
|
+
version "4.0.1"
|
|
2613
|
+
resolved "https://registry.yarnpkg.com/@smithy/hash-stream-node/-/hash-stream-node-4.0.1.tgz#06126859a3cb1a11e50b61c5a097a4d9a5af2ac1"
|
|
2614
|
+
integrity sha512-U1rAE1fxmReCIr6D2o/4ROqAQX+GffZpyMt3d7njtGDr2pUNmAKRWa49gsNVhCh2vVAuf3wXzWwNr2YN8PAXIw==
|
|
2619
2615
|
dependencies:
|
|
2620
|
-
"@smithy/types" "^
|
|
2621
|
-
"@smithy/util-utf8" "^
|
|
2616
|
+
"@smithy/types" "^4.1.0"
|
|
2617
|
+
"@smithy/util-utf8" "^4.0.0"
|
|
2622
2618
|
tslib "^2.6.2"
|
|
2623
2619
|
|
|
2624
|
-
"@smithy/invalid-dependency@^
|
|
2625
|
-
version "
|
|
2626
|
-
resolved "https://registry.yarnpkg.com/@smithy/invalid-dependency/-/invalid-dependency-
|
|
2627
|
-
integrity sha512-
|
|
2620
|
+
"@smithy/invalid-dependency@^4.0.1":
|
|
2621
|
+
version "4.0.1"
|
|
2622
|
+
resolved "https://registry.yarnpkg.com/@smithy/invalid-dependency/-/invalid-dependency-4.0.1.tgz#704d1acb6fac105558c17d53f6d55da6b0d6b6fc"
|
|
2623
|
+
integrity sha512-gdudFPf4QRQ5pzj7HEnu6FhKRi61BfH/Gk5Yf6O0KiSbr1LlVhgjThcvjdu658VE6Nve8vaIWB8/fodmS1rBPQ==
|
|
2628
2624
|
dependencies:
|
|
2629
|
-
"@smithy/types" "^
|
|
2625
|
+
"@smithy/types" "^4.1.0"
|
|
2630
2626
|
tslib "^2.6.2"
|
|
2631
2627
|
|
|
2632
2628
|
"@smithy/is-array-buffer@^2.2.0":
|
|
@@ -2636,170 +2632,170 @@
|
|
|
2636
2632
|
dependencies:
|
|
2637
2633
|
tslib "^2.6.2"
|
|
2638
2634
|
|
|
2639
|
-
"@smithy/is-array-buffer@^
|
|
2640
|
-
version "
|
|
2641
|
-
resolved "https://registry.
|
|
2642
|
-
integrity sha512
|
|
2635
|
+
"@smithy/is-array-buffer@^4.0.0":
|
|
2636
|
+
version "4.0.0"
|
|
2637
|
+
resolved "https://registry.yarnpkg.com/@smithy/is-array-buffer/-/is-array-buffer-4.0.0.tgz#55a939029321fec462bcc574890075cd63e94206"
|
|
2638
|
+
integrity sha512-saYhF8ZZNoJDTvJBEWgeBccCg+yvp1CX+ed12yORU3NilJScfc6gfch2oVb4QgxZrGUx3/ZJlb+c/dJbyupxlw==
|
|
2643
2639
|
dependencies:
|
|
2644
2640
|
tslib "^2.6.2"
|
|
2645
2641
|
|
|
2646
|
-
"@smithy/md5-js@^
|
|
2647
|
-
version "
|
|
2648
|
-
resolved "https://registry.yarnpkg.com/@smithy/md5-js/-/md5-js-
|
|
2649
|
-
integrity sha512-
|
|
2642
|
+
"@smithy/md5-js@^4.0.1":
|
|
2643
|
+
version "4.0.1"
|
|
2644
|
+
resolved "https://registry.yarnpkg.com/@smithy/md5-js/-/md5-js-4.0.1.tgz#d7622e94dc38ecf290876fcef04369217ada8f07"
|
|
2645
|
+
integrity sha512-HLZ647L27APi6zXkZlzSFZIjpo8po45YiyjMGJZM3gyDY8n7dPGdmxIIljLm4gPt/7rRvutLTTkYJpZVfG5r+A==
|
|
2650
2646
|
dependencies:
|
|
2651
|
-
"@smithy/types" "^
|
|
2652
|
-
"@smithy/util-utf8" "^
|
|
2647
|
+
"@smithy/types" "^4.1.0"
|
|
2648
|
+
"@smithy/util-utf8" "^4.0.0"
|
|
2653
2649
|
tslib "^2.6.2"
|
|
2654
2650
|
|
|
2655
|
-
"@smithy/middleware-content-length@^
|
|
2656
|
-
version "
|
|
2657
|
-
resolved "https://registry.yarnpkg.com/@smithy/middleware-content-length/-/middleware-content-length-
|
|
2658
|
-
integrity sha512-
|
|
2651
|
+
"@smithy/middleware-content-length@^4.0.1":
|
|
2652
|
+
version "4.0.1"
|
|
2653
|
+
resolved "https://registry.yarnpkg.com/@smithy/middleware-content-length/-/middleware-content-length-4.0.1.tgz#378bc94ae623f45e412fb4f164b5bb90b9de2ba3"
|
|
2654
|
+
integrity sha512-OGXo7w5EkB5pPiac7KNzVtfCW2vKBTZNuCctn++TTSOMpe6RZO/n6WEC1AxJINn3+vWLKW49uad3lo/u0WJ9oQ==
|
|
2659
2655
|
dependencies:
|
|
2660
|
-
"@smithy/protocol-http" "^
|
|
2661
|
-
"@smithy/types" "^
|
|
2656
|
+
"@smithy/protocol-http" "^5.0.1"
|
|
2657
|
+
"@smithy/types" "^4.1.0"
|
|
2662
2658
|
tslib "^2.6.2"
|
|
2663
2659
|
|
|
2664
|
-
"@smithy/middleware-endpoint@^
|
|
2665
|
-
version "
|
|
2666
|
-
resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-
|
|
2667
|
-
integrity sha512-
|
|
2668
|
-
dependencies:
|
|
2669
|
-
"@smithy/core" "^
|
|
2670
|
-
"@smithy/middleware-serde" "^
|
|
2671
|
-
"@smithy/node-config-provider" "^
|
|
2672
|
-
"@smithy/shared-ini-file-loader" "^
|
|
2673
|
-
"@smithy/types" "^
|
|
2674
|
-
"@smithy/url-parser" "^
|
|
2675
|
-
"@smithy/util-middleware" "^
|
|
2660
|
+
"@smithy/middleware-endpoint@^4.0.2":
|
|
2661
|
+
version "4.0.2"
|
|
2662
|
+
resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-4.0.2.tgz#f433dcd214e89f17bdf21b3af5fbdd3810bebf6d"
|
|
2663
|
+
integrity sha512-Z9m67CXizGpj8CF/AW/7uHqYNh1VXXOn9Ap54fenWsCa0HnT4cJuE61zqG3cBkTZJDCy0wHJphilI41co/PE5g==
|
|
2664
|
+
dependencies:
|
|
2665
|
+
"@smithy/core" "^3.1.1"
|
|
2666
|
+
"@smithy/middleware-serde" "^4.0.1"
|
|
2667
|
+
"@smithy/node-config-provider" "^4.0.1"
|
|
2668
|
+
"@smithy/shared-ini-file-loader" "^4.0.1"
|
|
2669
|
+
"@smithy/types" "^4.1.0"
|
|
2670
|
+
"@smithy/url-parser" "^4.0.1"
|
|
2671
|
+
"@smithy/util-middleware" "^4.0.1"
|
|
2676
2672
|
tslib "^2.6.2"
|
|
2677
2673
|
|
|
2678
|
-
"@smithy/middleware-retry@^
|
|
2679
|
-
version "
|
|
2680
|
-
resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-
|
|
2681
|
-
integrity sha512-
|
|
2682
|
-
dependencies:
|
|
2683
|
-
"@smithy/node-config-provider" "^
|
|
2684
|
-
"@smithy/protocol-http" "^
|
|
2685
|
-
"@smithy/service-error-classification" "^
|
|
2686
|
-
"@smithy/smithy-client" "^
|
|
2687
|
-
"@smithy/types" "^
|
|
2688
|
-
"@smithy/util-middleware" "^
|
|
2689
|
-
"@smithy/util-retry" "^
|
|
2674
|
+
"@smithy/middleware-retry@^4.0.3":
|
|
2675
|
+
version "4.0.3"
|
|
2676
|
+
resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-4.0.3.tgz#4073369e54c1beb7a764633ca218a6e39b9da688"
|
|
2677
|
+
integrity sha512-TiKwwQTwUDeDtwWW8UWURTqu7s6F3wN2pmziLU215u7bqpVT9Mk2oEvURjpRLA+5XeQhM68R5BpAGzVtomsqgA==
|
|
2678
|
+
dependencies:
|
|
2679
|
+
"@smithy/node-config-provider" "^4.0.1"
|
|
2680
|
+
"@smithy/protocol-http" "^5.0.1"
|
|
2681
|
+
"@smithy/service-error-classification" "^4.0.1"
|
|
2682
|
+
"@smithy/smithy-client" "^4.1.2"
|
|
2683
|
+
"@smithy/types" "^4.1.0"
|
|
2684
|
+
"@smithy/util-middleware" "^4.0.1"
|
|
2685
|
+
"@smithy/util-retry" "^4.0.1"
|
|
2690
2686
|
tslib "^2.6.2"
|
|
2691
2687
|
uuid "^9.0.1"
|
|
2692
2688
|
|
|
2693
|
-
"@smithy/middleware-serde@^
|
|
2694
|
-
version "
|
|
2695
|
-
resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-
|
|
2696
|
-
integrity sha512-
|
|
2689
|
+
"@smithy/middleware-serde@^4.0.1":
|
|
2690
|
+
version "4.0.1"
|
|
2691
|
+
resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-4.0.1.tgz#4c9218cecd5316ab696e73fdc1c80b38bcaffa99"
|
|
2692
|
+
integrity sha512-Fh0E2SOF+S+P1+CsgKyiBInAt3o2b6Qk7YOp2W0Qx2XnfTdfMuSDKUEcnrtpxCzgKJnqXeLUZYqtThaP0VGqtA==
|
|
2697
2693
|
dependencies:
|
|
2698
|
-
"@smithy/types" "^
|
|
2694
|
+
"@smithy/types" "^4.1.0"
|
|
2699
2695
|
tslib "^2.6.2"
|
|
2700
2696
|
|
|
2701
|
-
"@smithy/middleware-stack@^
|
|
2702
|
-
version "
|
|
2703
|
-
resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-
|
|
2704
|
-
integrity sha512-
|
|
2697
|
+
"@smithy/middleware-stack@^4.0.1":
|
|
2698
|
+
version "4.0.1"
|
|
2699
|
+
resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-4.0.1.tgz#c157653f9df07f7c26e32f49994d368e4e071d22"
|
|
2700
|
+
integrity sha512-dHwDmrtR/ln8UTHpaIavRSzeIk5+YZTBtLnKwDW3G2t6nAupCiQUvNzNoHBpik63fwUaJPtlnMzXbQrNFWssIA==
|
|
2705
2701
|
dependencies:
|
|
2706
|
-
"@smithy/types" "^
|
|
2702
|
+
"@smithy/types" "^4.1.0"
|
|
2707
2703
|
tslib "^2.6.2"
|
|
2708
2704
|
|
|
2709
|
-
"@smithy/node-config-provider@^
|
|
2710
|
-
version "
|
|
2711
|
-
resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-
|
|
2712
|
-
integrity sha512-
|
|
2705
|
+
"@smithy/node-config-provider@^4.0.1":
|
|
2706
|
+
version "4.0.1"
|
|
2707
|
+
resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-4.0.1.tgz#4e84fe665c0774d5f4ebb75144994fc6ebedf86e"
|
|
2708
|
+
integrity sha512-8mRTjvCtVET8+rxvmzRNRR0hH2JjV0DFOmwXPrISmTIJEfnCBugpYYGAsCj8t41qd+RB5gbheSQ/6aKZCQvFLQ==
|
|
2713
2709
|
dependencies:
|
|
2714
|
-
"@smithy/property-provider" "^
|
|
2715
|
-
"@smithy/shared-ini-file-loader" "^
|
|
2716
|
-
"@smithy/types" "^
|
|
2710
|
+
"@smithy/property-provider" "^4.0.1"
|
|
2711
|
+
"@smithy/shared-ini-file-loader" "^4.0.1"
|
|
2712
|
+
"@smithy/types" "^4.1.0"
|
|
2717
2713
|
tslib "^2.6.2"
|
|
2718
2714
|
|
|
2719
|
-
"@smithy/node-http-handler@^
|
|
2720
|
-
version "
|
|
2721
|
-
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-
|
|
2722
|
-
integrity sha512-
|
|
2715
|
+
"@smithy/node-http-handler@^4.0.2":
|
|
2716
|
+
version "4.0.2"
|
|
2717
|
+
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.0.2.tgz#48d47a046cf900ab86bfbe7f5fd078b52c82fab6"
|
|
2718
|
+
integrity sha512-X66H9aah9hisLLSnGuzRYba6vckuFtGE+a5DcHLliI/YlqKrGoxhisD5XbX44KyoeRzoNlGr94eTsMVHFAzPOw==
|
|
2723
2719
|
dependencies:
|
|
2724
|
-
"@smithy/abort-controller" "^
|
|
2725
|
-
"@smithy/protocol-http" "^
|
|
2726
|
-
"@smithy/querystring-builder" "^
|
|
2727
|
-
"@smithy/types" "^
|
|
2720
|
+
"@smithy/abort-controller" "^4.0.1"
|
|
2721
|
+
"@smithy/protocol-http" "^5.0.1"
|
|
2722
|
+
"@smithy/querystring-builder" "^4.0.1"
|
|
2723
|
+
"@smithy/types" "^4.1.0"
|
|
2728
2724
|
tslib "^2.6.2"
|
|
2729
2725
|
|
|
2730
|
-
"@smithy/property-provider@^
|
|
2731
|
-
version "
|
|
2732
|
-
resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-
|
|
2733
|
-
integrity sha512-
|
|
2726
|
+
"@smithy/property-provider@^4.0.1":
|
|
2727
|
+
version "4.0.1"
|
|
2728
|
+
resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-4.0.1.tgz#8d35d5997af2a17cf15c5e921201ef6c5e3fc870"
|
|
2729
|
+
integrity sha512-o+VRiwC2cgmk/WFV0jaETGOtX16VNPp2bSQEzu0whbReqE1BMqsP2ami2Vi3cbGVdKu1kq9gQkDAGKbt0WOHAQ==
|
|
2734
2730
|
dependencies:
|
|
2735
|
-
"@smithy/types" "^
|
|
2731
|
+
"@smithy/types" "^4.1.0"
|
|
2736
2732
|
tslib "^2.6.2"
|
|
2737
2733
|
|
|
2738
|
-
"@smithy/protocol-http@^
|
|
2739
|
-
version "
|
|
2740
|
-
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-
|
|
2741
|
-
integrity sha512-
|
|
2734
|
+
"@smithy/protocol-http@^5.0.1":
|
|
2735
|
+
version "5.0.1"
|
|
2736
|
+
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-5.0.1.tgz#37c248117b29c057a9adfad4eb1d822a67079ff1"
|
|
2737
|
+
integrity sha512-TE4cpj49jJNB/oHyh/cRVEgNZaoPaxd4vteJNB0yGidOCVR0jCw/hjPVsT8Q8FRmj8Bd3bFZt8Dh7xGCT+xMBQ==
|
|
2742
2738
|
dependencies:
|
|
2743
|
-
"@smithy/types" "^
|
|
2739
|
+
"@smithy/types" "^4.1.0"
|
|
2744
2740
|
tslib "^2.6.2"
|
|
2745
2741
|
|
|
2746
|
-
"@smithy/querystring-builder@^
|
|
2747
|
-
version "
|
|
2748
|
-
resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-
|
|
2749
|
-
integrity sha512-
|
|
2742
|
+
"@smithy/querystring-builder@^4.0.1":
|
|
2743
|
+
version "4.0.1"
|
|
2744
|
+
resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-4.0.1.tgz#37e1e05d0d33c6f694088abc3e04eafb65cb6976"
|
|
2745
|
+
integrity sha512-wU87iWZoCbcqrwszsOewEIuq+SU2mSoBE2CcsLwE0I19m0B2gOJr1MVjxWcDQYOzHbR1xCk7AcOBbGFUYOKvdg==
|
|
2750
2746
|
dependencies:
|
|
2751
|
-
"@smithy/types" "^
|
|
2752
|
-
"@smithy/util-uri-escape" "^
|
|
2747
|
+
"@smithy/types" "^4.1.0"
|
|
2748
|
+
"@smithy/util-uri-escape" "^4.0.0"
|
|
2753
2749
|
tslib "^2.6.2"
|
|
2754
2750
|
|
|
2755
|
-
"@smithy/querystring-parser@^
|
|
2756
|
-
version "
|
|
2757
|
-
resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-
|
|
2758
|
-
integrity sha512-
|
|
2751
|
+
"@smithy/querystring-parser@^4.0.1":
|
|
2752
|
+
version "4.0.1"
|
|
2753
|
+
resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-4.0.1.tgz#312dc62b146f8bb8a67558d82d4722bb9211af42"
|
|
2754
|
+
integrity sha512-Ma2XC7VS9aV77+clSFylVUnPZRindhB7BbmYiNOdr+CHt/kZNJoPP0cd3QxCnCFyPXC4eybmyE98phEHkqZ5Jw==
|
|
2759
2755
|
dependencies:
|
|
2760
|
-
"@smithy/types" "^
|
|
2756
|
+
"@smithy/types" "^4.1.0"
|
|
2761
2757
|
tslib "^2.6.2"
|
|
2762
2758
|
|
|
2763
|
-
"@smithy/service-error-classification@^
|
|
2764
|
-
version "
|
|
2765
|
-
resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-
|
|
2766
|
-
integrity sha512-
|
|
2759
|
+
"@smithy/service-error-classification@^4.0.1":
|
|
2760
|
+
version "4.0.1"
|
|
2761
|
+
resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-4.0.1.tgz#84e78579af46c7b79c900b6d6cc822c9465f3259"
|
|
2762
|
+
integrity sha512-3JNjBfOWpj/mYfjXJHB4Txc/7E4LVq32bwzE7m28GN79+M1f76XHflUaSUkhOriprPDzev9cX/M+dEB80DNDKA==
|
|
2767
2763
|
dependencies:
|
|
2768
|
-
"@smithy/types" "^
|
|
2764
|
+
"@smithy/types" "^4.1.0"
|
|
2769
2765
|
|
|
2770
|
-
"@smithy/shared-ini-file-loader@^
|
|
2771
|
-
version "
|
|
2772
|
-
resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-
|
|
2773
|
-
integrity sha512-
|
|
2766
|
+
"@smithy/shared-ini-file-loader@^4.0.1":
|
|
2767
|
+
version "4.0.1"
|
|
2768
|
+
resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.0.1.tgz#d35c21c29454ca4e58914a4afdde68d3b2def1ee"
|
|
2769
|
+
integrity sha512-hC8F6qTBbuHRI/uqDgqqi6J0R4GtEZcgrZPhFQnMhfJs3MnUTGSnR1NSJCJs5VWlMydu0kJz15M640fJlRsIOw==
|
|
2774
2770
|
dependencies:
|
|
2775
|
-
"@smithy/types" "^
|
|
2771
|
+
"@smithy/types" "^4.1.0"
|
|
2776
2772
|
tslib "^2.6.2"
|
|
2777
2773
|
|
|
2778
|
-
"@smithy/signature-v4@^
|
|
2779
|
-
version "
|
|
2780
|
-
resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-
|
|
2781
|
-
integrity sha512-
|
|
2782
|
-
dependencies:
|
|
2783
|
-
"@smithy/is-array-buffer" "^
|
|
2784
|
-
"@smithy/protocol-http" "^
|
|
2785
|
-
"@smithy/types" "^
|
|
2786
|
-
"@smithy/util-hex-encoding" "^
|
|
2787
|
-
"@smithy/util-middleware" "^
|
|
2788
|
-
"@smithy/util-uri-escape" "^
|
|
2789
|
-
"@smithy/util-utf8" "^
|
|
2774
|
+
"@smithy/signature-v4@^5.0.1":
|
|
2775
|
+
version "5.0.1"
|
|
2776
|
+
resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-5.0.1.tgz#f93401b176150286ba246681031b0503ec359270"
|
|
2777
|
+
integrity sha512-nCe6fQ+ppm1bQuw5iKoeJ0MJfz2os7Ic3GBjOkLOPtavbD1ONoyE3ygjBfz2ythFWm4YnRm6OxW+8p/m9uCoIA==
|
|
2778
|
+
dependencies:
|
|
2779
|
+
"@smithy/is-array-buffer" "^4.0.0"
|
|
2780
|
+
"@smithy/protocol-http" "^5.0.1"
|
|
2781
|
+
"@smithy/types" "^4.1.0"
|
|
2782
|
+
"@smithy/util-hex-encoding" "^4.0.0"
|
|
2783
|
+
"@smithy/util-middleware" "^4.0.1"
|
|
2784
|
+
"@smithy/util-uri-escape" "^4.0.0"
|
|
2785
|
+
"@smithy/util-utf8" "^4.0.0"
|
|
2790
2786
|
tslib "^2.6.2"
|
|
2791
2787
|
|
|
2792
|
-
"@smithy/smithy-client@^
|
|
2793
|
-
version "
|
|
2794
|
-
resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-
|
|
2795
|
-
integrity sha512-
|
|
2796
|
-
dependencies:
|
|
2797
|
-
"@smithy/core" "^
|
|
2798
|
-
"@smithy/middleware-endpoint" "^
|
|
2799
|
-
"@smithy/middleware-stack" "^
|
|
2800
|
-
"@smithy/protocol-http" "^
|
|
2801
|
-
"@smithy/types" "^
|
|
2802
|
-
"@smithy/util-stream" "^
|
|
2788
|
+
"@smithy/smithy-client@^4.1.2":
|
|
2789
|
+
version "4.1.2"
|
|
2790
|
+
resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-4.1.2.tgz#1bf707d48998a559d3e91e30c20eec243e16d45b"
|
|
2791
|
+
integrity sha512-0yApeHWBqocelHGK22UivZyShNxFbDNrgREBllGh5Ws0D0rg/yId/CJfeoKKpjbfY2ju8j6WgDUGZHYQmINZ5w==
|
|
2792
|
+
dependencies:
|
|
2793
|
+
"@smithy/core" "^3.1.1"
|
|
2794
|
+
"@smithy/middleware-endpoint" "^4.0.2"
|
|
2795
|
+
"@smithy/middleware-stack" "^4.0.1"
|
|
2796
|
+
"@smithy/protocol-http" "^5.0.1"
|
|
2797
|
+
"@smithy/types" "^4.1.0"
|
|
2798
|
+
"@smithy/util-stream" "^4.0.2"
|
|
2803
2799
|
tslib "^2.6.2"
|
|
2804
2800
|
|
|
2805
2801
|
"@smithy/types@^3.7.1":
|
|
@@ -2809,42 +2805,42 @@
|
|
|
2809
2805
|
dependencies:
|
|
2810
2806
|
tslib "^2.6.2"
|
|
2811
2807
|
|
|
2812
|
-
"@smithy/types@^
|
|
2813
|
-
version "
|
|
2814
|
-
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-
|
|
2815
|
-
integrity sha512-
|
|
2808
|
+
"@smithy/types@^4.1.0":
|
|
2809
|
+
version "4.1.0"
|
|
2810
|
+
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.1.0.tgz#19de0b6087bccdd4182a334eb5d3d2629699370f"
|
|
2811
|
+
integrity sha512-enhjdwp4D7CXmwLtD6zbcDMbo6/T6WtuuKCY49Xxc6OMOmUWlBEBDREsxxgV2LIdeQPW756+f97GzcgAwp3iLw==
|
|
2816
2812
|
dependencies:
|
|
2817
2813
|
tslib "^2.6.2"
|
|
2818
2814
|
|
|
2819
|
-
"@smithy/url-parser@^
|
|
2820
|
-
version "
|
|
2821
|
-
resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-
|
|
2822
|
-
integrity sha512-
|
|
2815
|
+
"@smithy/url-parser@^4.0.1":
|
|
2816
|
+
version "4.0.1"
|
|
2817
|
+
resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-4.0.1.tgz#b47743f785f5b8d81324878cbb1b5f834bf8d85a"
|
|
2818
|
+
integrity sha512-gPXcIEUtw7VlK8f/QcruNXm7q+T5hhvGu9tl63LsJPZ27exB6dtNwvh2HIi0v7JcXJ5emBxB+CJxwaLEdJfA+g==
|
|
2823
2819
|
dependencies:
|
|
2824
|
-
"@smithy/querystring-parser" "^
|
|
2825
|
-
"@smithy/types" "^
|
|
2820
|
+
"@smithy/querystring-parser" "^4.0.1"
|
|
2821
|
+
"@smithy/types" "^4.1.0"
|
|
2826
2822
|
tslib "^2.6.2"
|
|
2827
2823
|
|
|
2828
|
-
"@smithy/util-base64@^
|
|
2829
|
-
version "
|
|
2830
|
-
resolved "https://registry.
|
|
2831
|
-
integrity sha512-
|
|
2824
|
+
"@smithy/util-base64@^4.0.0":
|
|
2825
|
+
version "4.0.0"
|
|
2826
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-base64/-/util-base64-4.0.0.tgz#8345f1b837e5f636e5f8470c4d1706ae0c6d0358"
|
|
2827
|
+
integrity sha512-CvHfCmO2mchox9kjrtzoHkWHxjHZzaFojLc8quxXY7WAAMAg43nuxwv95tATVgQFNDwd4M9S1qFzj40Ul41Kmg==
|
|
2832
2828
|
dependencies:
|
|
2833
|
-
"@smithy/util-buffer-from" "^
|
|
2834
|
-
"@smithy/util-utf8" "^
|
|
2829
|
+
"@smithy/util-buffer-from" "^4.0.0"
|
|
2830
|
+
"@smithy/util-utf8" "^4.0.0"
|
|
2835
2831
|
tslib "^2.6.2"
|
|
2836
2832
|
|
|
2837
|
-
"@smithy/util-body-length-browser@^
|
|
2838
|
-
version "
|
|
2839
|
-
resolved "https://registry.
|
|
2840
|
-
integrity sha512-
|
|
2833
|
+
"@smithy/util-body-length-browser@^4.0.0":
|
|
2834
|
+
version "4.0.0"
|
|
2835
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-body-length-browser/-/util-body-length-browser-4.0.0.tgz#965d19109a4b1e5fe7a43f813522cce718036ded"
|
|
2836
|
+
integrity sha512-sNi3DL0/k64/LO3A256M+m3CDdG6V7WKWHdAiBBMUN8S3hK3aMPhwnPik2A/a2ONN+9doY9UxaLfgqsIRg69QA==
|
|
2841
2837
|
dependencies:
|
|
2842
2838
|
tslib "^2.6.2"
|
|
2843
2839
|
|
|
2844
|
-
"@smithy/util-body-length-node@^
|
|
2845
|
-
version "
|
|
2846
|
-
resolved "https://registry.
|
|
2847
|
-
integrity sha512-
|
|
2840
|
+
"@smithy/util-body-length-node@^4.0.0":
|
|
2841
|
+
version "4.0.0"
|
|
2842
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-body-length-node/-/util-body-length-node-4.0.0.tgz#3db245f6844a9b1e218e30c93305bfe2ffa473b3"
|
|
2843
|
+
integrity sha512-q0iDP3VsZzqJyje8xJWEJCNIu3lktUGVoSy1KB0UWym2CL1siV3artm+u1DFYTLejpsrdGyCSWBdGNjJzfDPjg==
|
|
2848
2844
|
dependencies:
|
|
2849
2845
|
tslib "^2.6.2"
|
|
2850
2846
|
|
|
@@ -2856,96 +2852,96 @@
|
|
|
2856
2852
|
"@smithy/is-array-buffer" "^2.2.0"
|
|
2857
2853
|
tslib "^2.6.2"
|
|
2858
2854
|
|
|
2859
|
-
"@smithy/util-buffer-from@^
|
|
2860
|
-
version "
|
|
2861
|
-
resolved "https://registry.
|
|
2862
|
-
integrity sha512-
|
|
2855
|
+
"@smithy/util-buffer-from@^4.0.0":
|
|
2856
|
+
version "4.0.0"
|
|
2857
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-buffer-from/-/util-buffer-from-4.0.0.tgz#b23b7deb4f3923e84ef50c8b2c5863d0dbf6c0b9"
|
|
2858
|
+
integrity sha512-9TOQ7781sZvddgO8nxueKi3+yGvkY35kotA0Y6BWRajAv8jjmigQ1sBwz0UX47pQMYXJPahSKEKYFgt+rXdcug==
|
|
2863
2859
|
dependencies:
|
|
2864
|
-
"@smithy/is-array-buffer" "^
|
|
2860
|
+
"@smithy/is-array-buffer" "^4.0.0"
|
|
2865
2861
|
tslib "^2.6.2"
|
|
2866
2862
|
|
|
2867
|
-
"@smithy/util-config-provider@^
|
|
2868
|
-
version "
|
|
2869
|
-
resolved "https://registry.
|
|
2870
|
-
integrity sha512-
|
|
2863
|
+
"@smithy/util-config-provider@^4.0.0":
|
|
2864
|
+
version "4.0.0"
|
|
2865
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-config-provider/-/util-config-provider-4.0.0.tgz#e0c7c8124c7fba0b696f78f0bd0ccb060997d45e"
|
|
2866
|
+
integrity sha512-L1RBVzLyfE8OXH+1hsJ8p+acNUSirQnWQ6/EgpchV88G6zGBTDPdXiiExei6Z1wR2RxYvxY/XLw6AMNCCt8H3w==
|
|
2871
2867
|
dependencies:
|
|
2872
2868
|
tslib "^2.6.2"
|
|
2873
2869
|
|
|
2874
|
-
"@smithy/util-defaults-mode-browser@^
|
|
2875
|
-
version "
|
|
2876
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-
|
|
2877
|
-
integrity sha512-
|
|
2870
|
+
"@smithy/util-defaults-mode-browser@^4.0.3":
|
|
2871
|
+
version "4.0.3"
|
|
2872
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.0.3.tgz#52a5a22e6a4eecbc0e2ebdeee0979081ec99667a"
|
|
2873
|
+
integrity sha512-7c5SF1fVK0EOs+2EOf72/qF199zwJflU1d02AevwKbAUPUZyE9RUZiyJxeUmhVxfKDWdUKaaVojNiaDQgnHL9g==
|
|
2878
2874
|
dependencies:
|
|
2879
|
-
"@smithy/property-provider" "^
|
|
2880
|
-
"@smithy/smithy-client" "^
|
|
2881
|
-
"@smithy/types" "^
|
|
2875
|
+
"@smithy/property-provider" "^4.0.1"
|
|
2876
|
+
"@smithy/smithy-client" "^4.1.2"
|
|
2877
|
+
"@smithy/types" "^4.1.0"
|
|
2882
2878
|
bowser "^2.11.0"
|
|
2883
2879
|
tslib "^2.6.2"
|
|
2884
2880
|
|
|
2885
|
-
"@smithy/util-defaults-mode-node@^
|
|
2886
|
-
version "
|
|
2887
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-
|
|
2888
|
-
integrity sha512-
|
|
2889
|
-
dependencies:
|
|
2890
|
-
"@smithy/config-resolver" "^
|
|
2891
|
-
"@smithy/credential-provider-imds" "^
|
|
2892
|
-
"@smithy/node-config-provider" "^
|
|
2893
|
-
"@smithy/property-provider" "^
|
|
2894
|
-
"@smithy/smithy-client" "^
|
|
2895
|
-
"@smithy/types" "^
|
|
2881
|
+
"@smithy/util-defaults-mode-node@^4.0.3":
|
|
2882
|
+
version "4.0.3"
|
|
2883
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.0.3.tgz#2dc140363dc35366c21c93939f61e4514f9a2fa6"
|
|
2884
|
+
integrity sha512-CVnD42qYD3JKgDlImZ9+On+MqJHzq9uJgPbMdeBE8c2x8VJ2kf2R3XO/yVFx+30ts5lD/GlL0eFIShY3x9ROgQ==
|
|
2885
|
+
dependencies:
|
|
2886
|
+
"@smithy/config-resolver" "^4.0.1"
|
|
2887
|
+
"@smithy/credential-provider-imds" "^4.0.1"
|
|
2888
|
+
"@smithy/node-config-provider" "^4.0.1"
|
|
2889
|
+
"@smithy/property-provider" "^4.0.1"
|
|
2890
|
+
"@smithy/smithy-client" "^4.1.2"
|
|
2891
|
+
"@smithy/types" "^4.1.0"
|
|
2896
2892
|
tslib "^2.6.2"
|
|
2897
2893
|
|
|
2898
|
-
"@smithy/util-endpoints@^
|
|
2899
|
-
version "
|
|
2900
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-
|
|
2901
|
-
integrity sha512-
|
|
2894
|
+
"@smithy/util-endpoints@^3.0.1":
|
|
2895
|
+
version "3.0.1"
|
|
2896
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-3.0.1.tgz#44ccbf1721447966f69496c9003b87daa8f61975"
|
|
2897
|
+
integrity sha512-zVdUENQpdtn9jbpD9SCFK4+aSiavRb9BxEtw9ZGUR1TYo6bBHbIoi7VkrFQ0/RwZlzx0wRBaRmPclj8iAoJCLA==
|
|
2902
2898
|
dependencies:
|
|
2903
|
-
"@smithy/node-config-provider" "^
|
|
2904
|
-
"@smithy/types" "^
|
|
2899
|
+
"@smithy/node-config-provider" "^4.0.1"
|
|
2900
|
+
"@smithy/types" "^4.1.0"
|
|
2905
2901
|
tslib "^2.6.2"
|
|
2906
2902
|
|
|
2907
|
-
"@smithy/util-hex-encoding@^
|
|
2908
|
-
version "
|
|
2909
|
-
resolved "https://registry.
|
|
2910
|
-
integrity sha512-
|
|
2903
|
+
"@smithy/util-hex-encoding@^4.0.0":
|
|
2904
|
+
version "4.0.0"
|
|
2905
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-hex-encoding/-/util-hex-encoding-4.0.0.tgz#dd449a6452cffb37c5b1807ec2525bb4be551e8d"
|
|
2906
|
+
integrity sha512-Yk5mLhHtfIgW2W2WQZWSg5kuMZCVbvhFmC7rV4IO2QqnZdbEFPmQnCcGMAX2z/8Qj3B9hYYNjZOhWym+RwhePw==
|
|
2911
2907
|
dependencies:
|
|
2912
2908
|
tslib "^2.6.2"
|
|
2913
2909
|
|
|
2914
|
-
"@smithy/util-middleware@^
|
|
2915
|
-
version "
|
|
2916
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-
|
|
2917
|
-
integrity sha512-
|
|
2910
|
+
"@smithy/util-middleware@^4.0.1":
|
|
2911
|
+
version "4.0.1"
|
|
2912
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-4.0.1.tgz#58d363dcd661219298c89fa176a28e98ccc4bf43"
|
|
2913
|
+
integrity sha512-HiLAvlcqhbzhuiOa0Lyct5IIlyIz0PQO5dnMlmQ/ubYM46dPInB+3yQGkfxsk6Q24Y0n3/JmcA1v5iEhmOF5mA==
|
|
2918
2914
|
dependencies:
|
|
2919
|
-
"@smithy/types" "^
|
|
2915
|
+
"@smithy/types" "^4.1.0"
|
|
2920
2916
|
tslib "^2.6.2"
|
|
2921
2917
|
|
|
2922
|
-
"@smithy/util-retry@^
|
|
2923
|
-
version "
|
|
2924
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-
|
|
2925
|
-
integrity sha512-
|
|
2918
|
+
"@smithy/util-retry@^4.0.1":
|
|
2919
|
+
version "4.0.1"
|
|
2920
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-4.0.1.tgz#fb5f26492383dcb9a09cc4aee23a10f839cd0769"
|
|
2921
|
+
integrity sha512-WmRHqNVwn3kI3rKk1LsKcVgPBG6iLTBGC1iYOV3GQegwJ3E8yjzHytPt26VNzOWr1qu0xE03nK0Ug8S7T7oufw==
|
|
2926
2922
|
dependencies:
|
|
2927
|
-
"@smithy/service-error-classification" "^
|
|
2928
|
-
"@smithy/types" "^
|
|
2923
|
+
"@smithy/service-error-classification" "^4.0.1"
|
|
2924
|
+
"@smithy/types" "^4.1.0"
|
|
2929
2925
|
tslib "^2.6.2"
|
|
2930
2926
|
|
|
2931
|
-
"@smithy/util-stream@^
|
|
2932
|
-
version "
|
|
2933
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-
|
|
2934
|
-
integrity sha512-
|
|
2935
|
-
dependencies:
|
|
2936
|
-
"@smithy/fetch-http-handler" "^
|
|
2937
|
-
"@smithy/node-http-handler" "^
|
|
2938
|
-
"@smithy/types" "^
|
|
2939
|
-
"@smithy/util-base64" "^
|
|
2940
|
-
"@smithy/util-buffer-from" "^
|
|
2941
|
-
"@smithy/util-hex-encoding" "^
|
|
2942
|
-
"@smithy/util-utf8" "^
|
|
2927
|
+
"@smithy/util-stream@^4.0.2":
|
|
2928
|
+
version "4.0.2"
|
|
2929
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-4.0.2.tgz#63495d3f7fba9d78748d540921136dc4a8d4c067"
|
|
2930
|
+
integrity sha512-0eZ4G5fRzIoewtHtwaYyl8g2C+osYOT4KClXgfdNEDAgkbe2TYPqcnw4GAWabqkZCax2ihRGPe9LZnsPdIUIHA==
|
|
2931
|
+
dependencies:
|
|
2932
|
+
"@smithy/fetch-http-handler" "^5.0.1"
|
|
2933
|
+
"@smithy/node-http-handler" "^4.0.2"
|
|
2934
|
+
"@smithy/types" "^4.1.0"
|
|
2935
|
+
"@smithy/util-base64" "^4.0.0"
|
|
2936
|
+
"@smithy/util-buffer-from" "^4.0.0"
|
|
2937
|
+
"@smithy/util-hex-encoding" "^4.0.0"
|
|
2938
|
+
"@smithy/util-utf8" "^4.0.0"
|
|
2943
2939
|
tslib "^2.6.2"
|
|
2944
2940
|
|
|
2945
|
-
"@smithy/util-uri-escape@^
|
|
2946
|
-
version "
|
|
2947
|
-
resolved "https://registry.
|
|
2948
|
-
integrity sha512-
|
|
2941
|
+
"@smithy/util-uri-escape@^4.0.0":
|
|
2942
|
+
version "4.0.0"
|
|
2943
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-uri-escape/-/util-uri-escape-4.0.0.tgz#a96c160c76f3552458a44d8081fade519d214737"
|
|
2944
|
+
integrity sha512-77yfbCbQMtgtTylO9itEAdpPXSog3ZxMe09AEhm0dU0NLTalV70ghDZFR+Nfi1C60jnJoh/Re4090/DuZh2Omg==
|
|
2949
2945
|
dependencies:
|
|
2950
2946
|
tslib "^2.6.2"
|
|
2951
2947
|
|
|
@@ -2957,21 +2953,21 @@
|
|
|
2957
2953
|
"@smithy/util-buffer-from" "^2.2.0"
|
|
2958
2954
|
tslib "^2.6.2"
|
|
2959
2955
|
|
|
2960
|
-
"@smithy/util-utf8@^
|
|
2961
|
-
version "
|
|
2962
|
-
resolved "https://registry.
|
|
2963
|
-
integrity sha512-
|
|
2956
|
+
"@smithy/util-utf8@^4.0.0":
|
|
2957
|
+
version "4.0.0"
|
|
2958
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-utf8/-/util-utf8-4.0.0.tgz#09ca2d9965e5849e72e347c130f2a29d5c0c863c"
|
|
2959
|
+
integrity sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==
|
|
2964
2960
|
dependencies:
|
|
2965
|
-
"@smithy/util-buffer-from" "^
|
|
2961
|
+
"@smithy/util-buffer-from" "^4.0.0"
|
|
2966
2962
|
tslib "^2.6.2"
|
|
2967
2963
|
|
|
2968
|
-
"@smithy/util-waiter@^
|
|
2969
|
-
version "
|
|
2970
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-waiter/-/util-waiter-
|
|
2971
|
-
integrity sha512-
|
|
2964
|
+
"@smithy/util-waiter@^4.0.2":
|
|
2965
|
+
version "4.0.2"
|
|
2966
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-waiter/-/util-waiter-4.0.2.tgz#0a73a0fcd30ea7bbc3009cf98ad199f51b8eac51"
|
|
2967
|
+
integrity sha512-piUTHyp2Axx3p/kc2CIJkYSv0BAaheBQmbACZgQSSfWUumWNW+R1lL+H9PDBxKJkvOeEX+hKYEFiwO8xagL8AQ==
|
|
2972
2968
|
dependencies:
|
|
2973
|
-
"@smithy/abort-controller" "^
|
|
2974
|
-
"@smithy/types" "^
|
|
2969
|
+
"@smithy/abort-controller" "^4.0.1"
|
|
2970
|
+
"@smithy/types" "^4.1.0"
|
|
2975
2971
|
tslib "^2.6.2"
|
|
2976
2972
|
|
|
2977
2973
|
"@supercharge/promise-pool@^3.2.0":
|
|
@@ -3406,6 +3402,18 @@
|
|
|
3406
3402
|
dependencies:
|
|
3407
3403
|
"@types/node" "*"
|
|
3408
3404
|
|
|
3405
|
+
"@types/yargs-parser@*":
|
|
3406
|
+
version "21.0.3"
|
|
3407
|
+
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.3.tgz#815e30b786d2e8f0dcd85fd5bcf5e1a04d008f15"
|
|
3408
|
+
integrity sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==
|
|
3409
|
+
|
|
3410
|
+
"@types/yargs@^17.0.32":
|
|
3411
|
+
version "17.0.33"
|
|
3412
|
+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.33.tgz#8c32303da83eec050a84b3c7ae7b9f922d13e32d"
|
|
3413
|
+
integrity sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==
|
|
3414
|
+
dependencies:
|
|
3415
|
+
"@types/yargs-parser" "*"
|
|
3416
|
+
|
|
3409
3417
|
"@types/yauzl@^2.9.1":
|
|
3410
3418
|
version "2.10.3"
|
|
3411
3419
|
resolved "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz"
|
|
@@ -3775,7 +3783,7 @@ ansi-wrap@0.1.0:
|
|
|
3775
3783
|
resolved "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz"
|
|
3776
3784
|
integrity sha512-ZyznvL8k/FZeQHr2T6LzcJ/+vBApDnMNZvfVFy3At0knswWd6rJ3/0Hhmpu8oqa6C92npmozs890sX9Dl6q+Qw==
|
|
3777
3785
|
|
|
3778
|
-
ansis@^3.3.2, ansis@^3.
|
|
3786
|
+
ansis@^3.3.2, ansis@^3.5.2, ansis@^3.9.0:
|
|
3779
3787
|
version "3.9.0"
|
|
3780
3788
|
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.9.0.tgz#d195c93c31a333916142ff8f0be4d7e3872f262e"
|
|
3781
3789
|
integrity "sha1-0ZXJPDGjM5FhQv+PC+TX44cvJi4= sha512-PcDrVe15ldexeZMsVLBAzBwF2KhZgaU0R+CHxH+x5kqn/pO+UWVBZJ+NEXMPpEOLUFeNsnNdoWYc2gwO+MVkDg=="
|
|
@@ -4526,7 +4534,7 @@ chalk@^2.4.2:
|
|
|
4526
4534
|
escape-string-regexp "^1.0.5"
|
|
4527
4535
|
supports-color "^5.3.0"
|
|
4528
4536
|
|
|
4529
|
-
chalk@^4, chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
|
|
4537
|
+
chalk@^4, chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
|
|
4530
4538
|
version "4.1.2"
|
|
4531
4539
|
resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
|
|
4532
4540
|
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
|
|
@@ -4942,6 +4950,13 @@ cosmiconfig-typescript-loader@^4.0.0:
|
|
|
4942
4950
|
resolved "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.4.0.tgz"
|
|
4943
4951
|
integrity sha512-BabizFdC3wBHhbI4kJh0VkQP9GkBfoHPydD0COMce1nJ1kJAB3F2TmJ/I7diULBKtmEWSwEbuN/KDtgnmUUVmw==
|
|
4944
4952
|
|
|
4953
|
+
cosmiconfig-typescript-loader@^5.0.0:
|
|
4954
|
+
version "5.1.0"
|
|
4955
|
+
resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-5.1.0.tgz#d8d02bff04e63faa2dc794d618168bd764c704be"
|
|
4956
|
+
integrity sha512-7PtBB+6FdsOvZyJtlF3hEPpACq7RQX6BVGsgC7/lfVXnKMvNCu/XY3ykreqG5w/rBNdu2z8LCIKoF3kpHHdHlA==
|
|
4957
|
+
dependencies:
|
|
4958
|
+
jiti "^1.21.6"
|
|
4959
|
+
|
|
4945
4960
|
cosmiconfig@*, cosmiconfig@^9.0.0:
|
|
4946
4961
|
version "9.0.0"
|
|
4947
4962
|
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz"
|
|
@@ -5690,12 +5705,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
5690
5705
|
semver "^7.5.4"
|
|
5691
5706
|
spdx-expression-parse "^4.0.0"
|
|
5692
5707
|
|
|
5693
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
5694
|
-
version "1.20.
|
|
5695
|
-
resolved "https://registry.
|
|
5696
|
-
integrity sha512-
|
|
5708
|
+
eslint-plugin-sf-plugin@^1.20.14:
|
|
5709
|
+
version "1.20.14"
|
|
5710
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.14.tgz#85c3821a5d62785a2c8af45e6ed4955f6eb83906"
|
|
5711
|
+
integrity sha512-193twioaAWsLPDPliXffLDOGciOX4v8SoKOnWLqfw8QEhQwaG9XTRp7GMjxCgeTnaFPFtOqTbVGCg5714YQGMQ==
|
|
5697
5712
|
dependencies:
|
|
5698
|
-
"@salesforce/core" "^8.
|
|
5713
|
+
"@salesforce/core" "^8.8.2"
|
|
5699
5714
|
"@typescript-eslint/utils" "^7.18.0"
|
|
5700
5715
|
|
|
5701
5716
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -6000,7 +6015,7 @@ fast-fifo@^1.2.0, fast-fifo@^1.3.2:
|
|
|
6000
6015
|
resolved "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz"
|
|
6001
6016
|
integrity sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==
|
|
6002
6017
|
|
|
6003
|
-
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.
|
|
6018
|
+
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.2:
|
|
6004
6019
|
version "3.3.2"
|
|
6005
6020
|
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz"
|
|
6006
6021
|
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
|
|
@@ -6050,7 +6065,7 @@ fast-xml-parser@4.4.1:
|
|
|
6050
6065
|
dependencies:
|
|
6051
6066
|
strnum "^1.0.5"
|
|
6052
6067
|
|
|
6053
|
-
fast-xml-parser@^4.5.1:
|
|
6068
|
+
fast-xml-parser@^4.4.0, fast-xml-parser@^4.5.1:
|
|
6054
6069
|
version "4.5.1"
|
|
6055
6070
|
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz"
|
|
6056
6071
|
integrity sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==
|
|
@@ -6095,6 +6110,11 @@ fd-slicer@~1.1.0:
|
|
|
6095
6110
|
dependencies:
|
|
6096
6111
|
pend "~1.2.0"
|
|
6097
6112
|
|
|
6113
|
+
fdir@^6.4.2:
|
|
6114
|
+
version "6.4.3"
|
|
6115
|
+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.3.tgz#011cdacf837eca9b811c89dbb902df714273db72"
|
|
6116
|
+
integrity sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==
|
|
6117
|
+
|
|
6098
6118
|
file-entry-cache@^6.0.1:
|
|
6099
6119
|
version "6.0.1"
|
|
6100
6120
|
resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz"
|
|
@@ -6290,6 +6310,11 @@ formdata-node@^4.3.2:
|
|
|
6290
6310
|
node-domexception "1.0.0"
|
|
6291
6311
|
web-streams-polyfill "4.0.0-beta.3"
|
|
6292
6312
|
|
|
6313
|
+
fp-ts@^2.16.8:
|
|
6314
|
+
version "2.16.9"
|
|
6315
|
+
resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-2.16.9.tgz#99628fc5e0bb3b432c4a16d8f4455247380bae8a"
|
|
6316
|
+
integrity sha512-+I2+FnVB+tVaxcYyQkHUq7ZdKScaBlX53A41mxQtpIccsfyv8PzdzP7fzp2AY832T4aoK6UZ5WRX/ebGd8uZuQ==
|
|
6317
|
+
|
|
6293
6318
|
fromentries@^1.2.0:
|
|
6294
6319
|
version "1.3.2"
|
|
6295
6320
|
resolved "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz"
|
|
@@ -6619,17 +6644,6 @@ globby@^11.1.0:
|
|
|
6619
6644
|
merge2 "^1.4.1"
|
|
6620
6645
|
slash "^3.0.0"
|
|
6621
6646
|
|
|
6622
|
-
globby@^13.1.2:
|
|
6623
|
-
version "13.2.2"
|
|
6624
|
-
resolved "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz"
|
|
6625
|
-
integrity sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==
|
|
6626
|
-
dependencies:
|
|
6627
|
-
dir-glob "^3.0.1"
|
|
6628
|
-
fast-glob "^3.3.0"
|
|
6629
|
-
ignore "^5.2.4"
|
|
6630
|
-
merge2 "^1.4.1"
|
|
6631
|
-
slash "^4.0.0"
|
|
6632
|
-
|
|
6633
6647
|
globby@^14.0.0, globby@^14.0.2:
|
|
6634
6648
|
version "14.0.2"
|
|
6635
6649
|
resolved "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz"
|
|
@@ -6649,7 +6663,7 @@ gopd@^1.0.1:
|
|
|
6649
6663
|
dependencies:
|
|
6650
6664
|
get-intrinsic "^1.1.3"
|
|
6651
6665
|
|
|
6652
|
-
got@^11.8.3:
|
|
6666
|
+
got@^11.8.3, got@^11.8.6:
|
|
6653
6667
|
version "11.8.6"
|
|
6654
6668
|
resolved "https://registry.npmjs.org/got/-/got-11.8.6.tgz"
|
|
6655
6669
|
integrity sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==
|
|
@@ -6740,6 +6754,18 @@ gulp-header@^1.7.1:
|
|
|
6740
6754
|
lodash.template "^4.4.0"
|
|
6741
6755
|
through2 "^2.0.0"
|
|
6742
6756
|
|
|
6757
|
+
handlebars@^4.7.8:
|
|
6758
|
+
version "4.7.8"
|
|
6759
|
+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.8.tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9"
|
|
6760
|
+
integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==
|
|
6761
|
+
dependencies:
|
|
6762
|
+
minimist "^1.2.5"
|
|
6763
|
+
neo-async "^2.6.2"
|
|
6764
|
+
source-map "^0.6.1"
|
|
6765
|
+
wordwrap "^1.0.0"
|
|
6766
|
+
optionalDependencies:
|
|
6767
|
+
uglify-js "^3.1.4"
|
|
6768
|
+
|
|
6743
6769
|
har-schema@^2.0.0:
|
|
6744
6770
|
version "2.0.0"
|
|
6745
6771
|
resolved "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz"
|
|
@@ -7020,6 +7046,11 @@ ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.0:
|
|
|
7020
7046
|
resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz"
|
|
7021
7047
|
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
|
|
7022
7048
|
|
|
7049
|
+
ignore@^5.3.2:
|
|
7050
|
+
version "5.3.2"
|
|
7051
|
+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
|
|
7052
|
+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
|
|
7053
|
+
|
|
7023
7054
|
immediate@~3.0.5:
|
|
7024
7055
|
version "3.0.6"
|
|
7025
7056
|
resolved "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz"
|
|
@@ -7503,6 +7534,11 @@ isbinaryfile@5.0.2, isbinaryfile@^5.0.0:
|
|
|
7503
7534
|
resolved "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.2.tgz"
|
|
7504
7535
|
integrity sha512-GvcjojwonMjWbTkfMpnVHVqXW/wKMYDfEpY94/8zy8HFMOqb/VL6oeONq9v87q4ttVlaTLnGXnJD4B5B1OTGIg==
|
|
7505
7536
|
|
|
7537
|
+
isbinaryfile@^5.0.2:
|
|
7538
|
+
version "5.0.4"
|
|
7539
|
+
resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-5.0.4.tgz#2a2edefa76cafa66613fe4c1ea52f7f031017bdf"
|
|
7540
|
+
integrity sha512-YKBKVkKhty7s8rxddb40oOkuP0NbaeXrQvLin6QMHL7Ypiy2RW9LwOVrVgZRyOrhQlayMd9t+D8yDy8MKFTSDQ==
|
|
7541
|
+
|
|
7506
7542
|
isexe@^2.0.0:
|
|
7507
7543
|
version "2.0.0"
|
|
7508
7544
|
resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
|
|
@@ -7634,6 +7670,11 @@ jira-client@^8.2.2:
|
|
|
7634
7670
|
"@babel/runtime" "^7.6.0"
|
|
7635
7671
|
postman-request "^2.88.1-postman.30"
|
|
7636
7672
|
|
|
7673
|
+
jiti@^1.21.6:
|
|
7674
|
+
version "1.21.7"
|
|
7675
|
+
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.7.tgz#9dd81043424a3d28458b193d965f0d18a2300ba9"
|
|
7676
|
+
integrity sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==
|
|
7677
|
+
|
|
7637
7678
|
joycon@^3.1.1:
|
|
7638
7679
|
version "3.1.1"
|
|
7639
7680
|
resolved "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz"
|
|
@@ -8490,6 +8531,11 @@ mime-types@^2.1.12, mime-types@^2.1.35:
|
|
|
8490
8531
|
dependencies:
|
|
8491
8532
|
mime-db "1.52.0"
|
|
8492
8533
|
|
|
8534
|
+
mime@2.6.0:
|
|
8535
|
+
version "2.6.0"
|
|
8536
|
+
resolved "https://registry.yarnpkg.com/mime/-/mime-2.6.0.tgz#a2a682a95cd4d0cb1d6257e28f83da7e35800367"
|
|
8537
|
+
integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==
|
|
8538
|
+
|
|
8493
8539
|
mime@^3.0.0:
|
|
8494
8540
|
version "3.0.0"
|
|
8495
8541
|
resolved "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz"
|
|
@@ -8554,7 +8600,7 @@ minimatch@9.0.3:
|
|
|
8554
8600
|
dependencies:
|
|
8555
8601
|
brace-expansion "^2.0.1"
|
|
8556
8602
|
|
|
8557
|
-
minimatch@^10.0.0:
|
|
8603
|
+
minimatch@^10.0.0, minimatch@^10.0.1:
|
|
8558
8604
|
version "10.0.1"
|
|
8559
8605
|
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz"
|
|
8560
8606
|
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
|
|
@@ -8591,7 +8637,7 @@ minimist-options@4.1.0:
|
|
|
8591
8637
|
is-plain-obj "^1.1.0"
|
|
8592
8638
|
kind-of "^6.0.3"
|
|
8593
8639
|
|
|
8594
|
-
minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.6, minimist@^1.2.8:
|
|
8640
|
+
minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5, minimist@^1.2.6, minimist@^1.2.8:
|
|
8595
8641
|
version "1.2.8"
|
|
8596
8642
|
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz"
|
|
8597
8643
|
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
|
|
@@ -8817,6 +8863,11 @@ negotiator@^1.0.0:
|
|
|
8817
8863
|
resolved "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz"
|
|
8818
8864
|
integrity sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==
|
|
8819
8865
|
|
|
8866
|
+
neo-async@^2.6.2:
|
|
8867
|
+
version "2.6.2"
|
|
8868
|
+
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
|
|
8869
|
+
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
|
|
8870
|
+
|
|
8820
8871
|
netmask@^2.0.2:
|
|
8821
8872
|
version "2.0.2"
|
|
8822
8873
|
resolved "https://registry.npmjs.org/netmask/-/netmask-2.0.2.tgz"
|
|
@@ -9127,20 +9178,20 @@ object.values@^1.1.7:
|
|
|
9127
9178
|
define-properties "^1.2.0"
|
|
9128
9179
|
es-abstract "^1.22.1"
|
|
9129
9180
|
|
|
9130
|
-
oclif@^4.17.
|
|
9131
|
-
version "4.17.
|
|
9132
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.
|
|
9133
|
-
integrity sha512-
|
|
9181
|
+
oclif@^4.17.17:
|
|
9182
|
+
version "4.17.17"
|
|
9183
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.17.tgz#6b5b8d1ec1cf27c83ec4b031c3b347c8eca43617"
|
|
9184
|
+
integrity sha512-k1aiaYO6LVzIm6uaMbQ5QceH/OzyhEz5bHIJLfiGJCs17fwnfab/m7jUAZ/4BlJ5OiA69GYmt++jcqHAOWW8Yg==
|
|
9134
9185
|
dependencies:
|
|
9135
|
-
"@aws-sdk/client-cloudfront" "^3.
|
|
9136
|
-
"@aws-sdk/client-s3" "^3.
|
|
9186
|
+
"@aws-sdk/client-cloudfront" "^3.726.1"
|
|
9187
|
+
"@aws-sdk/client-s3" "^3.722.0"
|
|
9137
9188
|
"@inquirer/confirm" "^3.1.22"
|
|
9138
9189
|
"@inquirer/input" "^2.2.4"
|
|
9139
9190
|
"@inquirer/select" "^2.5.0"
|
|
9140
|
-
"@oclif/core" "^4.2.
|
|
9141
|
-
"@oclif/plugin-help" "^6.2.
|
|
9191
|
+
"@oclif/core" "^4.2.3"
|
|
9192
|
+
"@oclif/plugin-help" "^6.2.21"
|
|
9142
9193
|
"@oclif/plugin-not-found" "^3.2.32"
|
|
9143
|
-
"@oclif/plugin-warn-if-update-available" "^3.1.
|
|
9194
|
+
"@oclif/plugin-warn-if-update-available" "^3.1.30"
|
|
9144
9195
|
async-retry "^1.3.3"
|
|
9145
9196
|
chalk "^4"
|
|
9146
9197
|
change-case "^4"
|
|
@@ -9153,7 +9204,7 @@ oclif@^4.17.7:
|
|
|
9153
9204
|
lodash "^4.17.21"
|
|
9154
9205
|
normalize-package-data "^6"
|
|
9155
9206
|
semver "^7.6.3"
|
|
9156
|
-
sort-package-json "^2.
|
|
9207
|
+
sort-package-json "^2.14.0"
|
|
9157
9208
|
tiny-jsonc "^1.0.1"
|
|
9158
9209
|
validate-npm-package-name "^5.0.1"
|
|
9159
9210
|
|
|
@@ -9668,6 +9719,11 @@ picomatch@^3.0.1:
|
|
|
9668
9719
|
resolved "https://registry.npmjs.org/picomatch/-/picomatch-3.0.1.tgz"
|
|
9669
9720
|
integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==
|
|
9670
9721
|
|
|
9722
|
+
picomatch@^4.0.2:
|
|
9723
|
+
version "4.0.2"
|
|
9724
|
+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
|
|
9725
|
+
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
|
|
9726
|
+
|
|
9671
9727
|
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.2.0:
|
|
9672
9728
|
version "1.2.0"
|
|
9673
9729
|
resolved "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz"
|
|
@@ -9899,7 +9955,7 @@ proto-list@~1.2.1:
|
|
|
9899
9955
|
resolved "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz"
|
|
9900
9956
|
integrity sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==
|
|
9901
9957
|
|
|
9902
|
-
proxy-agent@^6.5.0:
|
|
9958
|
+
proxy-agent@^6.4.0, proxy-agent@^6.5.0:
|
|
9903
9959
|
version "6.5.0"
|
|
9904
9960
|
resolved "https://registry.yarnpkg.com/proxy-agent/-/proxy-agent-6.5.0.tgz#9e49acba8e4ee234aacb539f89ed9c23d02f232d"
|
|
9905
9961
|
integrity sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==
|
|
@@ -10680,11 +10736,6 @@ slash@^3.0.0:
|
|
|
10680
10736
|
resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz"
|
|
10681
10737
|
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
|
|
10682
10738
|
|
|
10683
|
-
slash@^4.0.0:
|
|
10684
|
-
version "4.0.0"
|
|
10685
|
-
resolved "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz"
|
|
10686
|
-
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
|
|
10687
|
-
|
|
10688
10739
|
slash@^5.1.0:
|
|
10689
10740
|
version "5.1.0"
|
|
10690
10741
|
resolved "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz"
|
|
@@ -10764,19 +10815,19 @@ sort-object-keys@^1.1.3:
|
|
|
10764
10815
|
resolved "https://registry.npmjs.org/sort-object-keys/-/sort-object-keys-1.1.3.tgz"
|
|
10765
10816
|
integrity sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==
|
|
10766
10817
|
|
|
10767
|
-
sort-package-json@^2.
|
|
10768
|
-
version "2.
|
|
10769
|
-
resolved "https://registry.
|
|
10770
|
-
integrity sha512-
|
|
10818
|
+
sort-package-json@^2.14.0:
|
|
10819
|
+
version "2.14.0"
|
|
10820
|
+
resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-2.14.0.tgz#ba0c7420dc6edea4b0eb7e9f502fda63f57586d8"
|
|
10821
|
+
integrity sha512-xBRdmMjFB/KW3l51mP31dhlaiFmqkHLfWTfZAno8prb/wbDxwBPWFpxB16GZbiPbYr3wL41H8Kx22QIDWRe8WQ==
|
|
10771
10822
|
dependencies:
|
|
10772
10823
|
detect-indent "^7.0.1"
|
|
10773
10824
|
detect-newline "^4.0.0"
|
|
10774
10825
|
get-stdin "^9.0.0"
|
|
10775
10826
|
git-hooks-list "^3.0.0"
|
|
10776
|
-
globby "^13.1.2"
|
|
10777
10827
|
is-plain-obj "^4.1.0"
|
|
10778
10828
|
semver "^7.6.0"
|
|
10779
10829
|
sort-object-keys "^1.1.3"
|
|
10830
|
+
tinyglobby "^0.2.9"
|
|
10780
10831
|
|
|
10781
10832
|
source-map-support@^0.5.21:
|
|
10782
10833
|
version "0.5.21"
|
|
@@ -11287,6 +11338,14 @@ tiny-jsonc@^1.0.1:
|
|
|
11287
11338
|
resolved "https://registry.npmjs.org/tiny-jsonc/-/tiny-jsonc-1.0.1.tgz"
|
|
11288
11339
|
integrity sha512-ik6BCxzva9DoiEfDX/li0L2cWKPPENYvixUprFdl3YPi4bZZUhDnNI9YUkacrv+uIG90dnxR5mNqaoD6UhD6Bw==
|
|
11289
11340
|
|
|
11341
|
+
tinyglobby@^0.2.9:
|
|
11342
|
+
version "0.2.10"
|
|
11343
|
+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.10.tgz#e712cf2dc9b95a1f5c5bbd159720e15833977a0f"
|
|
11344
|
+
integrity sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==
|
|
11345
|
+
dependencies:
|
|
11346
|
+
fdir "^6.4.2"
|
|
11347
|
+
picomatch "^4.0.2"
|
|
11348
|
+
|
|
11290
11349
|
tldts-core@^6.1.50:
|
|
11291
11350
|
version "6.1.50"
|
|
11292
11351
|
resolved "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.50.tgz"
|
|
@@ -11621,6 +11680,11 @@ typical@^6.0.1:
|
|
|
11621
11680
|
resolved "https://registry.npmjs.org/typical/-/typical-6.0.1.tgz"
|
|
11622
11681
|
integrity sha512-+g3NEp7fJLe9DPa1TArHm9QAA7YciZmWnfAqEaFrBihQ7epOv9i99rjtgb6Iz0wh3WuQDjsCTDfgRoGnmHN81A==
|
|
11623
11682
|
|
|
11683
|
+
uglify-js@^3.1.4:
|
|
11684
|
+
version "3.19.3"
|
|
11685
|
+
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.19.3.tgz#82315e9bbc6f2b25888858acd1fff8441035b77f"
|
|
11686
|
+
integrity sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==
|
|
11687
|
+
|
|
11624
11688
|
unbox-primitive@^1.0.2:
|
|
11625
11689
|
version "1.0.2"
|
|
11626
11690
|
resolved "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz"
|
|
@@ -12205,6 +12269,11 @@ yallist@^5.0.0:
|
|
|
12205
12269
|
resolved "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz"
|
|
12206
12270
|
integrity sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==
|
|
12207
12271
|
|
|
12272
|
+
yaml@^2.6.1:
|
|
12273
|
+
version "2.7.0"
|
|
12274
|
+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.7.0.tgz#aef9bb617a64c937a9a748803786ad8d3ffe1e98"
|
|
12275
|
+
integrity sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==
|
|
12276
|
+
|
|
12208
12277
|
yargs-parser@20.2.4:
|
|
12209
12278
|
version "20.2.4"
|
|
12210
12279
|
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz"
|