Skip to content

Commit 76e8065

Browse files
fix(deps): bump @oclif/core from 4.10.2 to 4.10.5
Bumps [@oclif/core](https://github.com/oclif/core) from 4.10.2 to 4.10.5. - [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.5) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.10.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba33373 commit 76e8065

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
@@ -1672,9 +1672,9 @@
16721672
wrap-ansi "^7.0.0"
16731673

16741674
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.5.2":
1675-
version "4.10.2"
1676-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.2.tgz#9cda34a5cb389a7d225cd484c21c6e87f76bb5ee"
1677-
integrity sha512-3GvDh5nqpIE8566qUF5cBHKog9DFV9XgBeuR0nUrz0OMuz2FPYHat1AZHOwyQbvH9OKL4gJNQZHcsDOqDM/FRA==
1675+
version "4.10.5"
1676+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.5.tgz#bcf7c5bb783849ccdce2fd2b5d691a247082ba51"
1677+
integrity sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==
16781678
dependencies:
16791679
ansi-escapes "^4.3.2"
16801680
ansis "^3.17.0"
@@ -1686,7 +1686,7 @@
16861686
indent-string "^4.0.0"
16871687
is-wsl "^2.2.0"
16881688
lilconfig "^3.1.3"
1689-
minimatch "^10.2.4"
1689+
minimatch "^10.2.5"
16901690
semver "^7.7.3"
16911691
string-width "^4.2.3"
16921692
supports-color "^8"
@@ -3240,10 +3240,10 @@ brace-expansion@^4.0.0:
32403240
dependencies:
32413241
balanced-match "^3.0.0"
32423242

3243-
brace-expansion@^5.0.2:
3244-
version "5.0.4"
3245-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
3246-
integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
3243+
brace-expansion@^5.0.5:
3244+
version "5.0.5"
3245+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
3246+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
32473247
dependencies:
32483248
balanced-match "^4.0.2"
32493249

@@ -6246,12 +6246,12 @@ minimatch@9.0.3:
62466246
dependencies:
62476247
brace-expansion "^2.0.1"
62486248

6249-
minimatch@^10.2.4:
6250-
version "10.2.4"
6251-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
6252-
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
6249+
minimatch@^10.2.4, minimatch@^10.2.5:
6250+
version "10.2.5"
6251+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
6252+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
62536253
dependencies:
6254-
brace-expansion "^5.0.2"
6254+
brace-expansion "^5.0.5"
62556255

62566256
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
62576257
version "3.1.2"

0 commit comments

Comments
 (0)