Skip to content

Commit 352a5ec

Browse files
fix(deps): bump @salesforce/core from 8.0.2 to 8.0.3
Bumps [@salesforce/core](https://github.com/forcedotcom/sfdx-core) from 8.0.2 to 8.0.3. - [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.0.2...8.0.3) --- updated-dependencies: - dependency-name: "@salesforce/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e9ed4a commit 352a5ec

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
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
88
"@oclif/core": "^4",
9-
"@salesforce/core": "^8.0.1",
9+
"@salesforce/core": "^8.0.3",
1010
"@salesforce/sf-plugins-core": "^11.1.1"
1111
},
1212
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1767,10 +1767,10 @@
17671767
strip-ansi "6.0.1"
17681768
ts-retry-promise "^0.8.1"
17691769

1770-
"@salesforce/core@^8.0.1":
1771-
version "8.0.2"
1772-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.0.2.tgz#f2f31024f3d264c3c862700a42712c69fc7e1160"
1773-
integrity sha512-DSQ6iZJhc5HWWfSnn8e0ECxQaY+uQzoNlqLZnwWggkMPlaurlNIpSd8Td+prLL0sQ4YS/SmB68gLnfpd7U++tg==
1770+
"@salesforce/core@^8.0.1", "@salesforce/core@^8.0.3":
1771+
version "8.0.3"
1772+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.0.3.tgz#8b25ce46100baef0a8e731b42d373edf508ab144"
1773+
integrity sha512-HirswUFGQIF5Ipaa+5l3kulBOf3L25Z3fzf5QqEI4vOxgBKN2bEdKHCA/PROufi3/ejFstiXcn9/jfgyjDdBqA==
17741774
dependencies:
17751775
"@jsforce/jsforce-node" "^3.2.0"
17761776
"@salesforce/kit" "^3.1.6"

0 commit comments

Comments
 (0)