|
1391 | 1391 | fastq "^1.6.0" |
1392 | 1392 |
|
1393 | 1393 | "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0": |
1394 | | - version "4.8.0" |
1395 | | - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.0.tgz#bde8fad00019c8c0a8e27787b4b42c4670842785" |
1396 | | - integrity sha512-jteNUQKgJHLHFbbz806aGZqf+RJJ7t4gwF4MYa8fCwCxQ8/klJNWc0MvaJiBebk7Mc+J39mdlsB4XraaCKznFw== |
| 1394 | + version "4.10.3" |
| 1395 | + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.3.tgz#8b817320a593a003698ed928c17f99a9ff6963fb" |
| 1396 | + integrity sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA== |
1397 | 1397 | dependencies: |
1398 | 1398 | ansi-escapes "^4.3.2" |
1399 | 1399 | ansis "^3.17.0" |
|
1405 | 1405 | indent-string "^4.0.0" |
1406 | 1406 | is-wsl "^2.2.0" |
1407 | 1407 | lilconfig "^3.1.3" |
1408 | | - minimatch "^9.0.5" |
| 1408 | + minimatch "^10.2.4" |
1409 | 1409 | semver "^7.7.3" |
1410 | 1410 | string-width "^4.2.3" |
1411 | 1411 | supports-color "^8" |
@@ -2897,6 +2897,11 @@ balanced-match@^3.0.0: |
2897 | 2897 | resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-3.0.1.tgz#e854b098724b15076384266497392a271f4a26a0" |
2898 | 2898 | integrity sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w== |
2899 | 2899 |
|
| 2900 | +balanced-match@^4.0.2: |
| 2901 | + version "4.0.4" |
| 2902 | + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a" |
| 2903 | + integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA== |
| 2904 | + |
2900 | 2905 | base64-js@^1.3.1: |
2901 | 2906 | version "1.5.1" |
2902 | 2907 | resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" |
@@ -2949,6 +2954,13 @@ brace-expansion@^4.0.0: |
2949 | 2954 | dependencies: |
2950 | 2955 | balanced-match "^3.0.0" |
2951 | 2956 |
|
| 2957 | +brace-expansion@^5.0.2: |
| 2958 | + version "5.0.5" |
| 2959 | + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb" |
| 2960 | + integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ== |
| 2961 | + dependencies: |
| 2962 | + balanced-match "^4.0.2" |
| 2963 | + |
2952 | 2964 | braces@^3.0.3, braces@~3.0.2: |
2953 | 2965 | version "3.0.3" |
2954 | 2966 | resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" |
@@ -6051,6 +6063,13 @@ minimatch@9.0.3: |
6051 | 6063 | dependencies: |
6052 | 6064 | brace-expansion "^2.0.1" |
6053 | 6065 |
|
| 6066 | +minimatch@^10.2.4: |
| 6067 | + version "10.2.4" |
| 6068 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde" |
| 6069 | + integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg== |
| 6070 | + dependencies: |
| 6071 | + brace-expansion "^5.0.2" |
| 6072 | + |
6054 | 6073 | minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: |
6055 | 6074 | version "3.1.2" |
6056 | 6075 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" |
|
0 commit comments