Skip to content

Commit bd01231

Browse files
fix(deps): bump @oclif/core from 4.0.18 to 4.0.23 (#978)
Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.18 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.18...4.0.23) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8210985 commit bd01231

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

yarn.lock

+5-4
Original file line numberDiff line numberDiff line change
@@ -1269,22 +1269,23 @@
12691269
which "^4.0.0"
12701270

12711271
"@oclif/core@^4":
1272-
version "4.0.18"
1273-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.18.tgz#a4df3fc79645491b5335dca11451c44edf5bf3df"
1274-
integrity sha512-3EP4zJ+1ndc92UxdNmGX4HhFK5Xh94fWvUeOW1Tu/Ed+/jAljIsbmZyjVhDoE0vV5cftT+3QaVB/LFxaXxty/w==
1272+
version "4.0.23"
1273+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.23.tgz#8772cfd57f850e2e17b703166b44da092a7986a0"
1274+
integrity sha512-wDl/eis7XDIM1pQWUGKLB+EQKJO9UrjaQ5NcwIbz7GW0gWuJfo9QAK75csgNUN/9Pbok9Ryt+sJgogS4RCIp5g==
12751275
dependencies:
12761276
ansi-escapes "^4.3.2"
12771277
ansis "^3.3.2"
12781278
clean-stack "^3.0.1"
12791279
cli-spinners "^2.9.2"
1280-
debug "^4.3.5"
1280+
debug "^4.3.7"
12811281
ejs "^3.1.10"
12821282
get-package-type "^0.1.0"
12831283
globby "^11.1.0"
12841284
indent-string "^4.0.0"
12851285
is-wsl "^2.2.0"
12861286
lilconfig "^3.1.2"
12871287
minimatch "^9.0.5"
1288+
semver "^7.6.3"
12881289
string-width "^4.2.3"
12891290
supports-color "^8"
12901291
widest-line "^3.1.0"

0 commit comments

Comments
 (0)