|
1290 | 1290 | "@jridgewell/gen-mapping" "^0.3.0" |
1291 | 1291 | "@jridgewell/trace-mapping" "^0.3.9" |
1292 | 1292 |
|
1293 | | -"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.13": |
| 1293 | +"@jridgewell/sourcemap-codec@^1.4.10": |
1294 | 1294 | version "1.4.14" |
1295 | 1295 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" |
1296 | 1296 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== |
|
1300 | 1300 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
1301 | 1301 | integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
1302 | 1302 |
|
| 1303 | +"@jridgewell/sourcemap-codec@^1.5.0": |
| 1304 | + version "1.5.0" |
| 1305 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a" |
| 1306 | + integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ== |
| 1307 | + |
1303 | 1308 | "@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.18": |
1304 | 1309 | version "0.3.20" |
1305 | 1310 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f" |
|
1389 | 1394 | "@babel/helper-module-imports" "^7.18.6" |
1390 | 1395 | "@rollup/pluginutils" "^5.0.1" |
1391 | 1396 |
|
1392 | | -"@rollup/plugin-commonjs@25.0.2": |
1393 | | - version "25.0.2" |
1394 | | - resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.2.tgz#7ed37d00a12fc7fdd3aadba5fa0de52f2372bbbb" |
1395 | | - integrity sha512-NGTwaJxIO0klMs+WSFFtBP7b9TdTJ3K76HZkewT8/+yHzMiUGVQgaPtLQxNVYIgT5F7lxkEyVID+yS3K7bhCow== |
| 1397 | +"@rollup/plugin-commonjs@28.0.0": |
| 1398 | + version "28.0.0" |
| 1399 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-28.0.0.tgz#44b5e49cb5d5e6233f1e4996013a8649fdbb9557" |
| 1400 | + integrity sha512-BJcu+a+Mpq476DMXG+hevgPSl56bkUoi88dKT8t3RyUp8kGuOh+2bU8Gs7zXDlu+fyZggnJ+iOBGrb/O1SorYg== |
1396 | 1401 | dependencies: |
1397 | 1402 | "@rollup/pluginutils" "^5.0.1" |
1398 | 1403 | commondir "^1.0.1" |
1399 | 1404 | estree-walker "^2.0.2" |
1400 | | - glob "^8.0.3" |
| 1405 | + fdir "^6.1.1" |
1401 | 1406 | is-reference "1.2.1" |
1402 | | - magic-string "^0.27.0" |
| 1407 | + magic-string "^0.30.3" |
| 1408 | + picomatch "^2.3.1" |
1403 | 1409 |
|
1404 | 1410 | "@rollup/plugin-json@^6.0.0": |
1405 | 1411 | version "6.0.0" |
@@ -2821,6 +2827,11 @@ fb-watchman@^2.0.0: |
2821 | 2827 | dependencies: |
2822 | 2828 | bser "2.1.1" |
2823 | 2829 |
|
| 2830 | +fdir@^6.1.1: |
| 2831 | + version "6.4.0" |
| 2832 | + resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.0.tgz#8e80ab4b18a2ac24beebf9d20d71e1bc2627dbae" |
| 2833 | + integrity sha512-3oB133prH1o4j/L5lLW7uOCF1PlD+/It2L0eL/iAqWMB91RBbqTewABqxhj0ibBd90EEmWZq7ntIWzVaWcXTGQ== |
| 2834 | + |
2824 | 2835 | file-entry-cache@^6.0.1: |
2825 | 2836 | version "6.0.1" |
2826 | 2837 | resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027" |
@@ -2986,17 +2997,6 @@ glob@^7.0.0, glob@^7.1.3, glob@^7.1.4: |
2986 | 2997 | once "^1.3.0" |
2987 | 2998 | path-is-absolute "^1.0.0" |
2988 | 2999 |
|
2989 | | -glob@^8.0.3: |
2990 | | - version "8.0.3" |
2991 | | - resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e" |
2992 | | - integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ== |
2993 | | - dependencies: |
2994 | | - fs.realpath "^1.0.0" |
2995 | | - inflight "^1.0.4" |
2996 | | - inherits "2" |
2997 | | - minimatch "^5.0.1" |
2998 | | - once "^1.3.0" |
2999 | | - |
3000 | 3000 | globals@^11.1.0: |
3001 | 3001 | version "11.12.0" |
3002 | 3002 | resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" |
@@ -3986,12 +3986,12 @@ lunr@^2.3.9: |
3986 | 3986 | resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.9.tgz#18b123142832337dd6e964df1a5a7707b25d35e1" |
3987 | 3987 | integrity sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow== |
3988 | 3988 |
|
3989 | | -magic-string@^0.27.0: |
3990 | | - version "0.27.0" |
3991 | | - resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.27.0.tgz#e4a3413b4bab6d98d2becffd48b4a257effdbbf3" |
3992 | | - integrity sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA== |
| 3989 | +magic-string@^0.30.3: |
| 3990 | + version "0.30.11" |
| 3991 | + resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.11.tgz#301a6f93b3e8c2cb13ac1a7a673492c0dfd12954" |
| 3992 | + integrity sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A== |
3993 | 3993 | dependencies: |
3994 | | - "@jridgewell/sourcemap-codec" "^1.4.13" |
| 3994 | + "@jridgewell/sourcemap-codec" "^1.5.0" |
3995 | 3995 |
|
3996 | 3996 | make-dir@^3.0.0, make-dir@^3.0.2: |
3997 | 3997 | version "3.1.0" |
@@ -4559,17 +4559,7 @@ picocolors@^1.0.1: |
4559 | 4559 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59" |
4560 | 4560 | integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw== |
4561 | 4561 |
|
4562 | | -picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2: |
4563 | | - version "2.2.2" |
4564 | | - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad" |
4565 | | - integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== |
4566 | | - |
4567 | | -picomatch@^2.2.3: |
4568 | | - version "2.2.3" |
4569 | | - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.3.tgz#465547f359ccc206d3c48e46a1bcb89bf7ee619d" |
4570 | | - integrity sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg== |
4571 | | - |
4572 | | -picomatch@^2.3.1: |
| 4562 | +picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.1: |
4573 | 4563 | version "2.3.1" |
4574 | 4564 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" |
4575 | 4565 | integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== |
|
0 commit comments