Skip to content

Commit 44f389b

Browse files
fix(deps): bump @oclif/core from 4.0.3 to 4.0.6
Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.3 to 4.0.6. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.0.3...4.0.6) --- 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 5691f86 commit 44f389b

File tree

2 files changed

+11
-21
lines changed

2 files changed

+11
-21
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.3",
49+
"@oclif/core": "^4.0.6",
5050
"@salesforce/core": "^7.4.1",
5151
"@salesforce/kit": "^3.1.6",
5252
"@salesforce/ts-types": "^2.0.9",

yarn.lock

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

589-
"@oclif/core@^4.0.3":
590-
version "4.0.3"
591-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.3.tgz#6231272447c7057813986860448613ed38cfdc47"
592-
integrity sha512-yM8R/M2WfSNfL9eF8clS/SbQvanvHZJgoij5bLs3ro7uAFCkL/LYcagyj0UVGbysx5AI+SNIof6OHQUXYZpOZw==
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==
593593
dependencies:
594594
ansi-escapes "^4.3.2"
595595
ansis "^3.1.1"
596596
clean-stack "^3.0.1"
597597
cli-spinners "^2.9.2"
598-
cosmiconfig "^9.0.0"
599598
debug "^4.3.5"
600599
ejs "^3.1.10"
601600
get-package-type "^0.1.0"
602601
globby "^11.1.0"
603602
indent-string "^4.0.0"
604603
is-wsl "^2.2.0"
604+
lilconfig "^3.1.2"
605605
minimatch "^9.0.4"
606606
string-width "^4.2.3"
607607
supports-color "^8"
@@ -1655,16 +1655,6 @@ cosmiconfig@^8.0.0, cosmiconfig@^8.3.6:
16551655
parse-json "^5.2.0"
16561656
path-type "^4.0.0"
16571657

1658-
cosmiconfig@^9.0.0:
1659-
version "9.0.0"
1660-
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-9.0.0.tgz#34c3fc58287b915f3ae905ab6dc3de258b55ad9d"
1661-
integrity sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==
1662-
dependencies:
1663-
env-paths "^2.2.1"
1664-
import-fresh "^3.3.0"
1665-
js-yaml "^4.1.0"
1666-
parse-json "^5.2.0"
1667-
16681658
create-require@^1.1.0:
16691659
version "1.1.1"
16701660
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
@@ -1913,11 +1903,6 @@ entities@^4.2.0, entities@^4.5.0:
19131903
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
19141904
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
19151905

1916-
env-paths@^2.2.1:
1917-
version "2.2.1"
1918-
resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2"
1919-
integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==
1920-
19211906
error-ex@^1.3.1:
19221907
version "1.3.2"
19231908
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
@@ -3381,6 +3366,11 @@ lie@~3.3.0:
33813366
dependencies:
33823367
immediate "~3.0.5"
33833368

3369+
lilconfig@^3.1.2:
3370+
version "3.1.2"
3371+
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.2.tgz#e4a7c3cb549e3a606c8dcc32e5ae1005e62c05cb"
3372+
integrity sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==
3373+
33843374
lines-and-columns@^1.1.6:
33853375
version "1.2.4"
33863376
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"

0 commit comments

Comments
 (0)