diff --git a/README.md b/README.md index d6d9eeae..833ca947 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v) -@salesforce/cli/2.27.5 linux-x64 node-v20.11.0 +@salesforce/cli/2.27.6 linux-x64 node-v20.11.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -2275,7 +2275,7 @@ EXAMPLES $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user ``` -_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.5/src/commands/org/assign/permset.ts)_ +_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.6/src/commands/org/assign/permset.ts)_ ## `sf org assign permsetlicense` @@ -2319,7 +2319,7 @@ EXAMPLES user3 ``` -_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.5/src/commands/org/assign/permsetlicense.ts)_ +_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.6/src/commands/org/assign/permsetlicense.ts)_ ## `sf org create sandbox` @@ -2626,6 +2626,13 @@ DESCRIPTION When this command completes, it displays the new username and user ID. Run the "org display user" command to get more information about the new user. + After the new user has been created, Salesforce CLI automatically authenticates it to the scratch org so the new user + can immediately start using the scratch org. The CLI uses the same authentication method that was used on the + associated Dev Hub org. Due to Hyperforce limitations, the scratch org user creation fails if the Dev Hub + authentication used the JWT flow and the scratch org is on Hyperforce. For this reason, if you plan to create scratch + org users, authenticate to the Dev Hub org with either the "org login web" or "org login sfdx-url" command, and not + "org login jwt". + For more information about user limits, defaults, and other considerations when creating a new scratch org user, see https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs_users.htm. @@ -2676,7 +2683,7 @@ FLAG DESCRIPTIONS might be different than what you specify in the definition file. ``` -_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.5/src/commands/org/create/user.ts)_ +_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.6/src/commands/org/create/user.ts)_ ## `sf org delete sandbox` @@ -2882,7 +2889,7 @@ EXAMPLES $ sf org display user --target-org me@my.org --json ``` -_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.5/src/commands/org/display/user.ts)_ +_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.6/src/commands/org/display/user.ts)_ ## `sf org enable tracking` @@ -2988,7 +2995,7 @@ EXAMPLES $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org ``` -_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.5/src/commands/org/generate/password.ts)_ +_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.6/src/commands/org/generate/password.ts)_ ## `sf org list` @@ -3297,7 +3304,7 @@ EXAMPLES $ sf org list users --target-org me@my.org ``` -_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.5/src/commands/org/list/users.ts)_ +_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.6/src/commands/org/list/users.ts)_ ## `sf org login access-token` @@ -5085,7 +5092,7 @@ EXAMPLES $ sf plugins ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.22/src/commands/plugins/index.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.23/src/commands/plugins/index.ts)_ ## `sf plugins discover` @@ -5129,7 +5136,7 @@ EXAMPLES $ sf plugins inspect myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.22/src/commands/plugins/inspect.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.23/src/commands/plugins/inspect.ts)_ ## `sf plugins:install PLUGIN...` @@ -5173,7 +5180,7 @@ EXAMPLES $ sf plugins install someuser/someplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.22/src/commands/plugins/install.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.23/src/commands/plugins/install.ts)_ ## `sf plugins:link PLUGIN` @@ -5203,7 +5210,7 @@ EXAMPLES $ sf plugins link myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.22/src/commands/plugins/link.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.23/src/commands/plugins/link.ts)_ ## `sf plugins reset` @@ -5214,7 +5221,7 @@ USAGE $ sf plugins reset ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.22/src/commands/plugins/reset.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.23/src/commands/plugins/reset.ts)_ ## `sf plugins trust verify` @@ -5270,7 +5277,7 @@ EXAMPLES $ sf plugins uninstall myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.22/src/commands/plugins/uninstall.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.23/src/commands/plugins/uninstall.ts)_ ## `sf plugins update` @@ -5288,7 +5295,7 @@ DESCRIPTION Update installed plugins. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.22/src/commands/plugins/update.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.23/src/commands/plugins/update.ts)_ ## `sf project convert mdapi` @@ -5350,7 +5357,7 @@ FLAG DESCRIPTIONS If you specify this parameter, don’t specify --metadata or --source-dir. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.8/src/commands/project/convert/mdapi.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/convert/mdapi.ts)_ ## `sf project convert source` @@ -5362,7 +5369,7 @@ USAGE | -m ] FLAGS - -d, --output-dir= [default: metadataPackage_1706356121737] Output directory to store the Metadata + -d, --output-dir= [default: metadataPackage_1706639901301] Output directory to store the Metadata API–formatted files in. -m, --metadata=... Metadata component names to convert. -n, --package-name= Name of the package to associate with the metadata-formatted files. @@ -5422,7 +5429,7 @@ FLAG DESCRIPTIONS Override the api version used for api requests made by this command ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.8/src/commands/project/convert/source.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/convert/source.ts)_ ## `sf project delete source` @@ -5561,7 +5568,7 @@ FLAG DESCRIPTIONS - Separate the test names with spaces: --tests Test1 Test2 "Test With Space" ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.8/src/commands/project/delete/source.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/delete/source.ts)_ ## `sf project delete tracking` @@ -5597,7 +5604,7 @@ EXAMPLES $ sf project delete tracking --target-org my-scratch ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.8/src/commands/project/delete/tracking.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/delete/tracking.ts)_ ## `sf project deploy cancel` @@ -5667,7 +5674,7 @@ FLAG DESCRIPTIONS project deploy report". ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.8/src/commands/project/deploy/cancel.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/deploy/cancel.ts)_ ## `sf project deploy preview` @@ -5751,7 +5758,7 @@ FLAG DESCRIPTIONS All child components are included. If you specify this flag, don’t specify --metadata or --source-dir. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.8/src/commands/project/deploy/preview.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/deploy/preview.ts)_ ## `sf project deploy quick` @@ -5844,7 +5851,7 @@ ERROR CODES Canceling (69) The deploy is being canceled. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.8/src/commands/project/deploy/quick.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/deploy/quick.ts)_ ## `sf project deploy report` @@ -5939,7 +5946,7 @@ FLAG DESCRIPTIONS --coverage-formatters lcov --coverage-formatters clover ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.8/src/commands/project/deploy/report.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/deploy/report.ts)_ ## `sf project deploy resume` @@ -6035,7 +6042,7 @@ ERROR CODES Canceling (69) The deploy is being canceled. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.8/src/commands/project/deploy/resume.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/deploy/resume.ts)_ ## `sf project deploy start` @@ -6264,7 +6271,7 @@ ERROR CODES Canceling (69) The deploy is being canceled. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.8/src/commands/project/deploy/start.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/deploy/start.ts)_ ## `sf project deploy validate` @@ -6443,7 +6450,7 @@ ERROR CODES Canceling (69) The deploy is being canceled. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.8/src/commands/project/deploy/validate.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/deploy/validate.ts)_ ## `sf project generate` @@ -6622,7 +6629,7 @@ EXAMPLES $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.8/src/commands/project/generate/manifest.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/generate/manifest.ts)_ ## `sf project list ignored` @@ -6663,7 +6670,7 @@ EXAMPLES $ sf project list ignored --source-dir package.xml ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.8/src/commands/project/list/ignored.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/list/ignored.ts)_ ## `sf project reset tracking` @@ -6711,7 +6718,7 @@ EXAMPLES $ sf project reset tracking --revision 30 ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.8/src/commands/project/reset/tracking.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/reset/tracking.ts)_ ## `sf project retrieve preview` @@ -6767,7 +6774,7 @@ FLAG DESCRIPTIONS Overrides your default org. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.8/src/commands/project/retrieve/preview.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/retrieve/preview.ts)_ ## `sf project retrieve start` @@ -6921,7 +6928,7 @@ ENVIRONMENT VARIABLES SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.8/src/commands/project/retrieve/start.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.9/src/commands/project/retrieve/start.ts)_ ## `sf schema generate field` diff --git a/package.json b/package.json index 8fc5e017..2d2f3e73 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.27.5", + "version": "2.27.6", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -139,7 +139,7 @@ "@oclif/plugin-commands": "3.1.1", "@oclif/plugin-help": "6.0.12", "@oclif/plugin-not-found": "3.0.9", - "@oclif/plugin-plugins": "4.1.22", + "@oclif/plugin-plugins": "4.1.23", "@oclif/plugin-search": "1.0.12", "@oclif/plugin-update": "4.1.8", "@oclif/plugin-version": "2.0.11", @@ -149,7 +149,7 @@ "@salesforce/plugin-apex": "3.0.22", "@salesforce/plugin-auth": "3.3.6", "@salesforce/plugin-data": "3.0.18", - "@salesforce/plugin-deploy-retrieve": "3.2.8", + "@salesforce/plugin-deploy-retrieve": "3.2.9", "@salesforce/plugin-info": "3.0.19", "@salesforce/plugin-limits": "3.1.6", "@salesforce/plugin-marketplace": "1.0.20", @@ -162,7 +162,7 @@ "@salesforce/plugin-telemetry": "3.1.10", "@salesforce/plugin-templates": "56.0.12", "@salesforce/plugin-trust": "3.3.4", - "@salesforce/plugin-user": "3.2.5", + "@salesforce/plugin-user": "3.2.6", "@salesforce/sf-plugins-core": "7.1.4", "debug": "^4.3.4" }, @@ -200,7 +200,7 @@ "resolutions": { "@salesforce/schemas": "1.6.1", "@salesforce/templates": "60.1.0", - "@salesforce/source-deploy-retrieve": "10.2.14", + "@salesforce/source-deploy-retrieve": "10.3.0", "@salesforce/source-tracking": "5.1.9" }, "repository": "salesforcecli/cli", diff --git a/yarn.lock b/yarn.lock index 33d045fc..edff82d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -863,7 +863,7 @@ "@smithy/types" "^2.9.1" tslib "^2.5.0" -"@aws-sdk/types@3.496.0", "@aws-sdk/types@^3.222.0": +"@aws-sdk/types@3.496.0": version "3.496.0" resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.496.0.tgz#cdde44a94a57cf8f97cf05e4d0bdce2f56ce4eeb" integrity sha512-umkGadK4QuNQaMoDICMm7NKRI/mYSXiyPjcn3d53BhsuArYU/52CebGQKdt4At7SwwsiVJZw9RNBHyN5Mm0HVw== @@ -871,7 +871,7 @@ "@smithy/types" "^2.9.1" tslib "^2.5.0" -"@aws-sdk/types@3.502.0": +"@aws-sdk/types@3.502.0", "@aws-sdk/types@^3.222.0": version "3.502.0" resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.502.0.tgz#c23dda4df7fdbe32642d4f5ab23516f455fb6aba" integrity sha512-M0DSPYe/gXhwD2QHgoukaZv5oDxhW3FfvYIrJptyqUq3OnPJBcDbihHjrE0PBtfh/9kgMZT60/fQ2NVFANfa2g== @@ -2093,7 +2093,7 @@ dependencies: which "^3.0.0" -"@npmcli/promise-spawn@^7.0.0", "@npmcli/promise-spawn@^7.0.1": +"@npmcli/promise-spawn@^7.0.0": version "7.0.1" resolved "https://registry.yarnpkg.com/@npmcli/promise-spawn/-/promise-spawn-7.0.1.tgz#a836de2f42a2245d629cf6fbb8dd6c74c74c55af" integrity sha512-P4KkF9jX3y+7yFUxgcUdDtLy+t4OlDGuEBLNs57AZsfSfg+uV6MLndqGpnl4831ggaEdXwR50XFoZP4VFtHolg== @@ -2128,7 +2128,7 @@ read-package-json-fast "^3.0.0" which "^3.0.0" -"@npmcli/run-script@^7.0.0", "@npmcli/run-script@^7.0.2", "@npmcli/run-script@^7.0.4": +"@npmcli/run-script@^7.0.0", "@npmcli/run-script@^7.0.2": version "7.0.4" resolved "https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-7.0.4.tgz#9f29aaf4bfcf57f7de2a9e28d1ef091d14b2e6eb" integrity sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg== @@ -2256,15 +2256,15 @@ chalk "^5.3.0" fast-levenshtein "^3.0.0" -"@oclif/plugin-plugins@4.1.22": - version "4.1.22" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-4.1.22.tgz#c117560b92b01ff6a3fc756299ab8a6b277a1cd9" - integrity sha512-TKshx/QGSsLTZRA1Gplf/AV7VIF9L8mRVZsOC1r4voBkFBYZ9XJRy1PDcOMOu0WEbi7QvvXPtbDYXMw0I8WhlQ== +"@oclif/plugin-plugins@4.1.23": + version "4.1.23" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-4.1.23.tgz#d430cd0fbc0a33faf979593a1f4027ec642172fd" + integrity sha512-kEB+xwVemFdZNV8B4enO2Jgrk9ONQgoDKJ7cJuyw8QPjfaUqnAX2fJhy16YKRJt4VqmSt4Jkk5L0GgKt1/M4Eg== dependencies: "@oclif/core" "^3.10.2" chalk "^5.3.0" debug "^4.3.4" - npm "10.4.0" + npm "10.2.4" npm-run-path "^4.0.1" semver "^7.5.4" shelljs "^0.8.5" @@ -2762,10 +2762,10 @@ csv-stringify "^6.4.5" jsforce "^2.0.0-beta.29" -"@salesforce/plugin-deploy-retrieve@3.2.8": - version "3.2.8" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.2.8.tgz#bfa089eb66792f29ed9ab0ca38877bcff2ff4b70" - integrity sha512-s+6LPPeRRJTWiHKL8geTiGeBpKTyEKjqFqMbHuPdmmHWkEFjtFJGkBVHEKnELZN561J86CpoEINdH7VUa50GJw== +"@salesforce/plugin-deploy-retrieve@3.2.9": + version "3.2.9" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.2.9.tgz#ed96a3574ac996212b54c8d390dfd9de0131d3ba" + integrity sha512-PeBYwhTlwNLzUwn0ImbrDZKflZH/wG3EgCPpeOgNLnd/N16blFFT4tKWoag2h0EDNf6FBZC98kJq4TfkpW/OBg== dependencies: "@oclif/core" "^3.18.1" "@salesforce/apex-node" "^3.0.2" @@ -2975,10 +2975,10 @@ proxy-agent "^6.3.1" shelljs "^0.8.4" -"@salesforce/plugin-user@3.2.5": - version "3.2.5" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-user/-/plugin-user-3.2.5.tgz#71a98085726d73733c4aa7f01041a512a60526b9" - integrity sha512-KRoZsakcnRMBtXGFMVLbGHXiagWEjdYg1zAhUZmlMkBRXRPUAFymsLmnOdtca67pipiD1p045CXSM/cRS22C/A== +"@salesforce/plugin-user@3.2.6": + version "3.2.6" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-user/-/plugin-user-3.2.6.tgz#6548c207aeffde5d034f469b31516b850f644165" + integrity sha512-BSfPYMF6T1St2A/8P/ZPoJO2DIlALwhC9n7DIa7/EaZRyA8/XTxFlc9Q+gOII9PkZDlLCimVCwU7KBzHk7I5ww== dependencies: "@oclif/core" "^3.18.1" "@salesforce/core" "^6.4.2" @@ -3035,10 +3035,10 @@ chalk "^4" inquirer "^8.2.5" -"@salesforce/source-deploy-retrieve@10.2.14", "@salesforce/source-deploy-retrieve@^10.2.11", "@salesforce/source-deploy-retrieve@^10.2.13", "@salesforce/source-deploy-retrieve@^10.2.14": - version "10.2.14" - resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.2.14.tgz#df137ab8a8eeb1519241b74b5218836fce92c9d8" - integrity sha512-2xvFwb+iazp/CgQSQ4f89iu0KCKsEHZY2W3SdO8pQTH7MMrUWnziMQZ+2i8huqLkRPJ4iEcxbm0kpEiaWjDhEQ== +"@salesforce/source-deploy-retrieve@10.3.0", "@salesforce/source-deploy-retrieve@^10.2.11", "@salesforce/source-deploy-retrieve@^10.2.13", "@salesforce/source-deploy-retrieve@^10.2.14": + version "10.3.0" + resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.3.0.tgz#c875278b33d43d3c82f7fa3a896b700a2406145e" + integrity sha512-NCYJmknqCIhBxU/cKFXpwX8bN+mUP0p8Ip27v+sKyrK3N+769zjl7M0VJ7+exKPRlH4ro3gi3zNwBFPQGIHzRg== dependencies: "@salesforce/core" "^6.5.1" "@salesforce/kit" "^3.0.15" @@ -3163,7 +3163,7 @@ "@sigstore/protobuf-specs" "^0.2.0" tuf-js "^1.1.7" -"@sigstore/tuf@^2.1.0", "@sigstore/tuf@^2.3.0": +"@sigstore/tuf@^2.1.0", "@sigstore/tuf@^2.2.0", "@sigstore/tuf@^2.3.0": version "2.3.0" resolved "https://registry.yarnpkg.com/@sigstore/tuf/-/tuf-2.3.0.tgz#de64925ea10b16f3a7e77535d91eaf22be4dd904" integrity sha512-S98jo9cpJwO1mtQ+2zY7bOdcYyfVYCUaofCG6wWRzk3pxKHVAkSfshkfecto2+LKsx7Ovtqbgb2LS8zTRhxJ9Q== @@ -4774,7 +4774,7 @@ cacache@^17.0.0, cacache@^17.0.4, cacache@^17.1.3: tar "^6.1.11" unique-filename "^3.0.0" -cacache@^18.0.0, cacache@^18.0.2: +cacache@^18.0.0: version "18.0.2" resolved "https://registry.yarnpkg.com/cacache/-/cacache-18.0.2.tgz#fd527ea0f03a603be5c0da5805635f8eef00c60c" integrity sha512-r3NU8h/P+4lVUHfeRw1dtgQYar3DZMm4/cm2bZgOvrFC/su7budSOeqh52VJIC4U4iG1WWwV6vRW0znqBvxNuw== @@ -8120,7 +8120,7 @@ json-parse-even-better-errors@^2.3.0, json-parse-even-better-errors@^2.3.1: resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== -json-parse-even-better-errors@^3.0.0, json-parse-even-better-errors@^3.0.1: +json-parse-even-better-errors@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.1.tgz#02bb29fb5da90b5444581749c22cedd3597c6cb0" integrity sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg== @@ -9811,10 +9811,10 @@ npm@10.2.3: which "^4.0.0" write-file-atomic "^5.0.1" -npm@10.4.0: - version "10.4.0" - resolved "https://registry.yarnpkg.com/npm/-/npm-10.4.0.tgz#904025b4d932cfaed8799e644a1c5ae7f02729fc" - integrity sha512-RS7Mx0OVfXlOcQLRePuDIYdFCVBPCNapWHplDK+mh7GDdP/Tvor4ocuybRRPSvfcRb2vjRJt1fHCqw3cr8qACQ== +npm@10.2.4: + version "10.2.4" + resolved "https://registry.yarnpkg.com/npm/-/npm-10.2.4.tgz#5ada7389d5f32b7a8e2900a9fd2f5eb5ed7e71c2" + integrity sha512-umEuYneVEYO9KoEEI8n2sSGmNQeqco/3BSeacRlqIkCzw4E7XGtYSWMeJobxzr6hZ2n9cM+u5TsMTcC5bAgoWA== dependencies: "@isaacs/string-locale-compare" "^1.1.0" "@npmcli/arborist" "^7.2.1" @@ -9822,12 +9822,12 @@ npm@10.4.0: "@npmcli/fs" "^3.1.0" "@npmcli/map-workspaces" "^3.0.4" "@npmcli/package-json" "^5.0.0" - "@npmcli/promise-spawn" "^7.0.1" - "@npmcli/run-script" "^7.0.4" - "@sigstore/tuf" "^2.3.0" + "@npmcli/promise-spawn" "^7.0.0" + "@npmcli/run-script" "^7.0.2" + "@sigstore/tuf" "^2.2.0" abbrev "^2.0.0" archy "~1.0.0" - cacache "^18.0.2" + cacache "^18.0.0" chalk "^5.3.0" ci-info "^4.0.0" cli-columns "^4.0.0" @@ -9841,7 +9841,7 @@ npm@10.4.0: ini "^4.1.1" init-package-json "^6.0.0" is-cidr "^5.0.3" - json-parse-even-better-errors "^3.0.1" + json-parse-even-better-errors "^3.0.0" libnpmaccess "^8.0.1" libnpmdiff "^6.0.3" libnpmexec "^7.0.4" @@ -9870,7 +9870,7 @@ npm@10.4.0: npm-user-validate "^2.0.0" npmlog "^7.0.1" p-map "^4.0.0" - pacote "^17.0.6" + pacote "^17.0.4" parse-conflict-json "^3.0.1" proc-log "^3.0.0" qrcode-terminal "^0.12.0" @@ -9878,6 +9878,7 @@ npm@10.4.0: semver "^7.5.4" spdx-expression-parse "^3.0.1" ssri "^10.0.5" + strip-ansi "^7.1.0" supports-color "^9.4.0" tar "^6.2.0" text-table "~0.2.0" @@ -10400,7 +10401,7 @@ pacote@^15.0.0, pacote@^15.0.8, pacote@^15.2.0: ssri "^10.0.0" tar "^6.1.11" -pacote@^17.0.0, pacote@^17.0.4, pacote@^17.0.6: +pacote@^17.0.0, pacote@^17.0.4: version "17.0.6" resolved "https://registry.yarnpkg.com/pacote/-/pacote-17.0.6.tgz#874bb59cda5d44ab784d0b6530fcb4a7d9b76a60" integrity sha512-cJKrW21VRE8vVTRskJo78c/RCvwJCn1f4qgfxL4w77SOWrTCRcmfkYHlHtS0gqpgjv3zhXflRtgsrUCX5xwNnQ== @@ -11762,7 +11763,7 @@ stringify-package@^1.0.1: dependencies: ansi-regex "^5.0.1" -strip-ansi@^7.0.1: +strip-ansi@^7.0.1, strip-ansi@^7.1.0: version "7.1.0" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45" integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==