Skip to content

Commit

Permalink
fix(deps): bump @oclif/core from 4.0.22 to 4.0.23 (#748)
Browse files Browse the repository at this point in the history
Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.22 to 4.0.23.
- [Release notes](https://github.com/oclif/core/releases)
- [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
- [Commits](oclif/core@4.0.22...4.0.23)

---
updated-dependencies:
- dependency-name: "@oclif/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 27, 2024
1 parent 469ed01 commit 41e14d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@jayree/changelog": "^1.2.4",
"@jsforce/jsforce-node": "^3.4.2",
"@listr2/prompt-adapter-enquirer": "^2.0.11",
"@oclif/core": "^4.0.22",
"@oclif/core": "^4.0.23",
"@salesforce/core": "^8.6.1",
"@salesforce/sf-plugins-core": "^11.3.10",
"@salesforce/source-deploy-retrieve": "^12.7.1",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1645,10 +1645,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@oclif/core@^4", "@oclif/core@^4.0.19", "@oclif/core@^4.0.22":
version "4.0.22"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.22.tgz#acb233c0c18ff4f365caca15e29e2807a4325709"
integrity sha512-aXM2O4g7f+kPNzhhOfqGOVRVYDxTVrH7Y720MuH0Twq5WHMxI4XwntnyBaRscoCPG6FWhItZLtiZxsvaUdupGg==
"@oclif/core@^4", "@oclif/core@^4.0.19", "@oclif/core@^4.0.23":
version "4.0.23"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.23.tgz#8772cfd57f850e2e17b703166b44da092a7986a0"
integrity sha512-wDl/eis7XDIM1pQWUGKLB+EQKJO9UrjaQ5NcwIbz7GW0gWuJfo9QAK75csgNUN/9Pbok9Ryt+sJgogS4RCIp5g==
dependencies:
ansi-escapes "^4.3.2"
ansis "^3.3.2"
Expand All @@ -1662,6 +1662,7 @@
is-wsl "^2.2.0"
lilconfig "^3.1.2"
minimatch "^9.0.5"
semver "^7.6.3"
string-width "^4.2.3"
supports-color "^8"
widest-line "^3.1.0"
Expand Down

0 comments on commit 41e14d9

Please sign in to comment.