|
50 | 50 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
|
51 | 51 | integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
|
52 | 52 |
|
53 |
| -"@babel/core@7.27.1": |
54 |
| - version "7.27.1" |
55 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6" |
56 |
| - integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== |
| 53 | +"@babel/core@7.27.4": |
| 54 | + version "7.27.4" |
| 55 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce" |
| 56 | + integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g== |
57 | 57 | dependencies:
|
58 | 58 | "@ampproject/remapping" "^2.2.0"
|
59 | 59 | "@babel/code-frame" "^7.27.1"
|
60 |
| - "@babel/generator" "^7.27.1" |
61 |
| - "@babel/helper-compilation-targets" "^7.27.1" |
62 |
| - "@babel/helper-module-transforms" "^7.27.1" |
63 |
| - "@babel/helpers" "^7.27.1" |
64 |
| - "@babel/parser" "^7.27.1" |
65 |
| - "@babel/template" "^7.27.1" |
66 |
| - "@babel/traverse" "^7.27.1" |
67 |
| - "@babel/types" "^7.27.1" |
| 60 | + "@babel/generator" "^7.27.3" |
| 61 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 62 | + "@babel/helper-module-transforms" "^7.27.3" |
| 63 | + "@babel/helpers" "^7.27.4" |
| 64 | + "@babel/parser" "^7.27.4" |
| 65 | + "@babel/template" "^7.27.2" |
| 66 | + "@babel/traverse" "^7.27.4" |
| 67 | + "@babel/types" "^7.27.3" |
68 | 68 | convert-source-map "^2.0.0"
|
69 | 69 | debug "^4.1.0"
|
70 | 70 | gensync "^1.0.0-beta.2"
|
|
82 | 82 | "@jridgewell/trace-mapping" "^0.3.25"
|
83 | 83 | jsesc "^3.0.2"
|
84 | 84 |
|
| 85 | +"@babel/generator@^7.27.3": |
| 86 | + version "7.27.3" |
| 87 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc" |
| 88 | + integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q== |
| 89 | + dependencies: |
| 90 | + "@babel/parser" "^7.27.3" |
| 91 | + "@babel/types" "^7.27.3" |
| 92 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 93 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 94 | + jsesc "^3.0.2" |
| 95 | + |
85 | 96 | "@babel/helper-annotate-as-pure@^7.24.7":
|
86 | 97 | version "7.24.7"
|
87 | 98 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz#5373c7bc8366b12a033b4be1ac13a206c6656aab"
|
|
207 | 218 | "@babel/helper-validator-identifier" "^7.27.1"
|
208 | 219 | "@babel/traverse" "^7.27.1"
|
209 | 220 |
|
| 221 | +"@babel/helper-module-transforms@^7.27.3": |
| 222 | + version "7.27.3" |
| 223 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" |
| 224 | + integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== |
| 225 | + dependencies: |
| 226 | + "@babel/helper-module-imports" "^7.27.1" |
| 227 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 228 | + "@babel/traverse" "^7.27.3" |
| 229 | + |
210 | 230 | "@babel/helper-optimise-call-expression@^7.27.1":
|
211 | 231 | version "7.27.1"
|
212 | 232 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
|
|
289 | 309 | "@babel/traverse" "^7.27.1"
|
290 | 310 | "@babel/types" "^7.27.1"
|
291 | 311 |
|
292 |
| -"@babel/helpers@^7.27.1": |
293 |
| - version "7.27.1" |
294 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
295 |
| - integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
| 312 | +"@babel/helpers@^7.27.4": |
| 313 | + version "7.27.4" |
| 314 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7" |
| 315 | + integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ== |
296 | 316 | dependencies:
|
297 |
| - "@babel/template" "^7.27.1" |
298 |
| - "@babel/types" "^7.27.1" |
| 317 | + "@babel/template" "^7.27.2" |
| 318 | + "@babel/types" "^7.27.3" |
299 | 319 |
|
300 | 320 | "@babel/parser@^7.27.1":
|
301 | 321 | version "7.27.1"
|
|
304 | 324 | dependencies:
|
305 | 325 | "@babel/types" "^7.27.1"
|
306 | 326 |
|
| 327 | +"@babel/parser@^7.27.2", "@babel/parser@^7.27.3", "@babel/parser@^7.27.4": |
| 328 | + version "7.27.4" |
| 329 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df" |
| 330 | + integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g== |
| 331 | + dependencies: |
| 332 | + "@babel/types" "^7.27.3" |
| 333 | + |
307 | 334 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
|
308 | 335 | version "7.27.1"
|
309 | 336 | 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"
|
|
855 | 882 | "@babel/parser" "^7.27.1"
|
856 | 883 | "@babel/types" "^7.27.1"
|
857 | 884 |
|
| 885 | +"@babel/template@^7.27.2": |
| 886 | + version "7.27.2" |
| 887 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 888 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
| 889 | + dependencies: |
| 890 | + "@babel/code-frame" "^7.27.1" |
| 891 | + "@babel/parser" "^7.27.2" |
| 892 | + "@babel/types" "^7.27.1" |
| 893 | + |
858 | 894 | "@babel/traverse@^7.27.1":
|
859 | 895 | version "7.27.1"
|
860 | 896 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291"
|
|
868 | 904 | debug "^4.3.1"
|
869 | 905 | globals "^11.1.0"
|
870 | 906 |
|
| 907 | +"@babel/traverse@^7.27.3", "@babel/traverse@^7.27.4": |
| 908 | + version "7.27.4" |
| 909 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea" |
| 910 | + integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA== |
| 911 | + dependencies: |
| 912 | + "@babel/code-frame" "^7.27.1" |
| 913 | + "@babel/generator" "^7.27.3" |
| 914 | + "@babel/parser" "^7.27.4" |
| 915 | + "@babel/template" "^7.27.2" |
| 916 | + "@babel/types" "^7.27.3" |
| 917 | + debug "^4.3.1" |
| 918 | + globals "^11.1.0" |
| 919 | + |
871 | 920 | "@babel/types@^7.24.7", "@babel/types@^7.4.4":
|
872 | 921 | version "7.25.0"
|
873 | 922 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.0.tgz#e6e3656c581f28da8452ed4f69e38008ec0ba41b"
|
|
885 | 934 | "@babel/helper-string-parser" "^7.27.1"
|
886 | 935 | "@babel/helper-validator-identifier" "^7.27.1"
|
887 | 936 |
|
| 937 | +"@babel/types@^7.27.3": |
| 938 | + version "7.27.3" |
| 939 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec" |
| 940 | + integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw== |
| 941 | + dependencies: |
| 942 | + "@babel/helper-string-parser" "^7.27.1" |
| 943 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 944 | + |
888 | 945 | "@discoveryjs/json-ext@^0.6.1":
|
889 | 946 | version "0.6.3"
|
890 | 947 | resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.6.3.tgz#f13c7c205915eb91ae54c557f5e92bddd8be0e83"
|
@@ -2152,10 +2209,10 @@ webpack-sources@^3.2.3:
|
2152 | 2209 | resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
|
2153 | 2210 | integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
|
2154 | 2211 |
|
2155 |
| -webpack@5.99.8: |
2156 |
| - version "5.99.8" |
2157 |
| - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.8.tgz#dd31a020b7c092d30c4c6d9a4edb95809e7f5946" |
2158 |
| - integrity sha512-lQ3CPiSTpfOnrEGeXDwoq5hIGzSjmwD72GdfVzF7CQAI7t47rJG9eDWvcEkEn3CUQymAElVvDg3YNTlCYj+qUQ== |
| 2212 | +webpack@5.99.9: |
| 2213 | + version "5.99.9" |
| 2214 | + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.9.tgz#d7de799ec17d0cce3c83b70744b4aedb537d8247" |
| 2215 | + integrity sha512-brOPwM3JnmOa+7kd3NsmOUOwbDAj8FT9xDsG3IW0MgbN9yZV7Oi/s/+MNQ/EcSMqw7qfoRyXPoeEWT8zLVdVGg== |
2159 | 2216 | dependencies:
|
2160 | 2217 | "@types/eslint-scope" "^3.7.7"
|
2161 | 2218 | "@types/estree" "^1.0.6"
|
|
0 commit comments