Skip to content

Commit 0dc3ee7

Browse files
fix(deps): bump @salesforce/sf-plugins-core from 5.0.12 to 5.0.13
Bumps [@salesforce/sf-plugins-core](https://github.com/salesforcecli/sf-plugins-core) from 5.0.12 to 5.0.13. - [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@5.0.12...5.0.13) --- updated-dependencies: - dependency-name: "@salesforce/sf-plugins-core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b94dbd6 commit 0dc3ee7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@oclif/core": "^3.15.0",
99
"@salesforce/core": "^6.4.2",
1010
"@salesforce/kit": "^3.0.15",
11-
"@salesforce/sf-plugins-core": "^5.0.12",
11+
"@salesforce/sf-plugins-core": "^5.0.13",
1212
"@salesforce/ts-types": "^2.0.9",
1313
"chalk": "^5.3.0",
1414
"open": "^9.1.0"

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1027,12 +1027,12 @@
10271027
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
10281028
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
10291029

1030-
"@salesforce/sf-plugins-core@^5.0.12":
1031-
version "5.0.12"
1032-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.12.tgz#f638a8091316b70b4cb981b0847326fd8c32c2f4"
1033-
integrity sha512-2ZuD++T+c0mGmLep0K54ucA3GIjlRWdR0L+oMLlcTYcf6rxEV72D9MMszS3syVabSJeNGrKIgsO3kP9c13PCAQ==
1030+
"@salesforce/sf-plugins-core@^5.0.12", "@salesforce/sf-plugins-core@^5.0.13":
1031+
version "5.0.13"
1032+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz#f2941527d66ded5750a6646e146af047ab72acc9"
1033+
integrity sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==
10341034
dependencies:
1035-
"@oclif/core" "^3.15.0"
1035+
"@oclif/core" "^3.15.1"
10361036
"@salesforce/core" "^6.4.1"
10371037
"@salesforce/kit" "^3.0.15"
10381038
"@salesforce/ts-types" "^2.0.9"

0 commit comments

Comments
 (0)