|
1760 | 1760 | "@babel/helper-module-imports" "^7.18.6"
|
1761 | 1761 | "@rollup/pluginutils" "^5.0.1"
|
1762 | 1762 |
|
1763 |
| -"@rollup/plugin-commonjs@^25.0.7": |
1764 |
| - version "25.0.7" |
1765 |
| - resolved "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.7.tgz#145cec7589ad952171aeb6a585bbeabd0fd3b4cf" |
1766 |
| - integrity sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ== |
| 1763 | +"@rollup/plugin-commonjs@^28.0.3": |
| 1764 | + version "28.0.3" |
| 1765 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-28.0.3.tgz#44c2cc7c955c6113b96696b55e6bc2446bd67913" |
| 1766 | + integrity sha512-pyltgilam1QPdn+Zd9gaCfOLcnjMEJ9gV+bTw6/r73INdvzf1ah9zLIJBm+kW7R6IUFIQ1YO+VqZtYxZNWFPEQ== |
1767 | 1767 | dependencies:
|
1768 | 1768 | "@rollup/pluginutils" "^5.0.1"
|
1769 | 1769 | commondir "^1.0.1"
|
1770 | 1770 | estree-walker "^2.0.2"
|
1771 |
| - glob "^8.0.3" |
| 1771 | + fdir "^6.2.0" |
1772 | 1772 | is-reference "1.2.1"
|
1773 | 1773 | magic-string "^0.30.3"
|
| 1774 | + picomatch "^4.0.2" |
1774 | 1775 |
|
1775 | 1776 | "@rollup/plugin-json@^6.1.0":
|
1776 | 1777 | version "6.1.0"
|
@@ -3746,6 +3747,11 @@ fb-watchman@^2.0.0:
|
3746 | 3747 | dependencies:
|
3747 | 3748 | bser "2.1.1"
|
3748 | 3749 |
|
| 3750 | +fdir@^6.2.0: |
| 3751 | + version "6.4.3" |
| 3752 | + resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.3.tgz#011cdacf837eca9b811c89dbb902df714273db72" |
| 3753 | + integrity sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw== |
| 3754 | + |
3749 | 3755 | [email protected], figures@^3.0.0, figures@^3.2.0:
|
3750 | 3756 | version "3.2.0"
|
3751 | 3757 | resolved "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
|
@@ -4020,17 +4026,6 @@ glob@^7.1.3, glob@^7.1.4:
|
4020 | 4026 | once "^1.3.0"
|
4021 | 4027 | path-is-absolute "^1.0.0"
|
4022 | 4028 |
|
4023 |
| -glob@^8.0.3: |
4024 |
| - version "8.1.0" |
4025 |
| - resolved "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e" |
4026 |
| - integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ== |
4027 |
| - dependencies: |
4028 |
| - fs.realpath "^1.0.0" |
4029 |
| - inflight "^1.0.4" |
4030 |
| - inherits "2" |
4031 |
| - minimatch "^5.0.1" |
4032 |
| - once "^1.3.0" |
4033 |
| - |
4034 | 4029 | glob@^9.2.0:
|
4035 | 4030 | version "9.3.5"
|
4036 | 4031 | resolved "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
|
@@ -6314,6 +6309,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatc
|
6314 | 6309 | resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
|
6315 | 6310 | integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
|
6316 | 6311 |
|
| 6312 | +picomatch@^4.0.2: |
| 6313 | + version "4.0.2" |
| 6314 | + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab" |
| 6315 | + integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg== |
| 6316 | + |
6317 | 6317 |
|
6318 | 6318 | version "5.0.0"
|
6319 | 6319 | resolved "https://registry.npmjs.org/pify/-/pify-5.0.0.tgz#1f5eca3f5e87ebec28cc6d54a0e4aaf00acc127f"
|
|
0 commit comments