|
52 | 52 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
|
53 | 53 | integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
|
54 | 54 |
|
55 |
| -"@babel/core@7.27.1": |
56 |
| - version "7.27.1" |
57 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6" |
58 |
| - integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== |
| 55 | +"@babel/core@7.27.4": |
| 56 | + version "7.27.4" |
| 57 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce" |
| 58 | + integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g== |
59 | 59 | dependencies:
|
60 | 60 | "@ampproject/remapping" "^2.2.0"
|
61 | 61 | "@babel/code-frame" "^7.27.1"
|
62 |
| - "@babel/generator" "^7.27.1" |
63 |
| - "@babel/helper-compilation-targets" "^7.27.1" |
64 |
| - "@babel/helper-module-transforms" "^7.27.1" |
65 |
| - "@babel/helpers" "^7.27.1" |
66 |
| - "@babel/parser" "^7.27.1" |
67 |
| - "@babel/template" "^7.27.1" |
68 |
| - "@babel/traverse" "^7.27.1" |
69 |
| - "@babel/types" "^7.27.1" |
| 62 | + "@babel/generator" "^7.27.3" |
| 63 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 64 | + "@babel/helper-module-transforms" "^7.27.3" |
| 65 | + "@babel/helpers" "^7.27.4" |
| 66 | + "@babel/parser" "^7.27.4" |
| 67 | + "@babel/template" "^7.27.2" |
| 68 | + "@babel/traverse" "^7.27.4" |
| 69 | + "@babel/types" "^7.27.3" |
70 | 70 | convert-source-map "^2.0.0"
|
71 | 71 | debug "^4.1.0"
|
72 | 72 | gensync "^1.0.0-beta.2"
|
|
84 | 84 | "@jridgewell/trace-mapping" "^0.3.25"
|
85 | 85 | jsesc "^3.0.2"
|
86 | 86 |
|
| 87 | +"@babel/generator@^7.27.3": |
| 88 | + version "7.27.5" |
| 89 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c" |
| 90 | + integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw== |
| 91 | + dependencies: |
| 92 | + "@babel/parser" "^7.27.5" |
| 93 | + "@babel/types" "^7.27.3" |
| 94 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 95 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 96 | + jsesc "^3.0.2" |
| 97 | + |
87 | 98 | "@babel/helper-annotate-as-pure@^7.22.5":
|
88 | 99 | version "7.22.5"
|
89 | 100 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
|
|
205 | 216 | "@babel/helper-validator-identifier" "^7.27.1"
|
206 | 217 | "@babel/traverse" "^7.27.1"
|
207 | 218 |
|
| 219 | +"@babel/helper-module-transforms@^7.27.3": |
| 220 | + version "7.27.3" |
| 221 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" |
| 222 | + integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== |
| 223 | + dependencies: |
| 224 | + "@babel/helper-module-imports" "^7.27.1" |
| 225 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 226 | + "@babel/traverse" "^7.27.3" |
| 227 | + |
208 | 228 | "@babel/helper-optimise-call-expression@^7.27.1":
|
209 | 229 | version "7.27.1"
|
210 | 230 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
|
|
287 | 307 | "@babel/traverse" "^7.27.1"
|
288 | 308 | "@babel/types" "^7.27.1"
|
289 | 309 |
|
290 |
| -"@babel/helpers@^7.27.1": |
291 |
| - version "7.27.1" |
292 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
293 |
| - integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
| 310 | +"@babel/helpers@^7.27.4": |
| 311 | + version "7.27.6" |
| 312 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c" |
| 313 | + integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug== |
294 | 314 | dependencies:
|
295 |
| - "@babel/template" "^7.27.1" |
296 |
| - "@babel/types" "^7.27.1" |
| 315 | + "@babel/template" "^7.27.2" |
| 316 | + "@babel/types" "^7.27.6" |
297 | 317 |
|
298 | 318 | "@babel/highlight@^7.22.10":
|
299 | 319 | version "7.22.10"
|
|
311 | 331 | dependencies:
|
312 | 332 | "@babel/types" "^7.27.1"
|
313 | 333 |
|
| 334 | +"@babel/parser@^7.27.4", "@babel/parser@^7.27.5": |
| 335 | + version "7.27.5" |
| 336 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.5.tgz#ed22f871f110aa285a6fd934a0efed621d118826" |
| 337 | + integrity sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg== |
| 338 | + dependencies: |
| 339 | + "@babel/types" "^7.27.3" |
| 340 | + |
314 | 341 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
|
315 | 342 | version "7.27.1"
|
316 | 343 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
|
|
853 | 880 | resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
|
854 | 881 | integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
|
855 | 882 |
|
856 |
| -"@babel/template@^7.27.1": |
| 883 | +"@babel/template@^7.27.1", "@babel/template@^7.27.2": |
857 | 884 | version "7.27.2"
|
858 | 885 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
|
859 | 886 | integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
|
|
875 | 902 | debug "^4.3.1"
|
876 | 903 | globals "^11.1.0"
|
877 | 904 |
|
| 905 | +"@babel/traverse@^7.27.3", "@babel/traverse@^7.27.4": |
| 906 | + version "7.27.4" |
| 907 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea" |
| 908 | + integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA== |
| 909 | + dependencies: |
| 910 | + "@babel/code-frame" "^7.27.1" |
| 911 | + "@babel/generator" "^7.27.3" |
| 912 | + "@babel/parser" "^7.27.4" |
| 913 | + "@babel/template" "^7.27.2" |
| 914 | + "@babel/types" "^7.27.3" |
| 915 | + debug "^4.3.1" |
| 916 | + globals "^11.1.0" |
| 917 | + |
878 | 918 | "@babel/types@^7.22.5", "@babel/types@^7.4.4":
|
879 | 919 | version "7.22.10"
|
880 | 920 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.10.tgz#4a9e76446048f2c66982d1a989dd12b8a2d2dc03"
|
|
892 | 932 | "@babel/helper-string-parser" "^7.27.1"
|
893 | 933 | "@babel/helper-validator-identifier" "^7.27.1"
|
894 | 934 |
|
| 935 | +"@babel/types@^7.27.3", "@babel/types@^7.27.6": |
| 936 | + version "7.27.6" |
| 937 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.6.tgz#a434ca7add514d4e646c80f7375c0aa2befc5535" |
| 938 | + integrity sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q== |
| 939 | + dependencies: |
| 940 | + "@babel/helper-string-parser" "^7.27.1" |
| 941 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 942 | + |
895 | 943 | "@csstools/cascade-layer-name-parser@^2.0.4":
|
896 | 944 | version "2.0.4"
|
897 | 945 | resolved "https://registry.yarnpkg.com/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-2.0.4.tgz#64d128529397aa1e1c986f685713363b262b81b1"
|
@@ -6481,6 +6529,11 @@ nan@^2.12.1:
|
6481 | 6529 | resolved "https://registry.yarnpkg.com/nan/-/nan-2.17.0.tgz#c0150a2368a182f033e9aa5195ec76ea41a199cb"
|
6482 | 6530 | integrity sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==
|
6483 | 6531 |
|
| 6532 | +nanoid@^3.3.11: |
| 6533 | + version "3.3.11" |
| 6534 | + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b" |
| 6535 | + integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w== |
| 6536 | + |
6484 | 6537 | nanoid@^3.3.6, nanoid@^3.3.7, nanoid@^3.3.8:
|
6485 | 6538 | version "3.3.8"
|
6486 | 6539 | resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
|
@@ -7889,12 +7942,12 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0, postcss-value-parser@^
|
7889 | 7942 | resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
|
7890 | 7943 | integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
|
7891 | 7944 |
|
7892 |
| -postcss@8.5.3, postcss@^8.5.3: |
7893 |
| - version "8.5.3" |
7894 |
| - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb" |
7895 |
| - integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A== |
| 7945 | +postcss@8.5.4: |
| 7946 | + version "8.5.4" |
| 7947 | + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.4.tgz#d61014ac00e11d5f58458ed7247d899bd65f99c0" |
| 7948 | + integrity sha512-QSa9EBe+uwlGTFmHsPKokv3B/oEMQZxfqW0QqNCyhpa6mB1afzulwn8hihglqAb2pOw+BJgNlmXQ8la2VeHB7w== |
7896 | 7949 | dependencies:
|
7897 |
| - nanoid "^3.3.8" |
| 7950 | + nanoid "^3.3.11" |
7898 | 7951 | picocolors "^1.1.1"
|
7899 | 7952 | source-map-js "^1.2.1"
|
7900 | 7953 |
|
@@ -7942,6 +7995,15 @@ postcss@^8.4.47:
|
7942 | 7995 | picocolors "^1.1.0"
|
7943 | 7996 | source-map-js "^1.2.1"
|
7944 | 7997 |
|
| 7998 | +postcss@^8.5.3: |
| 7999 | + version "8.5.3" |
| 8000 | + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb" |
| 8001 | + integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A== |
| 8002 | + dependencies: |
| 8003 | + nanoid "^3.3.8" |
| 8004 | + picocolors "^1.1.1" |
| 8005 | + source-map-js "^1.2.1" |
| 8006 | + |
7945 | 8007 | prebuild-install@^7.1.1:
|
7946 | 8008 | version "7.1.1"
|
7947 | 8009 | resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-7.1.1.tgz#de97d5b34a70a0c81334fd24641f2a1702352e45"
|
@@ -8653,10 +8715,10 @@ sanitize.css@13.0.0:
|
8653 | 8715 | resolved "https://registry.yarnpkg.com/sanitize.css/-/sanitize.css-13.0.0.tgz#2675553974b27964c75562ade3bd85d79879f173"
|
8654 | 8716 | integrity sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==
|
8655 | 8717 |
|
8656 |
| -sass@1.89.0: |
8657 |
| - version "1.89.0" |
8658 |
| - resolved "https://registry.yarnpkg.com/sass/-/sass-1.89.0.tgz#6df72360c5c3ec2a9833c49adafe57b28206752d" |
8659 |
| - integrity sha512-ld+kQU8YTdGNjOLfRWBzewJpU5cwEv/h5yyqlSeJcj6Yh8U4TDA9UA5FPicqDz/xgRPWRSYIQNiFks21TbA9KQ== |
| 8718 | +sass@1.89.1: |
| 8719 | + version "1.89.1" |
| 8720 | + resolved "https://registry.yarnpkg.com/sass/-/sass-1.89.1.tgz#9281c52c85b4be54264d310fef63a811dfcfb9d9" |
| 8721 | + integrity sha512-eMLLkl+qz7tx/0cJ9wI+w09GQ2zodTkcE/aVfywwdlRcI3EO19xGnbmJwg/JMIm+5MxVJ6outddLZ4Von4E++Q== |
8660 | 8722 | dependencies:
|
8661 | 8723 | chokidar "^4.0.0"
|
8662 | 8724 | immutable "^5.0.2"
|
|
0 commit comments