Skip to content

Commit a4e865d

Browse files
chore(dev-deps): bump @salesforce/plugin-command-reference (#389)
Bumps [@salesforce/plugin-command-reference](https://github.com/salesforcecli/plugin-command-reference) from 3.0.69 to 3.0.70. - [Release notes](https://github.com/salesforcecli/plugin-command-reference/releases) - [Changelog](https://github.com/salesforcecli/plugin-command-reference/blob/main/CHANGELOG.md) - [Commits](salesforcecli/plugin-command-reference@3.0.69...3.0.70) --- updated-dependencies: - dependency-name: "@salesforce/plugin-command-reference" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 216e28c commit a4e865d

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@oclif/plugin-command-snapshot": "^5.0.9",
2020
"@salesforce/cli-plugins-testkit": "^5.1.10",
2121
"@salesforce/dev-scripts": "^8.4.1",
22-
"@salesforce/plugin-command-reference": "^3.0.69",
22+
"@salesforce/plugin-command-reference": "^3.0.70",
2323
"@salesforce/ts-sinon": "^1.4.19",
2424
"@types/lodash.get": "^4.4.9",
2525
"eslint-plugin-mocha": "^10.3.0",

yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1795,10 +1795,10 @@
17951795
read-package-json-fast "^3.0.0"
17961796
which "^3.0.0"
17971797

1798-
"@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6":
1799-
version "3.19.6"
1800-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.6.tgz#12e5cb073016d8c32c469d2fec0cd585ac5c1c09"
1801-
integrity sha512-1ryQWAx7VOf+Wq6pv00uilOo56DrG0drr42crmCQ3eYrPPz252EmNCoFkoOBk7McN6x0f4ega83c0yNNCXmiXw==
1798+
"@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0":
1799+
version "3.23.0"
1800+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.23.0.tgz#d0ccc5f99c376e4bcfce04e8e94efae8417a53f8"
1801+
integrity sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw==
18021802
dependencies:
18031803
"@types/cli-progress" "^3.11.5"
18041804
ansi-escapes "^4.3.2"
@@ -1816,6 +1816,7 @@
18161816
indent-string "^4.0.0"
18171817
is-wsl "^2.2.0"
18181818
js-yaml "^3.14.1"
1819+
minimatch "^9.0.3"
18191820
natural-orderby "^2.0.3"
18201821
object-treeify "^1.1.33"
18211822
password-prompt "^1.1.3"
@@ -2060,12 +2061,12 @@
20602061
"@salesforce/ts-types" "^2.0.9"
20612062
tslib "^2.6.2"
20622063

2063-
"@salesforce/plugin-command-reference@^3.0.69":
2064-
version "3.0.69"
2065-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.69.tgz#e187706e6751a27d99047f8fe5b42cda8c6a8819"
2066-
integrity sha512-SVUx7CMdc9h10x1S1X50Vk5q8lNm53Erz+j8X1niAAqeoh/cubYrwChyJS8rhrToxLfV3OeHJ7NQsqovNqTzVg==
2064+
"@salesforce/plugin-command-reference@^3.0.70":
2065+
version "3.0.70"
2066+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.70.tgz#0573fcdaf86679a98e0e8088ed75f2e7d0388639"
2067+
integrity sha512-MwgdWn5OzY3d+6PgW/aopYqnGmeLvs/7JXS5VNOO63bnYYfhwCwzoJL9gRkL8v+PWeU6wZhEDITNPOM6x7K+YA==
20672068
dependencies:
2068-
"@oclif/core" "^3.19.6"
2069+
"@oclif/core" "^3.20.0"
20692070
"@salesforce/core" "^6.5.3"
20702071
"@salesforce/kit" "^3.0.15"
20712072
"@salesforce/sf-plugins-core" "^5.0.13"

0 commit comments

Comments
 (0)