|
24 | 24 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
|
25 | 25 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
|
26 | 26 |
|
27 |
| -"@babel/core@^7.26.9": |
28 |
| - version "7.26.9" |
29 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
30 |
| - integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
| 27 | +"@babel/core@^7.26.10": |
| 28 | + version "7.26.10" |
| 29 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9" |
| 30 | + integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ== |
31 | 31 | dependencies:
|
32 | 32 | "@ampproject/remapping" "^2.2.0"
|
33 | 33 | "@babel/code-frame" "^7.26.2"
|
34 |
| - "@babel/generator" "^7.26.9" |
| 34 | + "@babel/generator" "^7.26.10" |
35 | 35 | "@babel/helper-compilation-targets" "^7.26.5"
|
36 | 36 | "@babel/helper-module-transforms" "^7.26.0"
|
37 |
| - "@babel/helpers" "^7.26.9" |
38 |
| - "@babel/parser" "^7.26.9" |
| 37 | + "@babel/helpers" "^7.26.10" |
| 38 | + "@babel/parser" "^7.26.10" |
39 | 39 | "@babel/template" "^7.26.9"
|
40 |
| - "@babel/traverse" "^7.26.9" |
41 |
| - "@babel/types" "^7.26.9" |
| 40 | + "@babel/traverse" "^7.26.10" |
| 41 | + "@babel/types" "^7.26.10" |
42 | 42 | convert-source-map "^2.0.0"
|
43 | 43 | debug "^4.1.0"
|
44 | 44 | gensync "^1.0.0-beta.2"
|
45 | 45 | json5 "^2.2.3"
|
46 | 46 | semver "^6.3.1"
|
47 | 47 |
|
48 |
| -"@babel/generator@^7.26.9": |
49 |
| - version "7.26.9" |
50 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
51 |
| - integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg== |
| 48 | +"@babel/generator@^7.26.10", "@babel/generator@^7.27.0": |
| 49 | + version "7.27.0" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.0.tgz#764382b5392e5b9aff93cadb190d0745866cbc2c" |
| 51 | + integrity sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw== |
52 | 52 | dependencies:
|
53 |
| - "@babel/parser" "^7.26.9" |
54 |
| - "@babel/types" "^7.26.9" |
| 53 | + "@babel/parser" "^7.27.0" |
| 54 | + "@babel/types" "^7.27.0" |
55 | 55 | "@jridgewell/gen-mapping" "^0.3.5"
|
56 | 56 | "@jridgewell/trace-mapping" "^0.3.25"
|
57 | 57 | jsesc "^3.0.2"
|
|
221 | 221 | "@babel/traverse" "^7.25.9"
|
222 | 222 | "@babel/types" "^7.25.9"
|
223 | 223 |
|
224 |
| -"@babel/helpers@^7.26.9": |
225 |
| - version "7.26.9" |
226 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
227 |
| - integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
| 224 | +"@babel/helpers@^7.26.10": |
| 225 | + version "7.27.0" |
| 226 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808" |
| 227 | + integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg== |
228 | 228 | dependencies:
|
229 |
| - "@babel/template" "^7.26.9" |
230 |
| - "@babel/types" "^7.26.9" |
| 229 | + "@babel/template" "^7.27.0" |
| 230 | + "@babel/types" "^7.27.0" |
231 | 231 |
|
232 | 232 | "@babel/node@^7.26.0":
|
233 | 233 | version "7.26.0"
|
|
241 | 241 | regenerator-runtime "^0.14.0"
|
242 | 242 | v8flags "^3.1.1"
|
243 | 243 |
|
244 |
| -"@babel/parser@^7.19.4", "@babel/parser@^7.26.9": |
245 |
| - version "7.26.9" |
246 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5" |
247 |
| - integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A== |
| 244 | +"@babel/parser@^7.19.4", "@babel/parser@^7.26.10", "@babel/parser@^7.27.0": |
| 245 | + version "7.27.0" |
| 246 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec" |
| 247 | + integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg== |
248 | 248 | dependencies:
|
249 |
| - "@babel/types" "^7.26.9" |
| 249 | + "@babel/types" "^7.27.0" |
250 | 250 |
|
251 | 251 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
252 | 252 | version "7.25.9"
|
|
808 | 808 | dependencies:
|
809 | 809 | regenerator-runtime "^0.13.4"
|
810 | 810 |
|
811 |
| -"@babel/template@^7.25.9", "@babel/template@^7.26.9": |
812 |
| - version "7.26.9" |
813 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
814 |
| - integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 811 | +"@babel/template@^7.25.9", "@babel/template@^7.26.9", "@babel/template@^7.27.0": |
| 812 | + version "7.27.0" |
| 813 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4" |
| 814 | + integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA== |
815 | 815 | dependencies:
|
816 | 816 | "@babel/code-frame" "^7.26.2"
|
817 |
| - "@babel/parser" "^7.26.9" |
818 |
| - "@babel/types" "^7.26.9" |
| 817 | + "@babel/parser" "^7.27.0" |
| 818 | + "@babel/types" "^7.27.0" |
819 | 819 |
|
820 |
| -"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9": |
821 |
| - version "7.26.9" |
822 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
823 |
| - integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
| 820 | +"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.26.8": |
| 821 | + version "7.27.0" |
| 822 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70" |
| 823 | + integrity sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA== |
824 | 824 | dependencies:
|
825 | 825 | "@babel/code-frame" "^7.26.2"
|
826 |
| - "@babel/generator" "^7.26.9" |
827 |
| - "@babel/parser" "^7.26.9" |
828 |
| - "@babel/template" "^7.26.9" |
829 |
| - "@babel/types" "^7.26.9" |
| 826 | + "@babel/generator" "^7.27.0" |
| 827 | + "@babel/parser" "^7.27.0" |
| 828 | + "@babel/template" "^7.27.0" |
| 829 | + "@babel/types" "^7.27.0" |
830 | 830 | debug "^4.3.1"
|
831 | 831 | globals "^11.1.0"
|
832 | 832 |
|
833 |
| -"@babel/types@^7.24.7", "@babel/types@^7.25.9", "@babel/types@^7.26.9", "@babel/types@^7.4.4": |
834 |
| - version "7.26.9" |
835 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce" |
836 |
| - integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw== |
| 833 | +"@babel/types@^7.24.7", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.27.0", "@babel/types@^7.4.4": |
| 834 | + version "7.27.0" |
| 835 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559" |
| 836 | + integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg== |
837 | 837 | dependencies:
|
838 | 838 | "@babel/helper-string-parser" "^7.25.9"
|
839 | 839 | "@babel/helper-validator-identifier" "^7.25.9"
|
|
0 commit comments