|
712 | 712 | magic-string "^0.25.7" |
713 | 713 | resolve "^1.17.0" |
714 | 714 |
|
715 | | -"@rollup/plugin-node-resolve@^13.3.0": |
716 | | - version "13.3.0" |
717 | | - resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.3.0.tgz#da1c5c5ce8316cef96a2f823d111c1e4e498801c" |
718 | | - integrity sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw== |
| 715 | +"@rollup/plugin-node-resolve@^15.2.1": |
| 716 | + version "15.2.1" |
| 717 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.1.tgz#a15b14fb7969229e26a30feff2816d39eff503f0" |
| 718 | + integrity sha512-nsbUg588+GDSu8/NS8T4UAshO6xeaOfINNuXeVHcKV02LJtoRaM1SiOacClw4kws1SFiNhdLGxlbMY9ga/zs/w== |
719 | 719 | dependencies: |
720 | | - "@rollup/pluginutils" "^3.1.0" |
721 | | - "@types/resolve" "1.17.1" |
| 720 | + "@rollup/pluginutils" "^5.0.1" |
| 721 | + "@types/resolve" "1.20.2" |
722 | 722 | deepmerge "^4.2.2" |
723 | | - is-builtin-module "^3.1.0" |
| 723 | + is-builtin-module "^3.2.1" |
724 | 724 | is-module "^1.0.0" |
725 | | - resolve "^1.19.0" |
| 725 | + resolve "^1.22.1" |
726 | 726 |
|
727 | 727 | "@rollup/plugin-terser@^0.4.0": |
728 | 728 | version "0.4.0" |
|
750 | 750 | estree-walker "^1.0.1" |
751 | 751 | picomatch "^2.2.2" |
752 | 752 |
|
| 753 | +"@rollup/pluginutils@^5.0.1": |
| 754 | + version "5.0.3" |
| 755 | + resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.0.3.tgz#183126d69aeb1cfa23401d5a71cb4b8c16c4a4e0" |
| 756 | + integrity sha512-hfllNN4a80rwNQ9QCxhxuHCGHMAvabXqxNdaChUSSadMre7t4iEUI6fFAhBOn/eIYTgYVhBv7vCLsAJ4u3lf3g== |
| 757 | + dependencies: |
| 758 | + "@types/estree" "^1.0.0" |
| 759 | + estree-walker "^2.0.2" |
| 760 | + picomatch "^2.3.1" |
| 761 | + |
753 | 762 | |
754 | 763 | version "7.42.0" |
755 | 764 | resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.42.0.tgz#3333a1b868e8e69b6fbc8e5a9e9281be49321ac7" |
|
923 | 932 | dependencies: |
924 | 933 | cypress "*" |
925 | 934 |
|
926 | | -"@types/estree@*": |
927 | | - version "1.0.0" |
928 | | - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2" |
929 | | - integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ== |
| 935 | +"@types/estree@*", "@types/estree@^1.0.0": |
| 936 | + version "1.0.1" |
| 937 | + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.1.tgz#aa22750962f3bf0e79d753d3cc067f010c95f194" |
| 938 | + integrity sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA== |
930 | 939 |
|
931 | 940 | |
932 | 941 | version "0.0.39" |
|
1023 | 1032 | dependencies: |
1024 | 1033 | "@types/node" "*" |
1025 | 1034 |
|
1026 | | - |
1027 | | - version "1.17.1" |
1028 | | - resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.17.1.tgz#3afd6ad8967c77e4376c598a82ddd58f46ec45d6" |
1029 | | - integrity sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw== |
1030 | | - dependencies: |
1031 | | - "@types/node" "*" |
| 1035 | + |
| 1036 | + version "1.20.2" |
| 1037 | + resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.20.2.tgz#97d26e00cd4a0423b4af620abecf3e6f442b7975" |
| 1038 | + integrity sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q== |
1032 | 1039 |
|
1033 | 1040 | "@types/serve-static@*": |
1034 | 1041 | version "1.15.1" |
@@ -2285,7 +2292,7 @@ estree-walker@^1.0.1: |
2285 | 2292 | resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700" |
2286 | 2293 | integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg== |
2287 | 2294 |
|
2288 | | -estree-walker@^2.0.1: |
| 2295 | +estree-walker@^2.0.1, estree-walker@^2.0.2: |
2289 | 2296 | version "2.0.2" |
2290 | 2297 | resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac" |
2291 | 2298 | integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== |
@@ -2896,7 +2903,7 @@ is-binary-path@~2.1.0: |
2896 | 2903 | dependencies: |
2897 | 2904 | binary-extensions "^2.0.0" |
2898 | 2905 |
|
2899 | | -is-builtin-module@^3.1.0: |
| 2906 | +is-builtin-module@^3.2.1: |
2900 | 2907 | version "3.2.1" |
2901 | 2908 | resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz#f03271717d8654cfcaf07ab0463faa3571581169" |
2902 | 2909 | integrity sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A== |
|
0 commit comments