Skip to content

Commit

Permalink
chore: updates from devScripts
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Jun 20, 2024
1 parent 01a74bd commit 21a2b4f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 34 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@oclif/plugin-command-snapshot": "^5.2.3",
"@oclif/plugin-help": "^6.1.0",
"@salesforce/cli-plugins-testkit": "^5.3.15",
"@salesforce/dev-scripts": "^10.2.1",
"@salesforce/plugin-command-reference": "^3.1.4",
"@salesforce/dev-scripts": "^10.2.2",
"@salesforce/plugin-command-reference": "^3.1.5",
"@salesforce/source-testkit": "^2.2.23",
"@salesforce/ts-sinon": "1.4.20",
"@types/archiver": "^5.3.2",
Expand Down
46 changes: 14 additions & 32 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.8.1"

"@salesforce/core@^7.2.0", "@salesforce/core@^7.3.12", "@salesforce/core@^7.3.9", "@salesforce/core@^7.4.1":
"@salesforce/core@^7.2.0", "@salesforce/core@^7.3.9":
version "7.4.1"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.4.1.tgz#7c37623f6a89c199bf12cd6dc28d89bc950914ef"
integrity sha512-ccYs7uL4GYjdOcc44trfRnaz69kG0jU0aoT0qjPkIel8oVOyEoXaoDCG0A+2diqmicDp5uWK0pNs+tdWNj2mcQ==
Expand Down Expand Up @@ -1462,10 +1462,10 @@
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==

"@salesforce/dev-scripts@^10.2.1":
version "10.2.1"
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.1.tgz#e65e436195f6fd8dac0368f681fd151683b3e5bb"
integrity sha512-2/X21jsMeCPwQuskj+EhuEv0lYubBnfyM0ij7FT9pk76/JN6WDfIQLwcSsvqMmP+l82bAb/CgMixfmERfKWnxw==
"@salesforce/dev-scripts@^10.2.2":
version "10.2.2"
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.2.tgz#0fbcc6504712a38301da13b0ad5f10e38b705c8d"
integrity sha512-dLVhj2sxyXrmwypZN4Sra/cZyXqa1oM9iwq2dRto/0EVsn1kcAwASJo4p1xv5RsS25F/4nG4Wdu0O0qHWjqCBw==
dependencies:
"@commitlint/cli" "^17.1.2"
"@commitlint/config-conventional" "^17.8.1"
Expand Down Expand Up @@ -1494,23 +1494,23 @@
typescript "^5.4.3"
wireit "^0.14.4"

"@salesforce/kit@^3.1.0", "@salesforce/kit@^3.1.1", "@salesforce/kit@^3.1.2", "@salesforce/kit@^3.1.3", "@salesforce/kit@^3.1.6":
"@salesforce/kit@^3.1.0", "@salesforce/kit@^3.1.1", "@salesforce/kit@^3.1.2", "@salesforce/kit@^3.1.6":
version "3.1.6"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.6.tgz#aefb39c0e0f325e11f80551ff92cf6979dd74070"
integrity sha512-zAYPmCSAvdonDOnL5AzuVRVv0sRMlQd6gi12HDE1964VqSjt5pzlLU90thh3Qq4A1Wxbdu0FbHYx9BvZ4fWPvQ==
dependencies:
"@salesforce/ts-types" "^2.0.10"

"@salesforce/plugin-command-reference@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.4.tgz#8d30445640452c16dbad6803ae5131390f081b71"
integrity sha512-3TtbqLjLi7S4XWVg+0gJzeRMScZzuR9zPjEakSiV0vfpsJRgDzKKSAaAEEBpzJYB4fZ7CqgzN9PM9E40yxD3qg==
"@salesforce/plugin-command-reference@^3.1.5":
version "3.1.5"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.5.tgz#91231b949bb157d3c8c7930b1a234833bff9ee29"
integrity sha512-pTjWMHRZ9HM33f3OVGCf9NV0oG/mStkP6l59r2ELsYdmVPZoXbvnS8sy2xrijxwJ/jsiQr4fxh4W68Q0DGpxhg==
dependencies:
"@oclif/core" "^4"
"@salesforce/core" "^7.4.1"
"@salesforce/kit" "^3.1.1"
"@salesforce/sf-plugins-core" "^10.0.1"
"@salesforce/ts-types" "^2.0.9"
"@salesforce/core" "^8.0.1"
"@salesforce/kit" "^3.1.6"
"@salesforce/sf-plugins-core" "^11.1.1"
"@salesforce/ts-types" "^2.0.10"
chalk "^5.3.0"
debug "^4.3.4"
handlebars "^4.7.8"
Expand All @@ -1525,24 +1525,6 @@
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==

"@salesforce/sf-plugins-core@^10.0.1":
version "10.0.1"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-10.0.1.tgz#8df8e3b7a10f8ba75906c5d58eb3a7df32e42eb3"
integrity sha512-FsbZKshTgyHYO1KNuEuNGhzLj5diuh7lMElNkT4xfmwGjciDEIBtZf/aMAdN9AYpIj/TkAvi7Xnxs1gMHPOGNQ==
dependencies:
"@inquirer/confirm" "^3.1.9"
"@inquirer/password" "^2.1.9"
"@oclif/core" "^4.0.3"
"@salesforce/core" "^7.3.12"
"@salesforce/kit" "^3.1.3"
"@salesforce/ts-types" "^2.0.9"
ansis "^3.2.0"
cli-progress "^3.12.0"
natural-orderby "^3.0.2"
slice-ansi "^7.1.0"
string-width "^7.1.0"
terminal-link "^3.0.0"

"@salesforce/sf-plugins-core@^11.1.1":
version "11.1.1"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.1.tgz#f0168d8734cd458caa4063691b528a28b2d7b172"
Expand Down

0 comments on commit 21a2b4f

Please sign in to comment.