|
1423 | 1423 | fastq "^1.6.0" |
1424 | 1424 |
|
1425 | 1425 | "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0": |
1426 | | - version "4.8.0" |
1427 | | - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.0.tgz#bde8fad00019c8c0a8e27787b4b42c4670842785" |
1428 | | - integrity sha512-jteNUQKgJHLHFbbz806aGZqf+RJJ7t4gwF4MYa8fCwCxQ8/klJNWc0MvaJiBebk7Mc+J39mdlsB4XraaCKznFw== |
| 1426 | + version "4.8.2" |
| 1427 | + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.2.tgz#b4bb065b44da9eb2719086854b009a6747455d09" |
| 1428 | + integrity sha512-P+XAOtuWM/Fewau64c31bYUiLFJTzhth229xVbBrG1siLc7+2uezUYhP5eWn/++nZPZ/wChSqYgQNN4HPw/ZHQ== |
1429 | 1429 | dependencies: |
1430 | 1430 | ansi-escapes "^4.3.2" |
1431 | 1431 | ansis "^3.17.0" |
|
1437 | 1437 | indent-string "^4.0.0" |
1438 | 1438 | is-wsl "^2.2.0" |
1439 | 1439 | lilconfig "^3.1.3" |
1440 | | - minimatch "^9.0.5" |
| 1440 | + minimatch "^10.2.4" |
1441 | 1441 | semver "^7.7.3" |
1442 | 1442 | string-width "^4.2.3" |
1443 | 1443 | supports-color "^8" |
@@ -2938,6 +2938,11 @@ balanced-match@^3.0.0: |
2938 | 2938 | resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-3.0.1.tgz#e854b098724b15076384266497392a271f4a26a0" |
2939 | 2939 | integrity sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w== |
2940 | 2940 |
|
| 2941 | +balanced-match@^4.0.2: |
| 2942 | + version "4.0.4" |
| 2943 | + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a" |
| 2944 | + integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA== |
| 2945 | + |
2941 | 2946 | base64-js@^1.3.1: |
2942 | 2947 | version "1.5.1" |
2943 | 2948 | resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" |
@@ -2985,6 +2990,13 @@ brace-expansion@^4.0.0: |
2985 | 2990 | dependencies: |
2986 | 2991 | balanced-match "^3.0.0" |
2987 | 2992 |
|
| 2993 | +brace-expansion@^5.0.2: |
| 2994 | + version "5.0.4" |
| 2995 | + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336" |
| 2996 | + integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg== |
| 2997 | + dependencies: |
| 2998 | + balanced-match "^4.0.2" |
| 2999 | + |
2988 | 3000 | braces@^3.0.3, braces@~3.0.2: |
2989 | 3001 | version "3.0.3" |
2990 | 3002 | resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" |
@@ -5968,6 +5980,13 @@ minimatch@9.0.3: |
5968 | 5980 | dependencies: |
5969 | 5981 | brace-expansion "^2.0.1" |
5970 | 5982 |
|
| 5983 | +minimatch@^10.2.4: |
| 5984 | + version "10.2.4" |
| 5985 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde" |
| 5986 | + integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg== |
| 5987 | + dependencies: |
| 5988 | + brace-expansion "^5.0.2" |
| 5989 | + |
5971 | 5990 | minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: |
5972 | 5991 | version "3.1.2" |
5973 | 5992 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" |
@@ -8109,16 +8128,7 @@ wrap-ansi@^8.1.0: |
8109 | 8128 | string-width "^5.0.1" |
8110 | 8129 | strip-ansi "^7.0.1" |
8111 | 8130 |
|
8112 | | -wrap-ansi@^9.0.0: |
8113 | | - version "9.0.0" |
8114 | | - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.0.tgz#1a3dc8b70d85eeb8398ddfb1e4a02cd186e58b3e" |
8115 | | - integrity sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q== |
8116 | | - dependencies: |
8117 | | - ansi-styles "^6.2.1" |
8118 | | - string-width "^7.0.0" |
8119 | | - strip-ansi "^7.1.0" |
8120 | | - |
8121 | | -wrap-ansi@^9.0.2: |
| 8131 | +wrap-ansi@^9.0.0, wrap-ansi@^9.0.2: |
8122 | 8132 | version "9.0.2" |
8123 | 8133 | resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.2.tgz#956832dea9494306e6d209eb871643bb873d7c98" |
8124 | 8134 | integrity sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww== |
|
0 commit comments