|
124 | 124 | "@nodelib/fs.scandir" "2.1.5"
|
125 | 125 | fastq "^1.6.0"
|
126 | 126 |
|
127 |
| -"@rollup/plugin-commonjs@25.0.8": |
128 |
| - version "25.0.8" |
129 |
| - resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.8.tgz#c77e608ab112a666b7f2a6bea625c73224f7dd34" |
130 |
| - integrity sha512-ZEZWTK5n6Qde0to4vS9Mr5x/0UZoqCxPVR9KRUjU4kA2sO7GEUn1fop0DAwpO6z0Nw/kJON9bDmSxdWxO/TT1A== |
| 127 | +"@rollup/plugin-commonjs@28.0.1": |
| 128 | + version "28.0.1" |
| 129 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-28.0.1.tgz#e2138e31cc0637676dc3d5cae7739131f7cd565e" |
| 130 | + integrity sha512-+tNWdlWKbpB3WgBN7ijjYkq9X5uhjmcvyjEght4NmH5fAU++zfQzAJ6wumLS+dNcvwEZhKx2Z+skY8m7v0wGSA== |
131 | 131 | dependencies:
|
132 | 132 | "@rollup/pluginutils" "^5.0.1"
|
133 | 133 | commondir "^1.0.1"
|
134 | 134 | estree-walker "^2.0.2"
|
135 |
| - glob "^8.0.3" |
| 135 | + fdir "^6.2.0" |
136 | 136 | is-reference "1.2.1"
|
137 | 137 | magic-string "^0.30.3"
|
| 138 | + picomatch "^4.0.2" |
138 | 139 |
|
139 | 140 |
|
140 | 141 | version "11.1.6"
|
@@ -1070,6 +1071,11 @@ fastq@^1.6.0:
|
1070 | 1071 | dependencies:
|
1071 | 1072 | reusify "^1.0.4"
|
1072 | 1073 |
|
| 1074 | +fdir@^6.2.0: |
| 1075 | + version "6.4.0" |
| 1076 | + resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.0.tgz#8e80ab4b18a2ac24beebf9d20d71e1bc2627dbae" |
| 1077 | + integrity sha512-3oB133prH1o4j/L5lLW7uOCF1PlD+/It2L0eL/iAqWMB91RBbqTewABqxhj0ibBd90EEmWZq7ntIWzVaWcXTGQ== |
| 1078 | + |
1073 | 1079 | file-entry-cache@^6.0.1:
|
1074 | 1080 | version "6.0.1"
|
1075 | 1081 | resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
|
@@ -1226,17 +1232,6 @@ glob@^7.1.3, glob@^7.2.3:
|
1226 | 1232 | once "^1.3.0"
|
1227 | 1233 | path-is-absolute "^1.0.0"
|
1228 | 1234 |
|
1229 |
| -glob@^8.0.3: |
1230 |
| - version "8.1.0" |
1231 |
| - resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e" |
1232 |
| - integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ== |
1233 |
| - dependencies: |
1234 |
| - fs.realpath "^1.0.0" |
1235 |
| - inflight "^1.0.4" |
1236 |
| - inherits "2" |
1237 |
| - minimatch "^5.0.1" |
1238 |
| - once "^1.3.0" |
1239 |
| - |
1240 | 1235 | globals@^13.19.0:
|
1241 | 1236 | version "13.20.0"
|
1242 | 1237 | resolved "https://registry.yarnpkg.com/globals/-/globals-13.20.0.tgz#ea276a1e508ffd4f1612888f9d1bad1e2717bf82"
|
@@ -1716,13 +1711,6 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
1716 | 1711 | dependencies:
|
1717 | 1712 | brace-expansion "^1.1.7"
|
1718 | 1713 |
|
1719 |
| -minimatch@^5.0.1: |
1720 |
| - version "5.1.6" |
1721 |
| - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96" |
1722 |
| - integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g== |
1723 |
| - dependencies: |
1724 |
| - brace-expansion "^2.0.1" |
1725 |
| - |
1726 | 1714 | minimist@^1.2.8:
|
1727 | 1715 | version "1.2.8"
|
1728 | 1716 | resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
|
@@ -1877,6 +1865,11 @@ picomatch@^2.3.1:
|
1877 | 1865 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
|
1878 | 1866 | integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
|
1879 | 1867 |
|
| 1868 | +picomatch@^4.0.2: |
| 1869 | + version "4.0.2" |
| 1870 | + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab" |
| 1871 | + integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg== |
| 1872 | + |
1880 | 1873 | possible-typed-array-names@^1.0.0:
|
1881 | 1874 | version "1.0.0"
|
1882 | 1875 | resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz#89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f"
|
|
0 commit comments