Skip to content

Commit 732ed9d

Browse files
authoredJun 16, 2024··
fix(deps): bump @oclif/core from 4.0.3 to 4.0.6 (#740)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a6a1253 commit 732ed9d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1275,21 +1275,21 @@
12751275
wrap-ansi "^7.0.0"
12761276

12771277
"@oclif/core@^4":
1278-
version "4.0.3"
1279-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.3.tgz#6231272447c7057813986860448613ed38cfdc47"
1280-
integrity sha512-yM8R/M2WfSNfL9eF8clS/SbQvanvHZJgoij5bLs3ro7uAFCkL/LYcagyj0UVGbysx5AI+SNIof6OHQUXYZpOZw==
1278+
version "4.0.6"
1279+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.6.tgz#05958a928591567b7fe90638e0ee8df9e07eb3ff"
1280+
integrity sha512-z/4YUVQsf2pHsXRze5etbmvAYDhoUhIzpM6oJGEdsdWfvQJ6YQBogH7TdX/ItuGda6+vpfXg/4U1CtPexSF+bA==
12811281
dependencies:
12821282
ansi-escapes "^4.3.2"
12831283
ansis "^3.1.1"
12841284
clean-stack "^3.0.1"
12851285
cli-spinners "^2.9.2"
1286-
cosmiconfig "^9.0.0"
12871286
debug "^4.3.5"
12881287
ejs "^3.1.10"
12891288
get-package-type "^0.1.0"
12901289
globby "^11.1.0"
12911290
indent-string "^4.0.0"
12921291
is-wsl "^2.2.0"
1292+
lilconfig "^3.1.2"
12931293
minimatch "^9.0.4"
12941294
string-width "^4.2.3"
12951295
supports-color "^8"
@@ -4201,10 +4201,10 @@ levn@^0.4.1:
42014201
prelude-ls "^1.2.1"
42024202
type-check "~0.4.0"
42034203

4204-
lilconfig@~3.1.1:
4205-
version "3.1.1"
4206-
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.1.tgz#9d8a246fa753106cfc205fd2d77042faca56e5e3"
4207-
integrity sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==
4204+
lilconfig@^3.1.2, lilconfig@~3.1.1:
4205+
version "3.1.2"
4206+
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.2.tgz#e4a7c3cb549e3a606c8dcc32e5ae1005e62c05cb"
4207+
integrity sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==
42084208

42094209
lines-and-columns@^1.1.6:
42104210
version "1.1.6"

0 commit comments

Comments
 (0)
Please sign in to comment.