Skip to content

Commit ee1023d

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

1 file changed

Lines changed: 23 additions & 4 deletions

File tree

yarn.lock

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,9 +1410,9 @@
14101410
fastq "^1.6.0"
14111411

14121412
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.8.0":
1413-
version "4.8.0"
1414-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.0.tgz#bde8fad00019c8c0a8e27787b4b42c4670842785"
1415-
integrity sha512-jteNUQKgJHLHFbbz806aGZqf+RJJ7t4gwF4MYa8fCwCxQ8/klJNWc0MvaJiBebk7Mc+J39mdlsB4XraaCKznFw==
1413+
version "4.8.2"
1414+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.2.tgz#b4bb065b44da9eb2719086854b009a6747455d09"
1415+
integrity sha512-P+XAOtuWM/Fewau64c31bYUiLFJTzhth229xVbBrG1siLc7+2uezUYhP5eWn/++nZPZ/wChSqYgQNN4HPw/ZHQ==
14161416
dependencies:
14171417
ansi-escapes "^4.3.2"
14181418
ansis "^3.17.0"
@@ -1424,7 +1424,7 @@
14241424
indent-string "^4.0.0"
14251425
is-wsl "^2.2.0"
14261426
lilconfig "^3.1.3"
1427-
minimatch "^9.0.5"
1427+
minimatch "^10.2.4"
14281428
semver "^7.7.3"
14291429
string-width "^4.2.3"
14301430
supports-color "^8"
@@ -2783,6 +2783,11 @@ balanced-match@^3.0.0:
27832783
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-3.0.1.tgz#e854b098724b15076384266497392a271f4a26a0"
27842784
integrity sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w==
27852785

2786+
balanced-match@^4.0.2:
2787+
version "4.0.4"
2788+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
2789+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
2790+
27862791
base64-js@^1.3.1:
27872792
version "1.5.1"
27882793
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
@@ -2825,6 +2830,13 @@ brace-expansion@^4.0.0:
28252830
dependencies:
28262831
balanced-match "^3.0.0"
28272832

2833+
brace-expansion@^5.0.2:
2834+
version "5.0.4"
2835+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
2836+
integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
2837+
dependencies:
2838+
balanced-match "^4.0.2"
2839+
28282840
braces@^3.0.3, braces@~3.0.2:
28292841
version "3.0.3"
28302842
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -5552,6 +5564,13 @@ minimatch@9.0.3:
55525564
dependencies:
55535565
brace-expansion "^2.0.1"
55545566

5567+
minimatch@^10.2.4:
5568+
version "10.2.4"
5569+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
5570+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
5571+
dependencies:
5572+
brace-expansion "^5.0.2"
5573+
55555574
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
55565575
version "3.1.2"
55575576
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"

0 commit comments

Comments
 (0)