Skip to content

Commit aa75fd0

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

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1744,9 +1744,9 @@
17441744
wrap-ansi "^7.0.0"
17451745

17461746
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.5.2":
1747-
version "4.10.2"
1748-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.2.tgz#9cda34a5cb389a7d225cd484c21c6e87f76bb5ee"
1749-
integrity sha512-3GvDh5nqpIE8566qUF5cBHKog9DFV9XgBeuR0nUrz0OMuz2FPYHat1AZHOwyQbvH9OKL4gJNQZHcsDOqDM/FRA==
1747+
version "4.10.6"
1748+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.6.tgz#233d66284d8c7c8162c9d437754503734069dd85"
1749+
integrity sha512-ySCOYnPKZE3KACT1V9It99hWG9b8E5MpagbRdWxPNRO3beMqmbr4SLUQoFtZ9XRtW++kks1ZVwZOdpnR8rpb9A==
17501750
dependencies:
17511751
ansi-escapes "^4.3.2"
17521752
ansis "^3.17.0"
@@ -1758,7 +1758,7 @@
17581758
indent-string "^4.0.0"
17591759
is-wsl "^2.2.0"
17601760
lilconfig "^3.1.3"
1761-
minimatch "^10.2.4"
1761+
minimatch "^10.2.5"
17621762
semver "^7.7.3"
17631763
string-width "^4.2.3"
17641764
supports-color "^8"
@@ -3402,10 +3402,10 @@ brace-expansion@^4.0.0:
34023402
dependencies:
34033403
balanced-match "^3.0.0"
34043404

3405-
brace-expansion@^5.0.2:
3406-
version "5.0.4"
3407-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
3408-
integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
3405+
brace-expansion@^5.0.5:
3406+
version "5.0.5"
3407+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
3408+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
34093409
dependencies:
34103410
balanced-match "^4.0.2"
34113411

@@ -6497,12 +6497,12 @@ minimatch@9.0.3:
64976497
dependencies:
64986498
brace-expansion "^2.0.1"
64996499

6500-
minimatch@^10.2.4:
6501-
version "10.2.4"
6502-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
6503-
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
6500+
minimatch@^10.2.4, minimatch@^10.2.5:
6501+
version "10.2.5"
6502+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
6503+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
65046504
dependencies:
6505-
brace-expansion "^5.0.2"
6505+
brace-expansion "^5.0.5"
65066506

65076507
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
65086508
version "3.1.2"

0 commit comments

Comments
 (0)