Skip to content

Commit 2e12e94

Browse files
fix(deps): bump @salesforce/sf-plugins-core from 8.0.1 to 8.0.2 (#1139)
Bumps [@salesforce/sf-plugins-core](https://github.com/salesforcecli/sf-plugins-core) from 8.0.1 to 8.0.2. - [Release notes](https://github.com/salesforcecli/sf-plugins-core/releases) - [Changelog](https://github.com/salesforcecli/sf-plugins-core/blob/main/CHANGELOG.md) - [Commits](salesforcecli/sf-plugins-core@8.0.1...8.0.2) --- updated-dependencies: - dependency-name: "@salesforce/sf-plugins-core" dependency-type: direct:production 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 caf22c4 commit 2e12e94

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@salesforce/apex-node": "^4.0.2",
1010
"@salesforce/core": "^6.4.4",
1111
"@salesforce/kit": "^3.0.15",
12-
"@salesforce/sf-plugins-core": "^8.0.1",
12+
"@salesforce/sf-plugins-core": "^8.0.2",
1313
"@salesforce/source-deploy-retrieve": "^10.5.5",
1414
"@salesforce/source-tracking": "^5.1.11",
1515
"chalk": "^5.3.0",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1435,7 +1435,7 @@
14351435
read-package-json-fast "^3.0.0"
14361436
which "^3.0.0"
14371437

1438-
"@oclif/[email protected]", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.20.0", "@oclif/core@^3.23.0", "@oclif/core@^3.25.2":
1438+
"@oclif/[email protected]", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.20.0", "@oclif/core@^3.25.2", "@oclif/core@^3.26.0":
14391439
version "3.26.0"
14401440
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
14411441
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
@@ -1754,14 +1754,14 @@
17541754
chalk "^4"
17551755
inquirer "^8.2.5"
17561756

1757-
"@salesforce/sf-plugins-core@^8.0.1":
1758-
version "8.0.1"
1759-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.1.tgz#f155cddfd7695aab0d8264848b634b2a91cdbf2c"
1760-
integrity sha512-R6SqJ1XqSINSWdZruKtC2SKGnLBh7KbFI7+qS0FYlyPU4IlWoa+AZkGwWvlczuSOumqnlhT95rNKwZTS5rJugA==
1757+
"@salesforce/sf-plugins-core@^8.0.2":
1758+
version "8.0.2"
1759+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.2.tgz#151437df675ff498110cffe00033cd8dcddce4a2"
1760+
integrity sha512-/93DgM7eCqXYP91bJz/gQ9KsumNoqRPp5DZoltrhM3JPo1a5J6LwfITw56aEvERY+LeTVubH3wwpQuzt0+8nLg==
17611761
dependencies:
17621762
"@inquirer/confirm" "^2.0.17"
17631763
"@inquirer/password" "^1.1.16"
1764-
"@oclif/core" "^3.23.0"
1764+
"@oclif/core" "^3.26.0"
17651765
"@salesforce/core" "^6.7.3"
17661766
"@salesforce/kit" "^3.0.15"
17671767
"@salesforce/ts-types" "^2.0.9"

0 commit comments

Comments
 (0)