Skip to content

Commit 92f7956

Browse files
fix(deps): bump @oclif/core from 4.0.6 to 4.0.7
Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.6 to 4.0.7. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.0.6...4.0.7) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef88f94 commit 92f7956

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
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"@inquirer/confirm": "^3.1.9",
4848
"@inquirer/password": "^2.1.9",
49-
"@oclif/core": "^4.0.6",
49+
"@oclif/core": "^4.0.7",
5050
"@salesforce/core": "^8.0.1",
5151
"@salesforce/kit": "^3.1.6",
5252
"@salesforce/ts-types": "^2.0.10",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -586,10 +586,10 @@
586586
"@nodelib/fs.scandir" "2.1.5"
587587
fastq "^1.6.0"
588588

589-
"@oclif/core@^4.0.6":
590-
version "4.0.6"
591-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.6.tgz#05958a928591567b7fe90638e0ee8df9e07eb3ff"
592-
integrity sha512-z/4YUVQsf2pHsXRze5etbmvAYDhoUhIzpM6oJGEdsdWfvQJ6YQBogH7TdX/ItuGda6+vpfXg/4U1CtPexSF+bA==
589+
"@oclif/core@^4.0.7":
590+
version "4.0.7"
591+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.7.tgz#e624fa6e91ddcd84ebd0aa9e6efbe17b94f2dd1f"
592+
integrity sha512-sU4Dx+RXCWAkrMw8tQFYAL6VfcHYKLPxVC9iKfgTXr4aDhcCssDwrbgpx0Di1dnNxvQlDGUhuCEInZuIY/nNfw==
593593
dependencies:
594594
ansi-escapes "^4.3.2"
595595
ansis "^3.1.1"

0 commit comments

Comments
 (0)