Skip to content

Commit

Permalink
fix(deps): bump @salesforce/sf-plugins-core from 8.0.1 to 8.0.2
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 30, 2024
1 parent 671f218 commit c4a470f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@oclif/core": "^3.26.0",
"@salesforce/core": "^6.7.3",
"@salesforce/sf-plugins-core": "^8.0.1",
"@salesforce/sf-plugins-core": "^8.0.2",
"csv-parse": "^5.5.5",
"fast-xml-parser": "^4.3.6"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2049,14 +2049,14 @@
chalk "^4"
inquirer "^8.2.5"

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

0 comments on commit c4a470f

Please sign in to comment.