|
1836 | 1836 | proc-log "^5.0.0" |
1837 | 1837 | which "^5.0.0" |
1838 | 1838 |
|
1839 | | -"@oclif/core@^4", "@oclif/core@^4.8.0": |
1840 | | - version "4.8.0" |
1841 | | - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.0.tgz#bde8fad00019c8c0a8e27787b4b42c4670842785" |
1842 | | - integrity sha512-jteNUQKgJHLHFbbz806aGZqf+RJJ7t4gwF4MYa8fCwCxQ8/klJNWc0MvaJiBebk7Mc+J39mdlsB4XraaCKznFw== |
| 1839 | +"@oclif/core@^4", "@oclif/core@^4.10.3", "@oclif/core@^4.8.0": |
| 1840 | + version "4.10.3" |
| 1841 | + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.3.tgz#8b817320a593a003698ed928c17f99a9ff6963fb" |
| 1842 | + integrity sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA== |
1843 | 1843 | dependencies: |
1844 | 1844 | ansi-escapes "^4.3.2" |
1845 | 1845 | ansis "^3.17.0" |
|
1851 | 1851 | indent-string "^4.0.0" |
1852 | 1852 | is-wsl "^2.2.0" |
1853 | 1853 | lilconfig "^3.1.3" |
1854 | | - minimatch "^9.0.5" |
| 1854 | + minimatch "^10.2.4" |
1855 | 1855 | semver "^7.7.3" |
1856 | 1856 | string-width "^4.2.3" |
1857 | 1857 | supports-color "^8" |
@@ -3242,6 +3242,11 @@ balanced-match@^1.0.0: |
3242 | 3242 | resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" |
3243 | 3243 | integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== |
3244 | 3244 |
|
| 3245 | +balanced-match@^4.0.2: |
| 3246 | + version "4.0.4" |
| 3247 | + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a" |
| 3248 | + integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA== |
| 3249 | + |
3245 | 3250 | base64-js@^1.1.2: |
3246 | 3251 | version "1.5.1" |
3247 | 3252 | resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" |
@@ -3288,6 +3293,13 @@ brace-expansion@^2.0.1: |
3288 | 3293 | dependencies: |
3289 | 3294 | balanced-match "^1.0.0" |
3290 | 3295 |
|
| 3296 | +brace-expansion@^5.0.5: |
| 3297 | + version "5.0.5" |
| 3298 | + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb" |
| 3299 | + integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ== |
| 3300 | + dependencies: |
| 3301 | + balanced-match "^4.0.2" |
| 3302 | + |
3291 | 3303 | braces@^3.0.3: |
3292 | 3304 | version "3.0.3" |
3293 | 3305 | resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" |
@@ -6248,6 +6260,13 @@ min-indent@^1.0.0: |
6248 | 6260 | resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" |
6249 | 6261 | integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== |
6250 | 6262 |
|
| 6263 | +minimatch@^10.2.4: |
| 6264 | + version "10.2.5" |
| 6265 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1" |
| 6266 | + integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg== |
| 6267 | + dependencies: |
| 6268 | + brace-expansion "^5.0.5" |
| 6269 | + |
6251 | 6270 | minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2: |
6252 | 6271 | version "3.1.2" |
6253 | 6272 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" |
|
0 commit comments