@salesforce/plugin-release-management 5.8.20 → 5.8.22
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/npm-shrinkwrap.json +477 -520
- package/oclif.lock +91 -75
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/oclif.lock
CHANGED
|
@@ -1618,15 +1618,6 @@
|
|
|
1618
1618
|
"@inquirer/core" "^10.3.2"
|
|
1619
1619
|
"@inquirer/type" "^3.0.10"
|
|
1620
1620
|
|
|
1621
|
-
"@inquirer/password@^2.2.0":
|
|
1622
|
-
version "2.2.0"
|
|
1623
|
-
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.2.0.tgz#0b6f26336c259c8a9e5f5a3f2e1a761564f764ba"
|
|
1624
|
-
integrity sha512-5otqIpgsPYIshqhgtEwSspBQE40etouR8VIxzpJkv9i0dVHIpyhiivbkH9/dGiMLdyamT54YRdGJLfl8TFnLHg==
|
|
1625
|
-
dependencies:
|
|
1626
|
-
"@inquirer/core" "^9.1.0"
|
|
1627
|
-
"@inquirer/type" "^1.5.3"
|
|
1628
|
-
ansi-escapes "^4.3.2"
|
|
1629
|
-
|
|
1630
1621
|
"@inquirer/password@^4.0.23":
|
|
1631
1622
|
version "4.0.23"
|
|
1632
1623
|
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-4.0.23.tgz#b9f5187c8c92fd7aa9eceb9d8f2ead0d7e7b000d"
|
|
@@ -2139,10 +2130,10 @@
|
|
|
2139
2130
|
wordwrap "^1.0.0"
|
|
2140
2131
|
wrap-ansi "^7.0.0"
|
|
2141
2132
|
|
|
2142
|
-
"@oclif/core@^4", "@oclif/core@^4.
|
|
2143
|
-
version "4.11.
|
|
2144
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.
|
|
2145
|
-
integrity sha512-
|
|
2133
|
+
"@oclif/core@^4", "@oclif/core@^4.10.5", "@oclif/core@^4.10.6", "@oclif/core@^4.11.2", "@oclif/core@^4.11.3":
|
|
2134
|
+
version "4.11.3"
|
|
2135
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.3.tgz#87ebe0d3a47d162359482ecf5f5a7220ac709a36"
|
|
2136
|
+
integrity sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==
|
|
2146
2137
|
dependencies:
|
|
2147
2138
|
ansi-escapes "^4.3.2"
|
|
2148
2139
|
ansis "^3.17.0"
|
|
@@ -2155,10 +2146,10 @@
|
|
|
2155
2146
|
is-wsl "^2.2.0"
|
|
2156
2147
|
lilconfig "^3.1.3"
|
|
2157
2148
|
minimatch "^10.2.5"
|
|
2158
|
-
semver "^7.
|
|
2149
|
+
semver "^7.8.0"
|
|
2159
2150
|
string-width "^4.2.3"
|
|
2160
2151
|
supports-color "^8"
|
|
2161
|
-
tinyglobby "^0.2.
|
|
2152
|
+
tinyglobby "^0.2.16"
|
|
2162
2153
|
widest-line "^3.1.0"
|
|
2163
2154
|
wordwrap "^1.0.0"
|
|
2164
2155
|
wrap-ansi "^7.0.0"
|
|
@@ -2223,6 +2214,22 @@
|
|
|
2223
2214
|
strip-ansi "^7.1.2"
|
|
2224
2215
|
wrap-ansi "^9.0.2"
|
|
2225
2216
|
|
|
2217
|
+
"@oclif/table@^0.5.7":
|
|
2218
|
+
version "0.5.7"
|
|
2219
|
+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.7.tgz#0198755a73fb4c8f4738dc472fab50b5a31cd19e"
|
|
2220
|
+
integrity sha512-iS7gXzOhUf2toij0pxkcD6sPnXzr/j4eLugHwjSKI2+WgytjUycP7A3i6OIvXDrIGMuq8+S7wgZ7tCC1I18q+Q==
|
|
2221
|
+
dependencies:
|
|
2222
|
+
"@types/react" "^18.3.12"
|
|
2223
|
+
change-case "^5.4.4"
|
|
2224
|
+
cli-truncate "^4.0.0"
|
|
2225
|
+
ink "5.0.1"
|
|
2226
|
+
natural-orderby "^3.0.2"
|
|
2227
|
+
object-hash "^3.0.0"
|
|
2228
|
+
react "^18.3.1"
|
|
2229
|
+
string-width "^8.2.1"
|
|
2230
|
+
strip-ansi "^7.1.2"
|
|
2231
|
+
wrap-ansi "^9.0.2"
|
|
2232
|
+
|
|
2226
2233
|
"@octokit/auth-token@^5.0.0":
|
|
2227
2234
|
version "5.1.2"
|
|
2228
2235
|
resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-5.1.2.tgz#68a486714d7a7fd1df56cb9bc89a860a0de866de"
|
|
@@ -2357,7 +2364,7 @@
|
|
|
2357
2364
|
strip-ansi "6.0.1"
|
|
2358
2365
|
ts-retry-promise "^0.8.1"
|
|
2359
2366
|
|
|
2360
|
-
"@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.23.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.28.4"
|
|
2367
|
+
"@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.23.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.28.4":
|
|
2361
2368
|
version "8.29.0"
|
|
2362
2369
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.29.0.tgz#d75d1afe06962e10c466bdf670fa8512bd683882"
|
|
2363
2370
|
integrity sha512-q6xDNLPbbZW1n4X4YK1iM8jZvwvJRiwbJxdeF5iHuETxmMka16FoCVi+WziK/Rh5EP0yW08FYyiynwPlgz5RBw==
|
|
@@ -2382,6 +2389,31 @@
|
|
|
2382
2389
|
ts-retry-promise "^0.8.1"
|
|
2383
2390
|
zod "^4.1.12"
|
|
2384
2391
|
|
|
2392
|
+
"@salesforce/core@^8.29.0", "@salesforce/core@^8.29.1":
|
|
2393
|
+
version "8.30.0"
|
|
2394
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.30.0.tgz#9905e23093d949370b4716f66f42ce1dba0b91da"
|
|
2395
|
+
integrity sha512-BzKIKAqKKB+obt6KlP3LEOB9kWb6MCFmmzkDiEEyeqENQCDJr/IIps6tZG3VM7RgbNxvu/A8GIS7yIkoyGnqIg==
|
|
2396
|
+
dependencies:
|
|
2397
|
+
"@jsforce/jsforce-node" "^3.10.13"
|
|
2398
|
+
"@salesforce/kit" "^3.2.4"
|
|
2399
|
+
"@salesforce/ts-types" "^2.0.12"
|
|
2400
|
+
ajv "^8.18.0"
|
|
2401
|
+
change-case "^4.1.2"
|
|
2402
|
+
fast-levenshtein "^3.0.0"
|
|
2403
|
+
faye "^1.4.1"
|
|
2404
|
+
form-data "^4.0.4"
|
|
2405
|
+
js2xmlparser "^4.0.1"
|
|
2406
|
+
jsonwebtoken "9.0.3"
|
|
2407
|
+
jszip "3.10.1"
|
|
2408
|
+
memfs "4.38.1"
|
|
2409
|
+
pino "^9.7.0"
|
|
2410
|
+
pino-abstract-transport "^1.2.0"
|
|
2411
|
+
pino-pretty "^11.3.0"
|
|
2412
|
+
proper-lockfile "^4.1.2"
|
|
2413
|
+
semver "^7.7.3"
|
|
2414
|
+
ts-retry-promise "^0.8.1"
|
|
2415
|
+
zod "^4.1.12"
|
|
2416
|
+
|
|
2385
2417
|
"@salesforce/dev-config@^4.2.0":
|
|
2386
2418
|
version "4.2.0"
|
|
2387
2419
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.2.0.tgz#65a59b95aeb4f5512435770da43cba780aa0cfc7"
|
|
@@ -2426,15 +2458,15 @@
|
|
|
2426
2458
|
dependencies:
|
|
2427
2459
|
"@salesforce/ts-types" "^2.0.12"
|
|
2428
2460
|
|
|
2429
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
2430
|
-
version "3.1.
|
|
2431
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
2432
|
-
integrity sha512-
|
|
2461
|
+
"@salesforce/plugin-command-reference@^3.1.101":
|
|
2462
|
+
version "3.1.101"
|
|
2463
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.101.tgz#ff5677b56b72d037429085753ef5afc3a7f29098"
|
|
2464
|
+
integrity sha512-jZZO216dGbxB6tKMOSKs0lEj4Yn3YJAts6gaG/DC8caUrbfxeSu/H1/3IPb4fhMFjIsV2A7phAwseSe3LCyKDg==
|
|
2433
2465
|
dependencies:
|
|
2434
2466
|
"@oclif/core" "^4"
|
|
2435
|
-
"@salesforce/core" "^8.
|
|
2467
|
+
"@salesforce/core" "^8.29.1"
|
|
2436
2468
|
"@salesforce/kit" "^3.2.6"
|
|
2437
|
-
"@salesforce/sf-plugins-core" "^
|
|
2469
|
+
"@salesforce/sf-plugins-core" "^12.2.16"
|
|
2438
2470
|
"@salesforce/ts-types" "^2.0.11"
|
|
2439
2471
|
chalk "^5.6.2"
|
|
2440
2472
|
debug "^4.4.3"
|
|
@@ -2480,24 +2512,6 @@
|
|
|
2480
2512
|
resolved "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz"
|
|
2481
2513
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
|
2482
2514
|
|
|
2483
|
-
"@salesforce/sf-plugins-core@^11.3.12":
|
|
2484
|
-
version "11.3.12"
|
|
2485
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz#18b3a553688428bcffea9d36abc72847497f06ae"
|
|
2486
|
-
integrity sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==
|
|
2487
|
-
dependencies:
|
|
2488
|
-
"@inquirer/confirm" "^3.1.22"
|
|
2489
|
-
"@inquirer/password" "^2.2.0"
|
|
2490
|
-
"@oclif/core" "^4.0.27"
|
|
2491
|
-
"@salesforce/core" "^8.5.1"
|
|
2492
|
-
"@salesforce/kit" "^3.2.3"
|
|
2493
|
-
"@salesforce/ts-types" "^2.0.12"
|
|
2494
|
-
ansis "^3.3.2"
|
|
2495
|
-
cli-progress "^3.12.0"
|
|
2496
|
-
natural-orderby "^3.0.2"
|
|
2497
|
-
slice-ansi "^7.1.0"
|
|
2498
|
-
string-width "^7.2.0"
|
|
2499
|
-
terminal-link "^3.0.0"
|
|
2500
|
-
|
|
2501
2515
|
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.10":
|
|
2502
2516
|
version "12.2.10"
|
|
2503
2517
|
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.10.tgz#b3c121ebbded3f9632f4c9cf96e906cdd1448323"
|
|
@@ -2514,6 +2528,22 @@
|
|
|
2514
2528
|
cli-progress "^3.12.0"
|
|
2515
2529
|
terminal-link "^3.0.0"
|
|
2516
2530
|
|
|
2531
|
+
"@salesforce/sf-plugins-core@^12.2.16":
|
|
2532
|
+
version "12.2.16"
|
|
2533
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.16.tgz#664ef3540f4556ba83a1e5378b5721d2aabde91e"
|
|
2534
|
+
integrity sha512-csZxi6gJ675/+9dc1Q9KDDq21XRy+tKtgr1ZSPyA6TeP0J4bnuIfsk9cZCOzxaI6T8L6lM3CyWltQMJ927vpzA==
|
|
2535
|
+
dependencies:
|
|
2536
|
+
"@inquirer/confirm" "^6.0.12"
|
|
2537
|
+
"@inquirer/password" "^5.0.12"
|
|
2538
|
+
"@oclif/core" "^4.11.2"
|
|
2539
|
+
"@oclif/table" "^0.5.7"
|
|
2540
|
+
"@salesforce/core" "^8.29.0"
|
|
2541
|
+
"@salesforce/kit" "^3.2.3"
|
|
2542
|
+
"@salesforce/ts-types" "^2.0.12"
|
|
2543
|
+
ansis "^3.3.2"
|
|
2544
|
+
cli-progress "^3.12.0"
|
|
2545
|
+
terminal-link "^3.0.0"
|
|
2546
|
+
|
|
2517
2547
|
"@salesforce/ts-sinon@^1.4.34":
|
|
2518
2548
|
version "1.4.34"
|
|
2519
2549
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.34.tgz#1996fed7497c1f33bd3ddd145d1ccd3b6f6dd239"
|
|
@@ -4185,13 +4215,6 @@ brace-expansion@^4.0.0:
|
|
|
4185
4215
|
dependencies:
|
|
4186
4216
|
balanced-match "^3.0.0"
|
|
4187
4217
|
|
|
4188
|
-
brace-expansion@^5.0.2:
|
|
4189
|
-
version "5.0.4"
|
|
4190
|
-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
|
|
4191
|
-
integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
|
|
4192
|
-
dependencies:
|
|
4193
|
-
balanced-match "^4.0.2"
|
|
4194
|
-
|
|
4195
4218
|
brace-expansion@^5.0.5:
|
|
4196
4219
|
version "5.0.5"
|
|
4197
4220
|
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
|
|
@@ -5841,10 +5864,10 @@ faye@^1.4.0, faye@^1.4.1:
|
|
|
5841
5864
|
tough-cookie "*"
|
|
5842
5865
|
tunnel-agent "*"
|
|
5843
5866
|
|
|
5844
|
-
fdir@^6.
|
|
5845
|
-
version "6.
|
|
5846
|
-
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.
|
|
5847
|
-
integrity sha512-
|
|
5867
|
+
fdir@^6.5.0:
|
|
5868
|
+
version "6.5.0"
|
|
5869
|
+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
|
|
5870
|
+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
|
|
5848
5871
|
|
|
5849
5872
|
figures@^3.2.0:
|
|
5850
5873
|
version "3.2.0"
|
|
@@ -7932,14 +7955,7 @@ minimatch@9.0.3:
|
|
|
7932
7955
|
dependencies:
|
|
7933
7956
|
brace-expansion "^2.0.1"
|
|
7934
7957
|
|
|
7935
|
-
minimatch@^10.2.4:
|
|
7936
|
-
version "10.2.4"
|
|
7937
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
|
|
7938
|
-
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
|
|
7939
|
-
dependencies:
|
|
7940
|
-
brace-expansion "^5.0.2"
|
|
7941
|
-
|
|
7942
|
-
minimatch@^10.2.5:
|
|
7958
|
+
minimatch@^10.2.4, minimatch@^10.2.5:
|
|
7943
7959
|
version "10.2.5"
|
|
7944
7960
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
|
|
7945
7961
|
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
|
|
@@ -9000,10 +9016,10 @@ picomatch@^3.0.1:
|
|
|
9000
9016
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-3.0.1.tgz#817033161def55ec9638567a2f3bbc876b3e7516"
|
|
9001
9017
|
integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==
|
|
9002
9018
|
|
|
9003
|
-
picomatch@^4.0.
|
|
9004
|
-
version "4.0.
|
|
9005
|
-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.
|
|
9006
|
-
integrity sha512-
|
|
9019
|
+
picomatch@^4.0.4:
|
|
9020
|
+
version "4.0.4"
|
|
9021
|
+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
|
|
9022
|
+
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
|
|
9007
9023
|
|
|
9008
9024
|
pify@^2.3.0:
|
|
9009
9025
|
version "2.3.0"
|
|
@@ -9643,10 +9659,10 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
|
|
|
9643
9659
|
resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
|
|
9644
9660
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
9645
9661
|
|
|
9646
|
-
semver@^7.0.0, semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.0, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1, semver@^7.7.2, semver@^7.7.3, semver@^7.7.4:
|
|
9647
|
-
version "7.
|
|
9648
|
-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.
|
|
9649
|
-
integrity sha512-
|
|
9662
|
+
semver@^7.0.0, semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.0, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1, semver@^7.7.2, semver@^7.7.3, semver@^7.7.4, semver@^7.8.0:
|
|
9663
|
+
version "7.8.0"
|
|
9664
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.0.tgz#ed0661039fcbcda2ce71f01fa6adbefaa77040df"
|
|
9665
|
+
integrity sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==
|
|
9650
9666
|
|
|
9651
9667
|
sentence-case@^3.0.4:
|
|
9652
9668
|
version "3.0.4"
|
|
@@ -10069,7 +10085,7 @@ string-width@^5.0.1, string-width@^5.1.2:
|
|
|
10069
10085
|
emoji-regex "^9.2.2"
|
|
10070
10086
|
strip-ansi "^7.0.1"
|
|
10071
10087
|
|
|
10072
|
-
string-width@^7.0.0
|
|
10088
|
+
string-width@^7.0.0:
|
|
10073
10089
|
version "7.2.0"
|
|
10074
10090
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc"
|
|
10075
10091
|
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
|
|
@@ -10078,7 +10094,7 @@ string-width@^7.0.0, string-width@^7.2.0:
|
|
|
10078
10094
|
get-east-asian-width "^1.0.0"
|
|
10079
10095
|
strip-ansi "^7.1.0"
|
|
10080
10096
|
|
|
10081
|
-
string-width@^8.2.0:
|
|
10097
|
+
string-width@^8.2.0, string-width@^8.2.1:
|
|
10082
10098
|
version "8.2.1"
|
|
10083
10099
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-8.2.1.tgz#165089cfa527cc88fbc23dd73313f5e334af1ea1"
|
|
10084
10100
|
integrity sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==
|
|
@@ -10317,13 +10333,13 @@ tiny-relative-date@^1.3.0:
|
|
|
10317
10333
|
resolved "https://registry.npmjs.org/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz"
|
|
10318
10334
|
integrity sha512-MOQHpzllWxDCHHaDno30hhLfbouoYlOI8YlMNtvKe1zXbjEVhbcEovQxvZrPvtiYW630GQDoMMarCnjfyfHA+A==
|
|
10319
10335
|
|
|
10320
|
-
tinyglobby@^0.2.14, tinyglobby@^0.2.9:
|
|
10321
|
-
version "0.2.
|
|
10322
|
-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.
|
|
10323
|
-
integrity sha512-
|
|
10336
|
+
tinyglobby@^0.2.14, tinyglobby@^0.2.16, tinyglobby@^0.2.9:
|
|
10337
|
+
version "0.2.16"
|
|
10338
|
+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.16.tgz#1c3b7eb953fce42b226bc5a1ee06428281aff3d6"
|
|
10339
|
+
integrity sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==
|
|
10324
10340
|
dependencies:
|
|
10325
|
-
fdir "^6.
|
|
10326
|
-
picomatch "^4.0.
|
|
10341
|
+
fdir "^6.5.0"
|
|
10342
|
+
picomatch "^4.0.4"
|
|
10327
10343
|
|
|
10328
10344
|
to-fast-properties@^2.0.0:
|
|
10329
10345
|
version "2.0.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.8.
|
|
4
|
+
"version": "5.8.22",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@aws-sdk/client-s3": "^3.1024.0",
|
|
13
|
-
"@oclif/core": "^4.
|
|
13
|
+
"@oclif/core": "^4.11.3",
|
|
14
14
|
"@octokit/core": "^6.1.6",
|
|
15
15
|
"@octokit/plugin-paginate-rest": "^11.6.0",
|
|
16
16
|
"@octokit/plugin-throttling": "^9.6.1",
|
|
17
17
|
"@salesforce/cli-plugins-testkit": "^5.3.54",
|
|
18
18
|
"@salesforce/core": "^8.28.3",
|
|
19
19
|
"@salesforce/kit": "^3.2.6",
|
|
20
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
20
|
+
"@salesforce/plugin-command-reference": "^3.1.101",
|
|
21
21
|
"@salesforce/plugin-trust": "^3.7.89",
|
|
22
22
|
"@salesforce/sf-plugins-core": "^12.2.10",
|
|
23
23
|
"@salesforce/ts-types": "^2.0.10",
|