|
1231 | 1231 | magic-string "^0.30.3" |
1232 | 1232 | picomatch "^4.0.2" |
1233 | 1233 |
|
1234 | | -"@rollup/plugin-node-resolve@^15.2.3": |
1235 | | - version "15.2.3" |
1236 | | - resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.3.tgz#e5e0b059bd85ca57489492f295ce88c2d4b0daf9" |
1237 | | - integrity sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ== |
| 1234 | +"@rollup/plugin-node-resolve@^16.0.1": |
| 1235 | + version "16.0.1" |
| 1236 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-16.0.1.tgz#2fc6b54ca3d77e12f3fb45b2a55b50720de4c95d" |
| 1237 | + integrity sha512-tk5YCxJWIG81umIvNkSod2qK5KyQW19qcBF/B78n1bjtOON6gzKoVeSzAE8yHCZEDmqkHKkxplExA8KzdJLJpA== |
1238 | 1238 | dependencies: |
1239 | 1239 | "@rollup/pluginutils" "^5.0.1" |
1240 | 1240 | "@types/resolve" "1.20.2" |
1241 | 1241 | deepmerge "^4.2.2" |
1242 | | - is-builtin-module "^3.2.1" |
1243 | 1242 | is-module "^1.0.0" |
1244 | 1243 | resolve "^1.22.1" |
1245 | 1244 |
|
|
1268 | 1267 | "@rollup/pluginutils" "^5.1.0" |
1269 | 1268 | resolve "^1.22.1" |
1270 | 1269 |
|
1271 | | -"@rollup/pluginutils@^5.0.1": |
1272 | | - version "5.1.0" |
1273 | | - resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.1.0.tgz#7e53eddc8c7f483a4ad0b94afb1f7f5fd3c771e0" |
1274 | | - integrity sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g== |
1275 | | - dependencies: |
1276 | | - "@types/estree" "^1.0.0" |
1277 | | - estree-walker "^2.0.2" |
1278 | | - picomatch "^2.3.1" |
1279 | | - |
1280 | | -"@rollup/pluginutils@^5.1.0": |
| 1270 | +"@rollup/pluginutils@^5.0.1", "@rollup/pluginutils@^5.1.0": |
1281 | 1271 | version "5.1.3" |
1282 | 1272 | resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.1.3.tgz#3001bf1a03f3ad24457591f2c259c8e514e0dbdf" |
1283 | 1273 | integrity sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A== |
@@ -2657,11 +2647,6 @@ buffer@^5.5.0: |
2657 | 2647 | base64-js "^1.3.1" |
2658 | 2648 | ieee754 "^1.1.13" |
2659 | 2649 |
|
2660 | | -builtin-modules@^3.3.0: |
2661 | | - version "3.3.0" |
2662 | | - resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6" |
2663 | | - integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw== |
2664 | | - |
2665 | 2650 | bytes-iec@^3.1.1: |
2666 | 2651 | version "3.1.1" |
2667 | 2652 | resolved "https://registry.yarnpkg.com/bytes-iec/-/bytes-iec-3.1.1.tgz#94cd36bf95c2c22a82002c247df8772d1d591083" |
@@ -4776,19 +4761,12 @@ is-buffer@~1.1.6: |
4776 | 4761 | resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" |
4777 | 4762 | integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== |
4778 | 4763 |
|
4779 | | -is-builtin-module@^3.2.1: |
4780 | | - version "3.2.1" |
4781 | | - resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz#f03271717d8654cfcaf07ab0463faa3571581169" |
4782 | | - integrity sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A== |
4783 | | - dependencies: |
4784 | | - builtin-modules "^3.3.0" |
4785 | | - |
4786 | 4764 | is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7: |
4787 | 4765 | version "1.2.7" |
4788 | 4766 | resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055" |
4789 | 4767 | integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA== |
4790 | 4768 |
|
4791 | | -is-core-module@^2.13.0, is-core-module@^2.16.1, is-core-module@^2.9.0: |
| 4769 | +is-core-module@^2.13.0, is-core-module@^2.16.1: |
4792 | 4770 | version "2.16.1" |
4793 | 4771 | resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4" |
4794 | 4772 | integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w== |
@@ -6691,16 +6669,7 @@ resolve-global@^1.0.0: |
6691 | 6669 | dependencies: |
6692 | 6670 | global-dirs "^0.1.1" |
6693 | 6671 |
|
6694 | | -resolve@^1.22.1: |
6695 | | - version "1.22.1" |
6696 | | - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177" |
6697 | | - integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== |
6698 | | - dependencies: |
6699 | | - is-core-module "^2.9.0" |
6700 | | - path-parse "^1.0.7" |
6701 | | - supports-preserve-symlinks-flag "^1.0.0" |
6702 | | - |
6703 | | -resolve@^1.22.4: |
| 6672 | +resolve@^1.22.1, resolve@^1.22.4: |
6704 | 6673 | version "1.22.8" |
6705 | 6674 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d" |
6706 | 6675 | integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw== |
|
0 commit comments