Skip to content

Commit 11af429

Browse files
fix(deps): bump @salesforce/core from 8.8.7 to 8.9.0
Bumps [@salesforce/core](https://github.com/forcedotcom/sfdx-core) from 8.8.7 to 8.9.0. - [Release notes](https://github.com/forcedotcom/sfdx-core/releases) - [Changelog](https://github.com/forcedotcom/sfdx-core/blob/main/CHANGELOG.md) - [Commits](forcedotcom/sfdx-core@8.8.7...8.9.0) --- updated-dependencies: - dependency-name: "@salesforce/core" dependency-version: 8.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 998567f commit 11af429

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"repository": "salesforcecli/eslint-plugin-sf-plugin",
1616
"dependencies": {
17-
"@salesforce/core": "^8.8.7",
17+
"@salesforce/core": "^8.9.0",
1818
"@typescript-eslint/utils": "^7.18.0"
1919
},
2020
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -653,10 +653,10 @@
653653
resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
654654
integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
655655

656-
"@salesforce/core@^8.8.7":
657-
version "8.8.7"
658-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.7.tgz#ac307e8f10934affa7bcf33ccb65993669cd8f12"
659-
integrity sha512-AuPSmb/GZ7F8eV5GO6NcfFq3YSOVnPL4sssEQEvKduOSJMs8RTJ92kEefrId/tgFBYfw4b7UzndjFtdgrGGeoA==
656+
"@salesforce/core@^8.9.0":
657+
version "8.9.0"
658+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.9.0.tgz#318dead8c9399c016df5a8e526665d69dca17fb9"
659+
integrity sha512-p3ihmhGRfMrbup9unQ+YjDQb0o7WiNPUg38KB9J11YRMd2zKvERE1ncQcsnfOQ1MLRxvDMUchlKNrAe5Xw7RZw==
660660
dependencies:
661661
"@jsforce/jsforce-node" "^3.7.0"
662662
"@salesforce/kit" "^3.2.2"

0 commit comments

Comments
 (0)