@salesforce/plugin-release-management 5.7.114 → 5.8.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/README.md +16 -16
- package/lib/commands/cli/release/build.js +4 -2
- package/lib/commands/cli/release/build.js.map +1 -1
- package/lib/package.d.ts +1 -0
- package/lib/package.js +10 -1
- package/lib/package.js.map +1 -1
- package/npm-shrinkwrap.json +113 -113
- package/oclif.lock +132 -132
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -145,7 +145,7 @@ EXAMPLES
|
|
|
145
145
|
$ sfdx channel promote --candidate latest-rc --target latest --platform win --platform mac
|
|
146
146
|
```
|
|
147
147
|
|
|
148
|
-
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.
|
|
148
|
+
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.0/src/commands/channel/promote.ts)_
|
|
149
149
|
|
|
150
150
|
## `sfdx cli artifacts compare`
|
|
151
151
|
|
|
@@ -169,7 +169,7 @@ EXAMPLES
|
|
|
169
169
|
$ sfdx cli artifacts compare
|
|
170
170
|
```
|
|
171
171
|
|
|
172
|
-
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.
|
|
172
|
+
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.0/src/commands/cli/artifacts/compare.ts)_
|
|
173
173
|
|
|
174
174
|
## `sfdx cli install jit test`
|
|
175
175
|
|
|
@@ -190,7 +190,7 @@ EXAMPLES
|
|
|
190
190
|
$ sfdx cli install jit test
|
|
191
191
|
```
|
|
192
192
|
|
|
193
|
-
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.
|
|
193
|
+
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.0/src/commands/cli/install/jit/test.ts)_
|
|
194
194
|
|
|
195
195
|
## `sfdx cli install test`
|
|
196
196
|
|
|
@@ -231,7 +231,7 @@ EXAMPLES
|
|
|
231
231
|
$ sfdx cli install test --cli sf --method tarball --channel stable-rc
|
|
232
232
|
```
|
|
233
233
|
|
|
234
|
-
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.
|
|
234
|
+
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.0/src/commands/cli/install/test.ts)_
|
|
235
235
|
|
|
236
236
|
## `sfdx cli release automerge`
|
|
237
237
|
|
|
@@ -262,7 +262,7 @@ EXAMPLES
|
|
|
262
262
|
$ sfdx cli release automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
|
|
263
263
|
```
|
|
264
264
|
|
|
265
|
-
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.
|
|
265
|
+
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.0/src/commands/cli/release/automerge.ts)_
|
|
266
266
|
|
|
267
267
|
## `sfdx cli release build`
|
|
268
268
|
|
|
@@ -325,7 +325,7 @@ EXAMPLES
|
|
|
325
325
|
$ sfdx cli release build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3
|
|
326
326
|
```
|
|
327
327
|
|
|
328
|
-
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.
|
|
328
|
+
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.0/src/commands/cli/release/build.ts)_
|
|
329
329
|
|
|
330
330
|
## `sfdx cli releasenotes`
|
|
331
331
|
|
|
@@ -366,7 +366,7 @@ EXAMPLES
|
|
|
366
366
|
$ sfdx cli releasenotes --cli sf --markdown > changes.md
|
|
367
367
|
```
|
|
368
368
|
|
|
369
|
-
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.
|
|
369
|
+
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.0/src/commands/cli/releasenotes.ts)_
|
|
370
370
|
|
|
371
371
|
## `sfdx cli tarballs prepare`
|
|
372
372
|
|
|
@@ -394,7 +394,7 @@ EXAMPLES
|
|
|
394
394
|
$ sfdx cli tarballs prepare
|
|
395
395
|
```
|
|
396
396
|
|
|
397
|
-
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.
|
|
397
|
+
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.0/src/commands/cli/tarballs/prepare.ts)_
|
|
398
398
|
|
|
399
399
|
## `sfdx cli tarballs smoke`
|
|
400
400
|
|
|
@@ -424,7 +424,7 @@ EXAMPLES
|
|
|
424
424
|
$ sfdx cli tarballs smoke
|
|
425
425
|
```
|
|
426
426
|
|
|
427
|
-
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.
|
|
427
|
+
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.0/src/commands/cli/tarballs/smoke.ts)_
|
|
428
428
|
|
|
429
429
|
## `sfdx cli tarballs verify`
|
|
430
430
|
|
|
@@ -456,7 +456,7 @@ EXAMPLES
|
|
|
456
456
|
$ sfdx cli tarballs verify --cli sf
|
|
457
457
|
```
|
|
458
458
|
|
|
459
|
-
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.
|
|
459
|
+
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.0/src/commands/cli/tarballs/verify.ts)_
|
|
460
460
|
|
|
461
461
|
## `sfdx cli versions inspect`
|
|
462
462
|
|
|
@@ -508,7 +508,7 @@ EXAMPLES
|
|
|
508
508
|
$ sfdx cli versions inspect -l npm -c latest -d chalk -s
|
|
509
509
|
```
|
|
510
510
|
|
|
511
|
-
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.
|
|
511
|
+
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.0/src/commands/cli/versions/inspect.ts)_
|
|
512
512
|
|
|
513
513
|
## `sfdx dependabot automerge`
|
|
514
514
|
|
|
@@ -548,7 +548,7 @@ EXAMPLES
|
|
|
548
548
|
$ sfdx dependabot automerge --max-version-bump major
|
|
549
549
|
```
|
|
550
550
|
|
|
551
|
-
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.
|
|
551
|
+
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.0/src/commands/dependabot/automerge.ts)_
|
|
552
552
|
|
|
553
553
|
## `sfdx github check closed`
|
|
554
554
|
|
|
@@ -575,7 +575,7 @@ EXAMPLES
|
|
|
575
575
|
$ sfdx github check closed -o me@gus.com
|
|
576
576
|
```
|
|
577
577
|
|
|
578
|
-
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.
|
|
578
|
+
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.0/src/commands/github/check/closed.ts)_
|
|
579
579
|
|
|
580
580
|
## `sfdx npm dependencies pin`
|
|
581
581
|
|
|
@@ -601,7 +601,7 @@ DESCRIPTION
|
|
|
601
601
|
in the package.json
|
|
602
602
|
```
|
|
603
603
|
|
|
604
|
-
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.
|
|
604
|
+
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.0/src/commands/npm/dependencies/pin.ts)_
|
|
605
605
|
|
|
606
606
|
## `sfdx npm package release`
|
|
607
607
|
|
|
@@ -633,7 +633,7 @@ DESCRIPTION
|
|
|
633
633
|
publish npm package
|
|
634
634
|
```
|
|
635
635
|
|
|
636
|
-
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.
|
|
636
|
+
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.0/src/commands/npm/package/release.ts)_
|
|
637
637
|
|
|
638
638
|
## `sfdx plugins trust verify`
|
|
639
639
|
|
|
@@ -701,6 +701,6 @@ EXAMPLES
|
|
|
701
701
|
$ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
|
|
702
702
|
```
|
|
703
703
|
|
|
704
|
-
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.
|
|
704
|
+
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.0/src/commands/repositories/index.ts)_
|
|
705
705
|
|
|
706
706
|
<!-- commandsstop -->
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import { promisify } from 'node:util';
|
|
8
8
|
import { exec as execSync } from 'node:child_process';
|
|
9
|
-
import {
|
|
9
|
+
import { Flags, SfCommand, Ux } from '@salesforce/sf-plugins-core';
|
|
10
10
|
import { ensureString } from '@salesforce/ts-types';
|
|
11
11
|
import { Env } from '@salesforce/kit';
|
|
12
12
|
import { Octokit } from '@octokit/core';
|
|
@@ -47,8 +47,10 @@ export default class build extends SfCommand {
|
|
|
47
47
|
default: true,
|
|
48
48
|
allowNo: true,
|
|
49
49
|
}),
|
|
50
|
-
only:
|
|
50
|
+
only: Flags.string({
|
|
51
51
|
summary: messages.getMessage('flags.only.summary'),
|
|
52
|
+
multiple: true,
|
|
53
|
+
delimiter: ',',
|
|
52
54
|
}),
|
|
53
55
|
'pinned-deps': Flags.boolean({
|
|
54
56
|
summary: messages.getMessage('flags.pinned-deps.summary'),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build.js","sourceRoot":"","sources":["../../../../src/commands/cli/release/build.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AACtC,OAAO,EAAE,IAAI,IAAI,QAAQ,EAAiB,MAAM,oBAAoB,CAAC;AACrE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"build.js","sourceRoot":"","sources":["../../../../src/commands/cli/release/build.ts"],"names":[],"mappings":"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"}
|
package/lib/package.d.ts
CHANGED
package/lib/package.js
CHANGED
|
@@ -134,8 +134,9 @@ export class Package extends AsyncOptionalCreatable {
|
|
|
134
134
|
const jitPlugins = this.packageJson.oclif?.jitPlugins ?? {};
|
|
135
135
|
// find dependency in package.json (could be an npm alias)
|
|
136
136
|
const depInfo = this.getDependencyInfo(name, { ...dependencies, ...resolutions, ...jitPlugins });
|
|
137
|
+
const shouldPin = this.shouldPinDependency(depInfo.packageName);
|
|
137
138
|
// if a version is not provided, we'll look up the "latest" version
|
|
138
|
-
depInfo.finalVersion = version ?? this.getDistTags(depInfo.packageName).latest
|
|
139
|
+
depInfo.finalVersion = `${shouldPin ? '' : '^'}${version ?? this.getDistTags(depInfo.packageName).latest}`;
|
|
139
140
|
// return if version did not change
|
|
140
141
|
if (depInfo.currentVersion === depInfo.finalVersion)
|
|
141
142
|
return;
|
|
@@ -238,6 +239,14 @@ export class Package extends AsyncOptionalCreatable {
|
|
|
238
239
|
'dist-tags': {},
|
|
239
240
|
};
|
|
240
241
|
}
|
|
242
|
+
shouldPinDependency(dependencyName) {
|
|
243
|
+
const pinnedDependencies = this.packageJson.pinnedDependencies ?? [];
|
|
244
|
+
const jitDependencies = this.packageJson.oclif?.jitPlugins
|
|
245
|
+
? Object.keys(this.packageJson.oclif.jitPlugins)
|
|
246
|
+
: [];
|
|
247
|
+
const dependenciesThatShouldBePinned = [...pinnedDependencies, ...jitDependencies];
|
|
248
|
+
return dependenciesThatShouldBePinned.includes(dependencyName);
|
|
249
|
+
}
|
|
241
250
|
}
|
|
242
251
|
const getNameAndTag = (plugin) => {
|
|
243
252
|
const tagRegex = /(?<=(^@.*?)@)(.*?)$/;
|
package/lib/package.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"package.js","sourceRoot":"","sources":["../src/package.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"package.js","sourceRoot":"","sources":["../src/package.ts"],"names":[],"mappings":"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"}
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.8.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-release-management",
|
|
9
|
-
"version": "5.
|
|
9
|
+
"version": "5.8.0",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@aws-sdk/client-s3": "^3.
|
|
12
|
+
"@aws-sdk/client-s3": "^3.1019.0",
|
|
13
13
|
"@oclif/core": "^4.10.1",
|
|
14
14
|
"@octokit/core": "^6.1.6",
|
|
15
15
|
"@octokit/plugin-paginate-rest": "^11.6.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"sf-release": "bin/run.js"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
41
|
+
"@oclif/plugin-command-snapshot": "^5.3.13",
|
|
42
42
|
"@salesforce/dev-scripts": "^10.2.4",
|
|
43
43
|
"@salesforce/ts-sinon": "^1.4.31",
|
|
44
44
|
"@types/semver": "^7.7.0",
|
|
@@ -358,32 +358,32 @@
|
|
|
358
358
|
}
|
|
359
359
|
},
|
|
360
360
|
"node_modules/@aws-sdk/client-s3": {
|
|
361
|
-
"version": "3.
|
|
362
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.
|
|
363
|
-
"integrity": "sha512-
|
|
361
|
+
"version": "3.1019.0",
|
|
362
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.1019.0.tgz",
|
|
363
|
+
"integrity": "sha512-0pb9x7PPhS4oEi4c0rL3vzQQoXA4cWKtPuGga/UfVYLZ68yrqdq0NDKg0fr55qzdhNvWFCpmGx73g9Iyy03kkA==",
|
|
364
364
|
"license": "Apache-2.0",
|
|
365
365
|
"dependencies": {
|
|
366
366
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
367
367
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
368
368
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
369
|
-
"@aws-sdk/core": "^3.973.
|
|
370
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
369
|
+
"@aws-sdk/core": "^3.973.25",
|
|
370
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
371
371
|
"@aws-sdk/middleware-bucket-endpoint": "^3.972.8",
|
|
372
372
|
"@aws-sdk/middleware-expect-continue": "^3.972.8",
|
|
373
|
-
"@aws-sdk/middleware-flexible-checksums": "^3.974.
|
|
373
|
+
"@aws-sdk/middleware-flexible-checksums": "^3.974.5",
|
|
374
374
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
375
375
|
"@aws-sdk/middleware-location-constraint": "^3.972.8",
|
|
376
376
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
377
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
378
|
-
"@aws-sdk/middleware-sdk-s3": "^3.972.
|
|
377
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
378
|
+
"@aws-sdk/middleware-sdk-s3": "^3.972.26",
|
|
379
379
|
"@aws-sdk/middleware-ssec": "^3.972.8",
|
|
380
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
381
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
382
|
-
"@aws-sdk/signature-v4-multi-region": "^3.996.
|
|
380
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
381
|
+
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
382
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.14",
|
|
383
383
|
"@aws-sdk/types": "^3.973.6",
|
|
384
384
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
385
385
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
386
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
386
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
387
387
|
"@smithy/config-resolver": "^4.4.13",
|
|
388
388
|
"@smithy/core": "^3.23.12",
|
|
389
389
|
"@smithy/eventstream-serde-browser": "^4.2.12",
|
|
@@ -424,13 +424,13 @@
|
|
|
424
424
|
}
|
|
425
425
|
},
|
|
426
426
|
"node_modules/@aws-sdk/core": {
|
|
427
|
-
"version": "3.973.
|
|
428
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.973.
|
|
429
|
-
"integrity": "sha512-
|
|
427
|
+
"version": "3.973.25",
|
|
428
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.973.25.tgz",
|
|
429
|
+
"integrity": "sha512-TNrx7eq6nKNOO62HWPqoBqPLXEkW6nLZQGwjL6lq1jZtigWYbK1NbCnT7mKDzbLMHZfuOECUt3n6CzxjUW9HWQ==",
|
|
430
430
|
"license": "Apache-2.0",
|
|
431
431
|
"dependencies": {
|
|
432
432
|
"@aws-sdk/types": "^3.973.6",
|
|
433
|
-
"@aws-sdk/xml-builder": "^3.972.
|
|
433
|
+
"@aws-sdk/xml-builder": "^3.972.16",
|
|
434
434
|
"@smithy/core": "^3.23.12",
|
|
435
435
|
"@smithy/node-config-provider": "^4.3.12",
|
|
436
436
|
"@smithy/property-provider": "^4.2.12",
|
|
@@ -461,12 +461,12 @@
|
|
|
461
461
|
}
|
|
462
462
|
},
|
|
463
463
|
"node_modules/@aws-sdk/credential-provider-env": {
|
|
464
|
-
"version": "3.972.
|
|
465
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.
|
|
466
|
-
"integrity": "sha512-
|
|
464
|
+
"version": "3.972.23",
|
|
465
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.23.tgz",
|
|
466
|
+
"integrity": "sha512-EamaclJcCEaPHp6wiVknNMM2RlsPMjAHSsYSFLNENBM8Wz92QPc6cOn3dif6vPDQt0Oo4IEghDy3NMDCzY/IvA==",
|
|
467
467
|
"license": "Apache-2.0",
|
|
468
468
|
"dependencies": {
|
|
469
|
-
"@aws-sdk/core": "^3.973.
|
|
469
|
+
"@aws-sdk/core": "^3.973.25",
|
|
470
470
|
"@aws-sdk/types": "^3.973.6",
|
|
471
471
|
"@smithy/property-provider": "^4.2.12",
|
|
472
472
|
"@smithy/types": "^4.13.1",
|
|
@@ -477,12 +477,12 @@
|
|
|
477
477
|
}
|
|
478
478
|
},
|
|
479
479
|
"node_modules/@aws-sdk/credential-provider-http": {
|
|
480
|
-
"version": "3.972.
|
|
481
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.
|
|
482
|
-
"integrity": "sha512-
|
|
480
|
+
"version": "3.972.25",
|
|
481
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.25.tgz",
|
|
482
|
+
"integrity": "sha512-qPymamdPcLp6ugoVocG1y5r69ScNiRzb0hogX25/ij+Wz7c7WnsgjLTaz7+eB5BfRxeyUwuw5hgULMuwOGOpcw==",
|
|
483
483
|
"license": "Apache-2.0",
|
|
484
484
|
"dependencies": {
|
|
485
|
-
"@aws-sdk/core": "^3.973.
|
|
485
|
+
"@aws-sdk/core": "^3.973.25",
|
|
486
486
|
"@aws-sdk/types": "^3.973.6",
|
|
487
487
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
488
488
|
"@smithy/node-http-handler": "^4.5.0",
|
|
@@ -498,19 +498,19 @@
|
|
|
498
498
|
}
|
|
499
499
|
},
|
|
500
500
|
"node_modules/@aws-sdk/credential-provider-ini": {
|
|
501
|
-
"version": "3.972.
|
|
502
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.
|
|
503
|
-
"integrity": "sha512-
|
|
501
|
+
"version": "3.972.26",
|
|
502
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.26.tgz",
|
|
503
|
+
"integrity": "sha512-xKxEAMuP6GYx2y5GET+d3aGEroax3AgGfwBE65EQAUe090lzyJ/RzxPX9s8v7Z6qAk0XwfQl+LrmH05X7YvTeg==",
|
|
504
504
|
"license": "Apache-2.0",
|
|
505
505
|
"dependencies": {
|
|
506
|
-
"@aws-sdk/core": "^3.973.
|
|
507
|
-
"@aws-sdk/credential-provider-env": "^3.972.
|
|
508
|
-
"@aws-sdk/credential-provider-http": "^3.972.
|
|
509
|
-
"@aws-sdk/credential-provider-login": "^3.972.
|
|
510
|
-
"@aws-sdk/credential-provider-process": "^3.972.
|
|
511
|
-
"@aws-sdk/credential-provider-sso": "^3.972.
|
|
512
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.
|
|
513
|
-
"@aws-sdk/nested-clients": "^3.996.
|
|
506
|
+
"@aws-sdk/core": "^3.973.25",
|
|
507
|
+
"@aws-sdk/credential-provider-env": "^3.972.23",
|
|
508
|
+
"@aws-sdk/credential-provider-http": "^3.972.25",
|
|
509
|
+
"@aws-sdk/credential-provider-login": "^3.972.26",
|
|
510
|
+
"@aws-sdk/credential-provider-process": "^3.972.23",
|
|
511
|
+
"@aws-sdk/credential-provider-sso": "^3.972.26",
|
|
512
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.26",
|
|
513
|
+
"@aws-sdk/nested-clients": "^3.996.16",
|
|
514
514
|
"@aws-sdk/types": "^3.973.6",
|
|
515
515
|
"@smithy/credential-provider-imds": "^4.2.12",
|
|
516
516
|
"@smithy/property-provider": "^4.2.12",
|
|
@@ -523,13 +523,13 @@
|
|
|
523
523
|
}
|
|
524
524
|
},
|
|
525
525
|
"node_modules/@aws-sdk/credential-provider-login": {
|
|
526
|
-
"version": "3.972.
|
|
527
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.
|
|
528
|
-
"integrity": "sha512-
|
|
526
|
+
"version": "3.972.26",
|
|
527
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.26.tgz",
|
|
528
|
+
"integrity": "sha512-EFcM8RM3TUxnZOfMJo++3PnyxFu1fL/huzmn3Vh+8IWRgqZawUD3cRwwOr+/4bE9DpyHaLOWFAjY0lfK5X9ZkQ==",
|
|
529
529
|
"license": "Apache-2.0",
|
|
530
530
|
"dependencies": {
|
|
531
|
-
"@aws-sdk/core": "^3.973.
|
|
532
|
-
"@aws-sdk/nested-clients": "^3.996.
|
|
531
|
+
"@aws-sdk/core": "^3.973.25",
|
|
532
|
+
"@aws-sdk/nested-clients": "^3.996.16",
|
|
533
533
|
"@aws-sdk/types": "^3.973.6",
|
|
534
534
|
"@smithy/property-provider": "^4.2.12",
|
|
535
535
|
"@smithy/protocol-http": "^5.3.12",
|
|
@@ -542,17 +542,17 @@
|
|
|
542
542
|
}
|
|
543
543
|
},
|
|
544
544
|
"node_modules/@aws-sdk/credential-provider-node": {
|
|
545
|
-
"version": "3.972.
|
|
546
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.
|
|
547
|
-
"integrity": "sha512-
|
|
545
|
+
"version": "3.972.27",
|
|
546
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.27.tgz",
|
|
547
|
+
"integrity": "sha512-jXpxSolfFnPVj6GCTtx3xIdWNoDR7hYC/0SbetGZxOC9UnNmipHeX1k6spVstf7eWJrMhXNQEgXC0pD1r5tXIg==",
|
|
548
548
|
"license": "Apache-2.0",
|
|
549
549
|
"dependencies": {
|
|
550
|
-
"@aws-sdk/credential-provider-env": "^3.972.
|
|
551
|
-
"@aws-sdk/credential-provider-http": "^3.972.
|
|
552
|
-
"@aws-sdk/credential-provider-ini": "^3.972.
|
|
553
|
-
"@aws-sdk/credential-provider-process": "^3.972.
|
|
554
|
-
"@aws-sdk/credential-provider-sso": "^3.972.
|
|
555
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.
|
|
550
|
+
"@aws-sdk/credential-provider-env": "^3.972.23",
|
|
551
|
+
"@aws-sdk/credential-provider-http": "^3.972.25",
|
|
552
|
+
"@aws-sdk/credential-provider-ini": "^3.972.26",
|
|
553
|
+
"@aws-sdk/credential-provider-process": "^3.972.23",
|
|
554
|
+
"@aws-sdk/credential-provider-sso": "^3.972.26",
|
|
555
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.26",
|
|
556
556
|
"@aws-sdk/types": "^3.973.6",
|
|
557
557
|
"@smithy/credential-provider-imds": "^4.2.12",
|
|
558
558
|
"@smithy/property-provider": "^4.2.12",
|
|
@@ -565,12 +565,12 @@
|
|
|
565
565
|
}
|
|
566
566
|
},
|
|
567
567
|
"node_modules/@aws-sdk/credential-provider-process": {
|
|
568
|
-
"version": "3.972.
|
|
569
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.
|
|
570
|
-
"integrity": "sha512-
|
|
568
|
+
"version": "3.972.23",
|
|
569
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.23.tgz",
|
|
570
|
+
"integrity": "sha512-IL/TFW59++b7MpHserjUblGrdP5UXy5Ekqqx1XQkERXBFJcZr74I7VaSrQT5dxdRMU16xGK4L0RQ5fQG1pMgnA==",
|
|
571
571
|
"license": "Apache-2.0",
|
|
572
572
|
"dependencies": {
|
|
573
|
-
"@aws-sdk/core": "^3.973.
|
|
573
|
+
"@aws-sdk/core": "^3.973.25",
|
|
574
574
|
"@aws-sdk/types": "^3.973.6",
|
|
575
575
|
"@smithy/property-provider": "^4.2.12",
|
|
576
576
|
"@smithy/shared-ini-file-loader": "^4.4.7",
|
|
@@ -582,14 +582,14 @@
|
|
|
582
582
|
}
|
|
583
583
|
},
|
|
584
584
|
"node_modules/@aws-sdk/credential-provider-sso": {
|
|
585
|
-
"version": "3.972.
|
|
586
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.
|
|
587
|
-
"integrity": "sha512-
|
|
585
|
+
"version": "3.972.26",
|
|
586
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.26.tgz",
|
|
587
|
+
"integrity": "sha512-c6ghvRb6gTlMznWhGxn/bpVCcp0HRaz4DobGVD9kI4vwHq186nU2xN/S7QGkm0lo0H2jQU8+dgpUFLxfTcwCOg==",
|
|
588
588
|
"license": "Apache-2.0",
|
|
589
589
|
"dependencies": {
|
|
590
|
-
"@aws-sdk/core": "^3.973.
|
|
591
|
-
"@aws-sdk/nested-clients": "^3.996.
|
|
592
|
-
"@aws-sdk/token-providers": "3.
|
|
590
|
+
"@aws-sdk/core": "^3.973.25",
|
|
591
|
+
"@aws-sdk/nested-clients": "^3.996.16",
|
|
592
|
+
"@aws-sdk/token-providers": "3.1019.0",
|
|
593
593
|
"@aws-sdk/types": "^3.973.6",
|
|
594
594
|
"@smithy/property-provider": "^4.2.12",
|
|
595
595
|
"@smithy/shared-ini-file-loader": "^4.4.7",
|
|
@@ -601,13 +601,13 @@
|
|
|
601
601
|
}
|
|
602
602
|
},
|
|
603
603
|
"node_modules/@aws-sdk/credential-provider-web-identity": {
|
|
604
|
-
"version": "3.972.
|
|
605
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.
|
|
606
|
-
"integrity": "sha512-
|
|
604
|
+
"version": "3.972.26",
|
|
605
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.26.tgz",
|
|
606
|
+
"integrity": "sha512-cXcS3+XD3iwhoXkM44AmxjmbcKueoLCINr1e+IceMmCySda5ysNIfiGBGe9qn5EMiQ9Jd7pP0AGFtcd6OV3Lvg==",
|
|
607
607
|
"license": "Apache-2.0",
|
|
608
608
|
"dependencies": {
|
|
609
|
-
"@aws-sdk/core": "^3.973.
|
|
610
|
-
"@aws-sdk/nested-clients": "^3.996.
|
|
609
|
+
"@aws-sdk/core": "^3.973.25",
|
|
610
|
+
"@aws-sdk/nested-clients": "^3.996.16",
|
|
611
611
|
"@aws-sdk/types": "^3.973.6",
|
|
612
612
|
"@smithy/property-provider": "^4.2.12",
|
|
613
613
|
"@smithy/shared-ini-file-loader": "^4.4.7",
|
|
@@ -652,15 +652,15 @@
|
|
|
652
652
|
}
|
|
653
653
|
},
|
|
654
654
|
"node_modules/@aws-sdk/middleware-flexible-checksums": {
|
|
655
|
-
"version": "3.974.
|
|
656
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.974.
|
|
657
|
-
"integrity": "sha512-
|
|
655
|
+
"version": "3.974.5",
|
|
656
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.974.5.tgz",
|
|
657
|
+
"integrity": "sha512-SPSvF0G1t8m8CcB0L+ClNFszzQOvXaxmRj25oRWDf6aU+TuN2PXPFAJ9A6lt1IvX4oGAqqbTdMPTYs/SSHUYYQ==",
|
|
658
658
|
"license": "Apache-2.0",
|
|
659
659
|
"dependencies": {
|
|
660
660
|
"@aws-crypto/crc32": "5.2.0",
|
|
661
661
|
"@aws-crypto/crc32c": "5.2.0",
|
|
662
662
|
"@aws-crypto/util": "5.2.0",
|
|
663
|
-
"@aws-sdk/core": "^3.973.
|
|
663
|
+
"@aws-sdk/core": "^3.973.25",
|
|
664
664
|
"@aws-sdk/crc64-nvme": "^3.972.5",
|
|
665
665
|
"@aws-sdk/types": "^3.973.6",
|
|
666
666
|
"@smithy/is-array-buffer": "^4.2.2",
|
|
@@ -720,9 +720,9 @@
|
|
|
720
720
|
}
|
|
721
721
|
},
|
|
722
722
|
"node_modules/@aws-sdk/middleware-recursion-detection": {
|
|
723
|
-
"version": "3.972.
|
|
724
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.972.
|
|
725
|
-
"integrity": "sha512
|
|
723
|
+
"version": "3.972.9",
|
|
724
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.972.9.tgz",
|
|
725
|
+
"integrity": "sha512-/Wt5+CT8dpTFQxEJ9iGy/UGrXr7p2wlIOEHvIr/YcHYByzoLjrqkYqXdJjd9UIgWjv7eqV2HnFJen93UTuwfTQ==",
|
|
726
726
|
"license": "Apache-2.0",
|
|
727
727
|
"dependencies": {
|
|
728
728
|
"@aws-sdk/types": "^3.973.6",
|
|
@@ -736,12 +736,12 @@
|
|
|
736
736
|
}
|
|
737
737
|
},
|
|
738
738
|
"node_modules/@aws-sdk/middleware-sdk-s3": {
|
|
739
|
-
"version": "3.972.
|
|
740
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.972.
|
|
741
|
-
"integrity": "sha512-
|
|
739
|
+
"version": "3.972.26",
|
|
740
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.972.26.tgz",
|
|
741
|
+
"integrity": "sha512-5q7UGSTtt7/KF0Os8wj2VZtlLxeWJVb0e2eDrDJlWot2EIxUNKDDMPFq/FowUqrwZ40rO2bu6BypxaKNvQhI+g==",
|
|
742
742
|
"license": "Apache-2.0",
|
|
743
743
|
"dependencies": {
|
|
744
|
-
"@aws-sdk/core": "^3.973.
|
|
744
|
+
"@aws-sdk/core": "^3.973.25",
|
|
745
745
|
"@aws-sdk/types": "^3.973.6",
|
|
746
746
|
"@aws-sdk/util-arn-parser": "^3.972.3",
|
|
747
747
|
"@smithy/core": "^3.23.12",
|
|
@@ -775,12 +775,12 @@
|
|
|
775
775
|
}
|
|
776
776
|
},
|
|
777
777
|
"node_modules/@aws-sdk/middleware-user-agent": {
|
|
778
|
-
"version": "3.972.
|
|
779
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.972.
|
|
780
|
-
"integrity": "sha512-
|
|
778
|
+
"version": "3.972.26",
|
|
779
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.972.26.tgz",
|
|
780
|
+
"integrity": "sha512-AilFIh4rI/2hKyyGN6XrB0yN96W2o7e7wyrPWCM6QjZM1mcC/pVkW3IWWRvuBWMpVP8Fg+rMpbzeLQ6dTM4gig==",
|
|
781
781
|
"license": "Apache-2.0",
|
|
782
782
|
"dependencies": {
|
|
783
|
-
"@aws-sdk/core": "^3.973.
|
|
783
|
+
"@aws-sdk/core": "^3.973.25",
|
|
784
784
|
"@aws-sdk/types": "^3.973.6",
|
|
785
785
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
786
786
|
"@smithy/core": "^3.23.12",
|
|
@@ -794,23 +794,23 @@
|
|
|
794
794
|
}
|
|
795
795
|
},
|
|
796
796
|
"node_modules/@aws-sdk/nested-clients": {
|
|
797
|
-
"version": "3.996.
|
|
798
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.996.
|
|
799
|
-
"integrity": "sha512-
|
|
797
|
+
"version": "3.996.16",
|
|
798
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.996.16.tgz",
|
|
799
|
+
"integrity": "sha512-L7Qzoj/qQU1cL5GnYLQP5LbI+wlLCLoINvcykR3htKcQ4tzrPf2DOs72x933BM7oArYj1SKrkb2lGlsJHIic3g==",
|
|
800
800
|
"license": "Apache-2.0",
|
|
801
801
|
"dependencies": {
|
|
802
802
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
803
803
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
804
|
-
"@aws-sdk/core": "^3.973.
|
|
804
|
+
"@aws-sdk/core": "^3.973.25",
|
|
805
805
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
806
806
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
807
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
808
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
809
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
807
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
808
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
809
|
+
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
810
810
|
"@aws-sdk/types": "^3.973.6",
|
|
811
811
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
812
812
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
813
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
813
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
814
814
|
"@smithy/config-resolver": "^4.4.13",
|
|
815
815
|
"@smithy/core": "^3.23.12",
|
|
816
816
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -843,9 +843,9 @@
|
|
|
843
843
|
}
|
|
844
844
|
},
|
|
845
845
|
"node_modules/@aws-sdk/region-config-resolver": {
|
|
846
|
-
"version": "3.972.
|
|
847
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.972.
|
|
848
|
-
"integrity": "sha512-
|
|
846
|
+
"version": "3.972.10",
|
|
847
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.972.10.tgz",
|
|
848
|
+
"integrity": "sha512-1dq9ToC6e070QvnVhhbAs3bb5r6cQ10gTVc6cyRV5uvQe7P138TV2uG2i6+Yok4bAkVAcx5AqkTEBUvWEtBlsQ==",
|
|
849
849
|
"license": "Apache-2.0",
|
|
850
850
|
"dependencies": {
|
|
851
851
|
"@aws-sdk/types": "^3.973.6",
|
|
@@ -859,12 +859,12 @@
|
|
|
859
859
|
}
|
|
860
860
|
},
|
|
861
861
|
"node_modules/@aws-sdk/signature-v4-multi-region": {
|
|
862
|
-
"version": "3.996.
|
|
863
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.
|
|
864
|
-
"integrity": "sha512-
|
|
862
|
+
"version": "3.996.14",
|
|
863
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.14.tgz",
|
|
864
|
+
"integrity": "sha512-4nZSrBr1NO+48HCM/6BRU8mnRjuHZjcpziCvLXZk5QVftwWz5Mxqbhwdz4xf7WW88buaTB8uRO2MHklSX1m0vg==",
|
|
865
865
|
"license": "Apache-2.0",
|
|
866
866
|
"dependencies": {
|
|
867
|
-
"@aws-sdk/middleware-sdk-s3": "^3.972.
|
|
867
|
+
"@aws-sdk/middleware-sdk-s3": "^3.972.26",
|
|
868
868
|
"@aws-sdk/types": "^3.973.6",
|
|
869
869
|
"@smithy/protocol-http": "^5.3.12",
|
|
870
870
|
"@smithy/signature-v4": "^5.3.12",
|
|
@@ -876,13 +876,13 @@
|
|
|
876
876
|
}
|
|
877
877
|
},
|
|
878
878
|
"node_modules/@aws-sdk/token-providers": {
|
|
879
|
-
"version": "3.
|
|
880
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.
|
|
881
|
-
"integrity": "sha512-
|
|
879
|
+
"version": "3.1019.0",
|
|
880
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1019.0.tgz",
|
|
881
|
+
"integrity": "sha512-OF+2RfRmUKyjzrRWlDcyju3RBsuqcrYDQ8TwrJg8efcOotMzuZN4U9mpVTIdATpmEc4lWNZBMSjPzrGm6JPnAQ==",
|
|
882
882
|
"license": "Apache-2.0",
|
|
883
883
|
"dependencies": {
|
|
884
|
-
"@aws-sdk/core": "^3.973.
|
|
885
|
-
"@aws-sdk/nested-clients": "^3.996.
|
|
884
|
+
"@aws-sdk/core": "^3.973.25",
|
|
885
|
+
"@aws-sdk/nested-clients": "^3.996.16",
|
|
886
886
|
"@aws-sdk/types": "^3.973.6",
|
|
887
887
|
"@smithy/property-provider": "^4.2.12",
|
|
888
888
|
"@smithy/shared-ini-file-loader": "^4.4.7",
|
|
@@ -959,12 +959,12 @@
|
|
|
959
959
|
}
|
|
960
960
|
},
|
|
961
961
|
"node_modules/@aws-sdk/util-user-agent-node": {
|
|
962
|
-
"version": "3.973.
|
|
963
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.973.
|
|
964
|
-
"integrity": "sha512-
|
|
962
|
+
"version": "3.973.12",
|
|
963
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.973.12.tgz",
|
|
964
|
+
"integrity": "sha512-8phW0TS8ntENJgDcFewYT/Q8dOmarpvSxEjATu2GUBAutiHr++oEGCiBUwxslCMNvwW2cAPZNT53S/ym8zm/gg==",
|
|
965
965
|
"license": "Apache-2.0",
|
|
966
966
|
"dependencies": {
|
|
967
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
967
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
968
968
|
"@aws-sdk/types": "^3.973.6",
|
|
969
969
|
"@smithy/node-config-provider": "^4.3.12",
|
|
970
970
|
"@smithy/types": "^4.13.1",
|
|
@@ -984,9 +984,9 @@
|
|
|
984
984
|
}
|
|
985
985
|
},
|
|
986
986
|
"node_modules/@aws-sdk/xml-builder": {
|
|
987
|
-
"version": "3.972.
|
|
988
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.
|
|
989
|
-
"integrity": "sha512-
|
|
987
|
+
"version": "3.972.16",
|
|
988
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.16.tgz",
|
|
989
|
+
"integrity": "sha512-iu2pyvaqmeatIJLURLqx9D+4jKAdTH20ntzB6BFwjyN7V960r4jK32mx0Zf7YbtOYAbmbtQfDNuL60ONinyw7A==",
|
|
990
990
|
"license": "Apache-2.0",
|
|
991
991
|
"dependencies": {
|
|
992
992
|
"@smithy/types": "^4.13.1",
|
|
@@ -4180,9 +4180,9 @@
|
|
|
4180
4180
|
}
|
|
4181
4181
|
},
|
|
4182
4182
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
4183
|
-
"version": "5.3.
|
|
4184
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
4185
|
-
"integrity": "sha512-
|
|
4183
|
+
"version": "5.3.13",
|
|
4184
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.13.tgz",
|
|
4185
|
+
"integrity": "sha512-sT6ty30VM23zCou7YokdTTj1/pedL5TcBqDCG/FzoFwY3NUHaiwuiCyMsYnsSTOBEkdW5TW7afRTPaU53NCsjQ==",
|
|
4186
4186
|
"dev": true,
|
|
4187
4187
|
"license": "MIT",
|
|
4188
4188
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -199,32 +199,32 @@
|
|
|
199
199
|
"@smithy/util-waiter" "^4.2.13"
|
|
200
200
|
tslib "^2.6.2"
|
|
201
201
|
|
|
202
|
-
"@aws-sdk/client-s3@^3.
|
|
203
|
-
version "3.
|
|
204
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.
|
|
205
|
-
integrity sha512-
|
|
202
|
+
"@aws-sdk/client-s3@^3.1019.0":
|
|
203
|
+
version "3.1019.0"
|
|
204
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.1019.0.tgz#def01c292c064b0d982fdbb9371ef0ff4c59307a"
|
|
205
|
+
integrity sha512-0pb9x7PPhS4oEi4c0rL3vzQQoXA4cWKtPuGga/UfVYLZ68yrqdq0NDKg0fr55qzdhNvWFCpmGx73g9Iyy03kkA==
|
|
206
206
|
dependencies:
|
|
207
207
|
"@aws-crypto/sha1-browser" "5.2.0"
|
|
208
208
|
"@aws-crypto/sha256-browser" "5.2.0"
|
|
209
209
|
"@aws-crypto/sha256-js" "5.2.0"
|
|
210
|
-
"@aws-sdk/core" "^3.973.
|
|
211
|
-
"@aws-sdk/credential-provider-node" "^3.972.
|
|
210
|
+
"@aws-sdk/core" "^3.973.25"
|
|
211
|
+
"@aws-sdk/credential-provider-node" "^3.972.27"
|
|
212
212
|
"@aws-sdk/middleware-bucket-endpoint" "^3.972.8"
|
|
213
213
|
"@aws-sdk/middleware-expect-continue" "^3.972.8"
|
|
214
|
-
"@aws-sdk/middleware-flexible-checksums" "^3.974.
|
|
214
|
+
"@aws-sdk/middleware-flexible-checksums" "^3.974.5"
|
|
215
215
|
"@aws-sdk/middleware-host-header" "^3.972.8"
|
|
216
216
|
"@aws-sdk/middleware-location-constraint" "^3.972.8"
|
|
217
217
|
"@aws-sdk/middleware-logger" "^3.972.8"
|
|
218
|
-
"@aws-sdk/middleware-recursion-detection" "^3.972.
|
|
219
|
-
"@aws-sdk/middleware-sdk-s3" "^3.972.
|
|
218
|
+
"@aws-sdk/middleware-recursion-detection" "^3.972.9"
|
|
219
|
+
"@aws-sdk/middleware-sdk-s3" "^3.972.26"
|
|
220
220
|
"@aws-sdk/middleware-ssec" "^3.972.8"
|
|
221
|
-
"@aws-sdk/middleware-user-agent" "^3.972.
|
|
222
|
-
"@aws-sdk/region-config-resolver" "^3.972.
|
|
223
|
-
"@aws-sdk/signature-v4-multi-region" "^3.996.
|
|
221
|
+
"@aws-sdk/middleware-user-agent" "^3.972.26"
|
|
222
|
+
"@aws-sdk/region-config-resolver" "^3.972.10"
|
|
223
|
+
"@aws-sdk/signature-v4-multi-region" "^3.996.14"
|
|
224
224
|
"@aws-sdk/types" "^3.973.6"
|
|
225
225
|
"@aws-sdk/util-endpoints" "^3.996.5"
|
|
226
226
|
"@aws-sdk/util-user-agent-browser" "^3.972.8"
|
|
227
|
-
"@aws-sdk/util-user-agent-node" "^3.973.
|
|
227
|
+
"@aws-sdk/util-user-agent-node" "^3.973.12"
|
|
228
228
|
"@smithy/config-resolver" "^4.4.13"
|
|
229
229
|
"@smithy/core" "^3.23.12"
|
|
230
230
|
"@smithy/eventstream-serde-browser" "^4.2.12"
|
|
@@ -260,13 +260,13 @@
|
|
|
260
260
|
"@smithy/util-waiter" "^4.2.13"
|
|
261
261
|
tslib "^2.6.2"
|
|
262
262
|
|
|
263
|
-
"@aws-sdk/core@^3.973.20", "@aws-sdk/core@^3.973.
|
|
264
|
-
version "3.973.
|
|
265
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.973.
|
|
266
|
-
integrity sha512-
|
|
263
|
+
"@aws-sdk/core@^3.973.20", "@aws-sdk/core@^3.973.25":
|
|
264
|
+
version "3.973.25"
|
|
265
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.973.25.tgz#7fbfa463458c4b9e0d5d7b2f77d21e7a8a55fcf6"
|
|
266
|
+
integrity sha512-TNrx7eq6nKNOO62HWPqoBqPLXEkW6nLZQGwjL6lq1jZtigWYbK1NbCnT7mKDzbLMHZfuOECUt3n6CzxjUW9HWQ==
|
|
267
267
|
dependencies:
|
|
268
268
|
"@aws-sdk/types" "^3.973.6"
|
|
269
|
-
"@aws-sdk/xml-builder" "^3.972.
|
|
269
|
+
"@aws-sdk/xml-builder" "^3.972.16"
|
|
270
270
|
"@smithy/core" "^3.23.12"
|
|
271
271
|
"@smithy/node-config-provider" "^4.3.12"
|
|
272
272
|
"@smithy/property-provider" "^4.2.12"
|
|
@@ -287,23 +287,23 @@
|
|
|
287
287
|
"@smithy/types" "^4.13.1"
|
|
288
288
|
tslib "^2.6.2"
|
|
289
289
|
|
|
290
|
-
"@aws-sdk/credential-provider-env@^3.972.
|
|
291
|
-
version "3.972.
|
|
292
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.
|
|
293
|
-
integrity sha512-
|
|
290
|
+
"@aws-sdk/credential-provider-env@^3.972.23":
|
|
291
|
+
version "3.972.23"
|
|
292
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.23.tgz#567c0c227610707ef2c3a56bf79752cf696a0327"
|
|
293
|
+
integrity sha512-EamaclJcCEaPHp6wiVknNMM2RlsPMjAHSsYSFLNENBM8Wz92QPc6cOn3dif6vPDQt0Oo4IEghDy3NMDCzY/IvA==
|
|
294
294
|
dependencies:
|
|
295
|
-
"@aws-sdk/core" "^3.973.
|
|
295
|
+
"@aws-sdk/core" "^3.973.25"
|
|
296
296
|
"@aws-sdk/types" "^3.973.6"
|
|
297
297
|
"@smithy/property-provider" "^4.2.12"
|
|
298
298
|
"@smithy/types" "^4.13.1"
|
|
299
299
|
tslib "^2.6.2"
|
|
300
300
|
|
|
301
|
-
"@aws-sdk/credential-provider-http@^3.972.
|
|
302
|
-
version "3.972.
|
|
303
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.
|
|
304
|
-
integrity sha512-
|
|
301
|
+
"@aws-sdk/credential-provider-http@^3.972.25":
|
|
302
|
+
version "3.972.25"
|
|
303
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.25.tgz#f5f08c6e3e68c5a0b750f6a7a10a005354af4d01"
|
|
304
|
+
integrity sha512-qPymamdPcLp6ugoVocG1y5r69ScNiRzb0hogX25/ij+Wz7c7WnsgjLTaz7+eB5BfRxeyUwuw5hgULMuwOGOpcw==
|
|
305
305
|
dependencies:
|
|
306
|
-
"@aws-sdk/core" "^3.973.
|
|
306
|
+
"@aws-sdk/core" "^3.973.25"
|
|
307
307
|
"@aws-sdk/types" "^3.973.6"
|
|
308
308
|
"@smithy/fetch-http-handler" "^5.3.15"
|
|
309
309
|
"@smithy/node-http-handler" "^4.5.0"
|
|
@@ -314,19 +314,19 @@
|
|
|
314
314
|
"@smithy/util-stream" "^4.5.20"
|
|
315
315
|
tslib "^2.6.2"
|
|
316
316
|
|
|
317
|
-
"@aws-sdk/credential-provider-ini@^3.972.
|
|
318
|
-
version "3.972.
|
|
319
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.
|
|
320
|
-
integrity sha512-
|
|
321
|
-
dependencies:
|
|
322
|
-
"@aws-sdk/core" "^3.973.
|
|
323
|
-
"@aws-sdk/credential-provider-env" "^3.972.
|
|
324
|
-
"@aws-sdk/credential-provider-http" "^3.972.
|
|
325
|
-
"@aws-sdk/credential-provider-login" "^3.972.
|
|
326
|
-
"@aws-sdk/credential-provider-process" "^3.972.
|
|
327
|
-
"@aws-sdk/credential-provider-sso" "^3.972.
|
|
328
|
-
"@aws-sdk/credential-provider-web-identity" "^3.972.
|
|
329
|
-
"@aws-sdk/nested-clients" "^3.996.
|
|
317
|
+
"@aws-sdk/credential-provider-ini@^3.972.26":
|
|
318
|
+
version "3.972.26"
|
|
319
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.26.tgz#d86842af5d218f32b757e304e82c31052ae3b6a8"
|
|
320
|
+
integrity sha512-xKxEAMuP6GYx2y5GET+d3aGEroax3AgGfwBE65EQAUe090lzyJ/RzxPX9s8v7Z6qAk0XwfQl+LrmH05X7YvTeg==
|
|
321
|
+
dependencies:
|
|
322
|
+
"@aws-sdk/core" "^3.973.25"
|
|
323
|
+
"@aws-sdk/credential-provider-env" "^3.972.23"
|
|
324
|
+
"@aws-sdk/credential-provider-http" "^3.972.25"
|
|
325
|
+
"@aws-sdk/credential-provider-login" "^3.972.26"
|
|
326
|
+
"@aws-sdk/credential-provider-process" "^3.972.23"
|
|
327
|
+
"@aws-sdk/credential-provider-sso" "^3.972.26"
|
|
328
|
+
"@aws-sdk/credential-provider-web-identity" "^3.972.26"
|
|
329
|
+
"@aws-sdk/nested-clients" "^3.996.16"
|
|
330
330
|
"@aws-sdk/types" "^3.973.6"
|
|
331
331
|
"@smithy/credential-provider-imds" "^4.2.12"
|
|
332
332
|
"@smithy/property-provider" "^4.2.12"
|
|
@@ -334,13 +334,13 @@
|
|
|
334
334
|
"@smithy/types" "^4.13.1"
|
|
335
335
|
tslib "^2.6.2"
|
|
336
336
|
|
|
337
|
-
"@aws-sdk/credential-provider-login@^3.972.
|
|
338
|
-
version "3.972.
|
|
339
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.
|
|
340
|
-
integrity sha512-
|
|
337
|
+
"@aws-sdk/credential-provider-login@^3.972.26":
|
|
338
|
+
version "3.972.26"
|
|
339
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.26.tgz#2861846beb05dba5955ffc0067fec82d0c29b025"
|
|
340
|
+
integrity sha512-EFcM8RM3TUxnZOfMJo++3PnyxFu1fL/huzmn3Vh+8IWRgqZawUD3cRwwOr+/4bE9DpyHaLOWFAjY0lfK5X9ZkQ==
|
|
341
341
|
dependencies:
|
|
342
|
-
"@aws-sdk/core" "^3.973.
|
|
343
|
-
"@aws-sdk/nested-clients" "^3.996.
|
|
342
|
+
"@aws-sdk/core" "^3.973.25"
|
|
343
|
+
"@aws-sdk/nested-clients" "^3.996.16"
|
|
344
344
|
"@aws-sdk/types" "^3.973.6"
|
|
345
345
|
"@smithy/property-provider" "^4.2.12"
|
|
346
346
|
"@smithy/protocol-http" "^5.3.12"
|
|
@@ -348,17 +348,17 @@
|
|
|
348
348
|
"@smithy/types" "^4.13.1"
|
|
349
349
|
tslib "^2.6.2"
|
|
350
350
|
|
|
351
|
-
"@aws-sdk/credential-provider-node@^3.972.21", "@aws-sdk/credential-provider-node@^3.972.
|
|
352
|
-
version "3.972.
|
|
353
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.
|
|
354
|
-
integrity sha512-
|
|
355
|
-
dependencies:
|
|
356
|
-
"@aws-sdk/credential-provider-env" "^3.972.
|
|
357
|
-
"@aws-sdk/credential-provider-http" "^3.972.
|
|
358
|
-
"@aws-sdk/credential-provider-ini" "^3.972.
|
|
359
|
-
"@aws-sdk/credential-provider-process" "^3.972.
|
|
360
|
-
"@aws-sdk/credential-provider-sso" "^3.972.
|
|
361
|
-
"@aws-sdk/credential-provider-web-identity" "^3.972.
|
|
351
|
+
"@aws-sdk/credential-provider-node@^3.972.21", "@aws-sdk/credential-provider-node@^3.972.27":
|
|
352
|
+
version "3.972.27"
|
|
353
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.27.tgz#083a99a817f5d3b430e174057b590075f48d46ba"
|
|
354
|
+
integrity sha512-jXpxSolfFnPVj6GCTtx3xIdWNoDR7hYC/0SbetGZxOC9UnNmipHeX1k6spVstf7eWJrMhXNQEgXC0pD1r5tXIg==
|
|
355
|
+
dependencies:
|
|
356
|
+
"@aws-sdk/credential-provider-env" "^3.972.23"
|
|
357
|
+
"@aws-sdk/credential-provider-http" "^3.972.25"
|
|
358
|
+
"@aws-sdk/credential-provider-ini" "^3.972.26"
|
|
359
|
+
"@aws-sdk/credential-provider-process" "^3.972.23"
|
|
360
|
+
"@aws-sdk/credential-provider-sso" "^3.972.26"
|
|
361
|
+
"@aws-sdk/credential-provider-web-identity" "^3.972.26"
|
|
362
362
|
"@aws-sdk/types" "^3.973.6"
|
|
363
363
|
"@smithy/credential-provider-imds" "^4.2.12"
|
|
364
364
|
"@smithy/property-provider" "^4.2.12"
|
|
@@ -366,39 +366,39 @@
|
|
|
366
366
|
"@smithy/types" "^4.13.1"
|
|
367
367
|
tslib "^2.6.2"
|
|
368
368
|
|
|
369
|
-
"@aws-sdk/credential-provider-process@^3.972.
|
|
370
|
-
version "3.972.
|
|
371
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.
|
|
372
|
-
integrity sha512-
|
|
369
|
+
"@aws-sdk/credential-provider-process@^3.972.23":
|
|
370
|
+
version "3.972.23"
|
|
371
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.23.tgz#78436ebbc1b2970cf78834c61eea44a1c7b7bd62"
|
|
372
|
+
integrity sha512-IL/TFW59++b7MpHserjUblGrdP5UXy5Ekqqx1XQkERXBFJcZr74I7VaSrQT5dxdRMU16xGK4L0RQ5fQG1pMgnA==
|
|
373
373
|
dependencies:
|
|
374
|
-
"@aws-sdk/core" "^3.973.
|
|
374
|
+
"@aws-sdk/core" "^3.973.25"
|
|
375
375
|
"@aws-sdk/types" "^3.973.6"
|
|
376
376
|
"@smithy/property-provider" "^4.2.12"
|
|
377
377
|
"@smithy/shared-ini-file-loader" "^4.4.7"
|
|
378
378
|
"@smithy/types" "^4.13.1"
|
|
379
379
|
tslib "^2.6.2"
|
|
380
380
|
|
|
381
|
-
"@aws-sdk/credential-provider-sso@^3.972.
|
|
382
|
-
version "3.972.
|
|
383
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.
|
|
384
|
-
integrity sha512-
|
|
381
|
+
"@aws-sdk/credential-provider-sso@^3.972.26":
|
|
382
|
+
version "3.972.26"
|
|
383
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.26.tgz#d0aef5cd6bf958e42caf63c449f7d17a99b8be5f"
|
|
384
|
+
integrity sha512-c6ghvRb6gTlMznWhGxn/bpVCcp0HRaz4DobGVD9kI4vwHq186nU2xN/S7QGkm0lo0H2jQU8+dgpUFLxfTcwCOg==
|
|
385
385
|
dependencies:
|
|
386
|
-
"@aws-sdk/core" "^3.973.
|
|
387
|
-
"@aws-sdk/nested-clients" "^3.996.
|
|
388
|
-
"@aws-sdk/token-providers" "3.
|
|
386
|
+
"@aws-sdk/core" "^3.973.25"
|
|
387
|
+
"@aws-sdk/nested-clients" "^3.996.16"
|
|
388
|
+
"@aws-sdk/token-providers" "3.1019.0"
|
|
389
389
|
"@aws-sdk/types" "^3.973.6"
|
|
390
390
|
"@smithy/property-provider" "^4.2.12"
|
|
391
391
|
"@smithy/shared-ini-file-loader" "^4.4.7"
|
|
392
392
|
"@smithy/types" "^4.13.1"
|
|
393
393
|
tslib "^2.6.2"
|
|
394
394
|
|
|
395
|
-
"@aws-sdk/credential-provider-web-identity@^3.972.
|
|
396
|
-
version "3.972.
|
|
397
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.
|
|
398
|
-
integrity sha512-
|
|
395
|
+
"@aws-sdk/credential-provider-web-identity@^3.972.26":
|
|
396
|
+
version "3.972.26"
|
|
397
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.26.tgz#10fcf1a514db7763d00e16224f78e641ee0ce402"
|
|
398
|
+
integrity sha512-cXcS3+XD3iwhoXkM44AmxjmbcKueoLCINr1e+IceMmCySda5ysNIfiGBGe9qn5EMiQ9Jd7pP0AGFtcd6OV3Lvg==
|
|
399
399
|
dependencies:
|
|
400
|
-
"@aws-sdk/core" "^3.973.
|
|
401
|
-
"@aws-sdk/nested-clients" "^3.996.
|
|
400
|
+
"@aws-sdk/core" "^3.973.25"
|
|
401
|
+
"@aws-sdk/nested-clients" "^3.996.16"
|
|
402
402
|
"@aws-sdk/types" "^3.973.6"
|
|
403
403
|
"@smithy/property-provider" "^4.2.12"
|
|
404
404
|
"@smithy/shared-ini-file-loader" "^4.4.7"
|
|
@@ -428,15 +428,15 @@
|
|
|
428
428
|
"@smithy/types" "^4.13.1"
|
|
429
429
|
tslib "^2.6.2"
|
|
430
430
|
|
|
431
|
-
"@aws-sdk/middleware-flexible-checksums@^3.973.6", "@aws-sdk/middleware-flexible-checksums@^3.974.
|
|
432
|
-
version "3.974.
|
|
433
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.974.
|
|
434
|
-
integrity sha512-
|
|
431
|
+
"@aws-sdk/middleware-flexible-checksums@^3.973.6", "@aws-sdk/middleware-flexible-checksums@^3.974.5":
|
|
432
|
+
version "3.974.5"
|
|
433
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.974.5.tgz#5abff7dc7d0f4eee00c229b006caf5ee94c1e485"
|
|
434
|
+
integrity sha512-SPSvF0G1t8m8CcB0L+ClNFszzQOvXaxmRj25oRWDf6aU+TuN2PXPFAJ9A6lt1IvX4oGAqqbTdMPTYs/SSHUYYQ==
|
|
435
435
|
dependencies:
|
|
436
436
|
"@aws-crypto/crc32" "5.2.0"
|
|
437
437
|
"@aws-crypto/crc32c" "5.2.0"
|
|
438
438
|
"@aws-crypto/util" "5.2.0"
|
|
439
|
-
"@aws-sdk/core" "^3.973.
|
|
439
|
+
"@aws-sdk/core" "^3.973.25"
|
|
440
440
|
"@aws-sdk/crc64-nvme" "^3.972.5"
|
|
441
441
|
"@aws-sdk/types" "^3.973.6"
|
|
442
442
|
"@smithy/is-array-buffer" "^4.2.2"
|
|
@@ -476,10 +476,10 @@
|
|
|
476
476
|
"@smithy/types" "^4.13.1"
|
|
477
477
|
tslib "^2.6.2"
|
|
478
478
|
|
|
479
|
-
"@aws-sdk/middleware-recursion-detection@^3.972.8":
|
|
480
|
-
version "3.972.
|
|
481
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.972.
|
|
482
|
-
integrity sha512
|
|
479
|
+
"@aws-sdk/middleware-recursion-detection@^3.972.8", "@aws-sdk/middleware-recursion-detection@^3.972.9":
|
|
480
|
+
version "3.972.9"
|
|
481
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.972.9.tgz#53a2cc0cf827863163b2351209212f642015c2e2"
|
|
482
|
+
integrity sha512-/Wt5+CT8dpTFQxEJ9iGy/UGrXr7p2wlIOEHvIr/YcHYByzoLjrqkYqXdJjd9UIgWjv7eqV2HnFJen93UTuwfTQ==
|
|
483
483
|
dependencies:
|
|
484
484
|
"@aws-sdk/types" "^3.973.6"
|
|
485
485
|
"@aws/lambda-invoke-store" "^0.2.2"
|
|
@@ -487,12 +487,12 @@
|
|
|
487
487
|
"@smithy/types" "^4.13.1"
|
|
488
488
|
tslib "^2.6.2"
|
|
489
489
|
|
|
490
|
-
"@aws-sdk/middleware-sdk-s3@^3.972.20", "@aws-sdk/middleware-sdk-s3@^3.972.
|
|
491
|
-
version "3.972.
|
|
492
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.972.
|
|
493
|
-
integrity sha512-
|
|
490
|
+
"@aws-sdk/middleware-sdk-s3@^3.972.20", "@aws-sdk/middleware-sdk-s3@^3.972.26":
|
|
491
|
+
version "3.972.26"
|
|
492
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.972.26.tgz#eac2558614babef07a22a363b2b2a0f4dd689124"
|
|
493
|
+
integrity sha512-5q7UGSTtt7/KF0Os8wj2VZtlLxeWJVb0e2eDrDJlWot2EIxUNKDDMPFq/FowUqrwZ40rO2bu6BypxaKNvQhI+g==
|
|
494
494
|
dependencies:
|
|
495
|
-
"@aws-sdk/core" "^3.973.
|
|
495
|
+
"@aws-sdk/core" "^3.973.25"
|
|
496
496
|
"@aws-sdk/types" "^3.973.6"
|
|
497
497
|
"@aws-sdk/util-arn-parser" "^3.972.3"
|
|
498
498
|
"@smithy/core" "^3.23.12"
|
|
@@ -516,12 +516,12 @@
|
|
|
516
516
|
"@smithy/types" "^4.13.1"
|
|
517
517
|
tslib "^2.6.2"
|
|
518
518
|
|
|
519
|
-
"@aws-sdk/middleware-user-agent@^3.972.21", "@aws-sdk/middleware-user-agent@^3.972.
|
|
520
|
-
version "3.972.
|
|
521
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.972.
|
|
522
|
-
integrity sha512-
|
|
519
|
+
"@aws-sdk/middleware-user-agent@^3.972.21", "@aws-sdk/middleware-user-agent@^3.972.26":
|
|
520
|
+
version "3.972.26"
|
|
521
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.972.26.tgz#b37d7913e527a655e6aa6f22dfc3ce6abb04d010"
|
|
522
|
+
integrity sha512-AilFIh4rI/2hKyyGN6XrB0yN96W2o7e7wyrPWCM6QjZM1mcC/pVkW3IWWRvuBWMpVP8Fg+rMpbzeLQ6dTM4gig==
|
|
523
523
|
dependencies:
|
|
524
|
-
"@aws-sdk/core" "^3.973.
|
|
524
|
+
"@aws-sdk/core" "^3.973.25"
|
|
525
525
|
"@aws-sdk/types" "^3.973.6"
|
|
526
526
|
"@aws-sdk/util-endpoints" "^3.996.5"
|
|
527
527
|
"@smithy/core" "^3.23.12"
|
|
@@ -530,23 +530,23 @@
|
|
|
530
530
|
"@smithy/util-retry" "^4.2.12"
|
|
531
531
|
tslib "^2.6.2"
|
|
532
532
|
|
|
533
|
-
"@aws-sdk/nested-clients@^3.996.
|
|
534
|
-
version "3.996.
|
|
535
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/nested-clients/-/nested-clients-3.996.
|
|
536
|
-
integrity sha512-
|
|
533
|
+
"@aws-sdk/nested-clients@^3.996.16":
|
|
534
|
+
version "3.996.16"
|
|
535
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/nested-clients/-/nested-clients-3.996.16.tgz#a77ed4542e190a9eff70fd2738a1756e29eddce1"
|
|
536
|
+
integrity sha512-L7Qzoj/qQU1cL5GnYLQP5LbI+wlLCLoINvcykR3htKcQ4tzrPf2DOs72x933BM7oArYj1SKrkb2lGlsJHIic3g==
|
|
537
537
|
dependencies:
|
|
538
538
|
"@aws-crypto/sha256-browser" "5.2.0"
|
|
539
539
|
"@aws-crypto/sha256-js" "5.2.0"
|
|
540
|
-
"@aws-sdk/core" "^3.973.
|
|
540
|
+
"@aws-sdk/core" "^3.973.25"
|
|
541
541
|
"@aws-sdk/middleware-host-header" "^3.972.8"
|
|
542
542
|
"@aws-sdk/middleware-logger" "^3.972.8"
|
|
543
|
-
"@aws-sdk/middleware-recursion-detection" "^3.972.
|
|
544
|
-
"@aws-sdk/middleware-user-agent" "^3.972.
|
|
545
|
-
"@aws-sdk/region-config-resolver" "^3.972.
|
|
543
|
+
"@aws-sdk/middleware-recursion-detection" "^3.972.9"
|
|
544
|
+
"@aws-sdk/middleware-user-agent" "^3.972.26"
|
|
545
|
+
"@aws-sdk/region-config-resolver" "^3.972.10"
|
|
546
546
|
"@aws-sdk/types" "^3.973.6"
|
|
547
547
|
"@aws-sdk/util-endpoints" "^3.996.5"
|
|
548
548
|
"@aws-sdk/util-user-agent-browser" "^3.972.8"
|
|
549
|
-
"@aws-sdk/util-user-agent-node" "^3.973.
|
|
549
|
+
"@aws-sdk/util-user-agent-node" "^3.973.12"
|
|
550
550
|
"@smithy/config-resolver" "^4.4.13"
|
|
551
551
|
"@smithy/core" "^3.23.12"
|
|
552
552
|
"@smithy/fetch-http-handler" "^5.3.15"
|
|
@@ -574,10 +574,10 @@
|
|
|
574
574
|
"@smithy/util-utf8" "^4.2.2"
|
|
575
575
|
tslib "^2.6.2"
|
|
576
576
|
|
|
577
|
-
"@aws-sdk/region-config-resolver@^3.972.
|
|
578
|
-
version "3.972.
|
|
579
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/region-config-resolver/-/region-config-resolver-3.972.
|
|
580
|
-
integrity sha512-
|
|
577
|
+
"@aws-sdk/region-config-resolver@^3.972.10", "@aws-sdk/region-config-resolver@^3.972.8":
|
|
578
|
+
version "3.972.10"
|
|
579
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/region-config-resolver/-/region-config-resolver-3.972.10.tgz#cbabd969a2d4fedb652273403e64d98b79d0144c"
|
|
580
|
+
integrity sha512-1dq9ToC6e070QvnVhhbAs3bb5r6cQ10gTVc6cyRV5uvQe7P138TV2uG2i6+Yok4bAkVAcx5AqkTEBUvWEtBlsQ==
|
|
581
581
|
dependencies:
|
|
582
582
|
"@aws-sdk/types" "^3.973.6"
|
|
583
583
|
"@smithy/config-resolver" "^4.4.13"
|
|
@@ -585,25 +585,25 @@
|
|
|
585
585
|
"@smithy/types" "^4.13.1"
|
|
586
586
|
tslib "^2.6.2"
|
|
587
587
|
|
|
588
|
-
"@aws-sdk/signature-v4-multi-region@^3.996.
|
|
589
|
-
version "3.996.
|
|
590
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.
|
|
591
|
-
integrity sha512-
|
|
588
|
+
"@aws-sdk/signature-v4-multi-region@^3.996.14", "@aws-sdk/signature-v4-multi-region@^3.996.8":
|
|
589
|
+
version "3.996.14"
|
|
590
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.14.tgz#5ac1f558adc64a5b5569f34547a686505d9e8808"
|
|
591
|
+
integrity sha512-4nZSrBr1NO+48HCM/6BRU8mnRjuHZjcpziCvLXZk5QVftwWz5Mxqbhwdz4xf7WW88buaTB8uRO2MHklSX1m0vg==
|
|
592
592
|
dependencies:
|
|
593
|
-
"@aws-sdk/middleware-sdk-s3" "^3.972.
|
|
593
|
+
"@aws-sdk/middleware-sdk-s3" "^3.972.26"
|
|
594
594
|
"@aws-sdk/types" "^3.973.6"
|
|
595
595
|
"@smithy/protocol-http" "^5.3.12"
|
|
596
596
|
"@smithy/signature-v4" "^5.3.12"
|
|
597
597
|
"@smithy/types" "^4.13.1"
|
|
598
598
|
tslib "^2.6.2"
|
|
599
599
|
|
|
600
|
-
"@aws-sdk/token-providers@3.
|
|
601
|
-
version "3.
|
|
602
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/token-providers/-/token-providers-3.
|
|
603
|
-
integrity sha512-
|
|
600
|
+
"@aws-sdk/token-providers@3.1019.0":
|
|
601
|
+
version "3.1019.0"
|
|
602
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/token-providers/-/token-providers-3.1019.0.tgz#e19522b0f4ccd831a41e33e1065fd1f910d77edd"
|
|
603
|
+
integrity sha512-OF+2RfRmUKyjzrRWlDcyju3RBsuqcrYDQ8TwrJg8efcOotMzuZN4U9mpVTIdATpmEc4lWNZBMSjPzrGm6JPnAQ==
|
|
604
604
|
dependencies:
|
|
605
|
-
"@aws-sdk/core" "^3.973.
|
|
606
|
-
"@aws-sdk/nested-clients" "^3.996.
|
|
605
|
+
"@aws-sdk/core" "^3.973.25"
|
|
606
|
+
"@aws-sdk/nested-clients" "^3.996.16"
|
|
607
607
|
"@aws-sdk/types" "^3.973.6"
|
|
608
608
|
"@smithy/property-provider" "^4.2.12"
|
|
609
609
|
"@smithy/shared-ini-file-loader" "^4.4.7"
|
|
@@ -653,22 +653,22 @@
|
|
|
653
653
|
bowser "^2.11.0"
|
|
654
654
|
tslib "^2.6.2"
|
|
655
655
|
|
|
656
|
-
"@aws-sdk/util-user-agent-node@^3.973.
|
|
657
|
-
version "3.973.
|
|
658
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.973.
|
|
659
|
-
integrity sha512-
|
|
656
|
+
"@aws-sdk/util-user-agent-node@^3.973.12", "@aws-sdk/util-user-agent-node@^3.973.7":
|
|
657
|
+
version "3.973.12"
|
|
658
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.973.12.tgz#63442fd7d6d2bcec825755874522c3c2b1535d17"
|
|
659
|
+
integrity sha512-8phW0TS8ntENJgDcFewYT/Q8dOmarpvSxEjATu2GUBAutiHr++oEGCiBUwxslCMNvwW2cAPZNT53S/ym8zm/gg==
|
|
660
660
|
dependencies:
|
|
661
|
-
"@aws-sdk/middleware-user-agent" "^3.972.
|
|
661
|
+
"@aws-sdk/middleware-user-agent" "^3.972.26"
|
|
662
662
|
"@aws-sdk/types" "^3.973.6"
|
|
663
663
|
"@smithy/node-config-provider" "^4.3.12"
|
|
664
664
|
"@smithy/types" "^4.13.1"
|
|
665
665
|
"@smithy/util-config-provider" "^4.2.2"
|
|
666
666
|
tslib "^2.6.2"
|
|
667
667
|
|
|
668
|
-
"@aws-sdk/xml-builder@^3.972.
|
|
669
|
-
version "3.972.
|
|
670
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/xml-builder/-/xml-builder-3.972.
|
|
671
|
-
integrity sha512-
|
|
668
|
+
"@aws-sdk/xml-builder@^3.972.16":
|
|
669
|
+
version "3.972.16"
|
|
670
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/xml-builder/-/xml-builder-3.972.16.tgz#ea22fe022cf12d12b07f6faf75c4fa214dea00bc"
|
|
671
|
+
integrity sha512-iu2pyvaqmeatIJLURLqx9D+4jKAdTH20ntzB6BFwjyN7V960r4jK32mx0Zf7YbtOYAbmbtQfDNuL60ONinyw7A==
|
|
672
672
|
dependencies:
|
|
673
673
|
"@smithy/types" "^4.13.1"
|
|
674
674
|
fast-xml-parser "5.5.8"
|
|
@@ -1759,10 +1759,10 @@
|
|
|
1759
1759
|
wordwrap "^1.0.0"
|
|
1760
1760
|
wrap-ansi "^7.0.0"
|
|
1761
1761
|
|
|
1762
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1763
|
-
version "5.3.
|
|
1764
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1765
|
-
integrity sha512-
|
|
1762
|
+
"@oclif/plugin-command-snapshot@^5.3.13":
|
|
1763
|
+
version "5.3.13"
|
|
1764
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.13.tgz#b63e9572091795c5659e61956c04a07bc956c5d2"
|
|
1765
|
+
integrity sha512-sT6ty30VM23zCou7YokdTTj1/pedL5TcBqDCG/FzoFwY3NUHaiwuiCyMsYnsSTOBEkdW5TW7afRTPaU53NCsjQ==
|
|
1766
1766
|
dependencies:
|
|
1767
1767
|
"@oclif/core" "^4"
|
|
1768
1768
|
ansis "^3.17.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
3
|
"description": "A plugin for preparing and publishing npm packages",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.8.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"sf-release": "bin/run.js"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@aws-sdk/client-s3": "^3.
|
|
12
|
+
"@aws-sdk/client-s3": "^3.1019.0",
|
|
13
13
|
"@oclif/core": "^4.10.1",
|
|
14
14
|
"@octokit/core": "^6.1.6",
|
|
15
15
|
"@octokit/plugin-paginate-rest": "^11.6.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"yarn-deduplicate": "^6.0.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
38
|
+
"@oclif/plugin-command-snapshot": "^5.3.13",
|
|
39
39
|
"@salesforce/dev-scripts": "^10.2.4",
|
|
40
40
|
"@salesforce/ts-sinon": "^1.4.31",
|
|
41
41
|
"@types/semver": "^7.7.0",
|