|
1463 | 1463 | "@babel/helper-module-imports" "^7.18.6"
|
1464 | 1464 | "@rollup/pluginutils" "^5.0.1"
|
1465 | 1465 |
|
1466 |
| -"@rollup/plugin-commonjs@^25.0.7": |
1467 |
| - version "25.0.7" |
1468 |
| - resolved "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.7.tgz#145cec7589ad952171aeb6a585bbeabd0fd3b4cf" |
1469 |
| - integrity sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ== |
| 1466 | +"@rollup/plugin-commonjs@^28.0.3": |
| 1467 | + version "28.0.3" |
| 1468 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-28.0.3.tgz#44c2cc7c955c6113b96696b55e6bc2446bd67913" |
| 1469 | + integrity sha512-pyltgilam1QPdn+Zd9gaCfOLcnjMEJ9gV+bTw6/r73INdvzf1ah9zLIJBm+kW7R6IUFIQ1YO+VqZtYxZNWFPEQ== |
1470 | 1470 | dependencies:
|
1471 | 1471 | "@rollup/pluginutils" "^5.0.1"
|
1472 | 1472 | commondir "^1.0.1"
|
1473 | 1473 | estree-walker "^2.0.2"
|
1474 |
| - glob "^8.0.3" |
| 1474 | + fdir "^6.2.0" |
1475 | 1475 | is-reference "1.2.1"
|
1476 | 1476 | magic-string "^0.30.3"
|
| 1477 | + picomatch "^4.0.2" |
1477 | 1478 |
|
1478 | 1479 | "@rollup/plugin-json@^6.1.0":
|
1479 | 1480 | version "6.1.0"
|
@@ -3196,6 +3197,11 @@ fastq@^1.6.0:
|
3196 | 3197 | dependencies:
|
3197 | 3198 | reusify "^1.0.4"
|
3198 | 3199 |
|
| 3200 | +fdir@^6.2.0: |
| 3201 | + version "6.4.3" |
| 3202 | + resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.3.tgz#011cdacf837eca9b811c89dbb902df714273db72" |
| 3203 | + integrity sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw== |
| 3204 | + |
3199 | 3205 | [email protected], figures@^3.0.0, figures@^3.2.0:
|
3200 | 3206 | version "3.2.0"
|
3201 | 3207 | resolved "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
|
@@ -3465,17 +3471,6 @@ glob@^7.1.3:
|
3465 | 3471 | once "^1.3.0"
|
3466 | 3472 | path-is-absolute "^1.0.0"
|
3467 | 3473 |
|
3468 |
| -glob@^8.0.3: |
3469 |
| - version "8.1.0" |
3470 |
| - resolved "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e" |
3471 |
| - integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ== |
3472 |
| - dependencies: |
3473 |
| - fs.realpath "^1.0.0" |
3474 |
| - inflight "^1.0.4" |
3475 |
| - inherits "2" |
3476 |
| - minimatch "^5.0.1" |
3477 |
| - once "^1.3.0" |
3478 |
| - |
3479 | 3474 | glob@^9.2.0:
|
3480 | 3475 | version "9.3.5"
|
3481 | 3476 | resolved "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
|
@@ -5302,6 +5297,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.3.1:
|
5302 | 5297 | resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
|
5303 | 5298 | integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
|
5304 | 5299 |
|
| 5300 | +picomatch@^4.0.2: |
| 5301 | + version "4.0.2" |
| 5302 | + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab" |
| 5303 | + integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg== |
| 5304 | + |
5305 | 5305 |
|
5306 | 5306 | version "5.0.0"
|
5307 | 5307 | resolved "https://registry.npmjs.org/pify/-/pify-5.0.0.tgz#1f5eca3f5e87ebec28cc6d54a0e4aaf00acc127f"
|
|
0 commit comments