|
40 | 40 | integrity sha512-ZsysZyXY4Tlx+Q53XdnOFmqwfB9QDTHYxaZYajWRoBLuLEAwI2UIbtxOjWh/cFaa9IKUlcB+DDuoskLuKu56JA== |
41 | 41 |
|
42 | 42 | "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.14.6", "@babel/core@^7.23.9": |
43 | | - version "7.25.7" |
44 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.7.tgz#1b3d144157575daf132a3bc80b2b18e6e3ca6ece" |
45 | | - integrity sha512-yJ474Zv3cwiSOO9nXJuqzvwEeM+chDuQ8GJirw+pZ91sCGCyOZ3dJkVE09fTV0VEVzXyLWhh3G/AolYTPX7Mow== |
| 43 | + version "7.25.8" |
| 44 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.8.tgz#a57137d2a51bbcffcfaeba43cb4dd33ae3e0e1c6" |
| 45 | + integrity sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg== |
46 | 46 | dependencies: |
47 | 47 | "@ampproject/remapping" "^2.2.0" |
48 | 48 | "@babel/code-frame" "^7.25.7" |
49 | 49 | "@babel/generator" "^7.25.7" |
50 | 50 | "@babel/helper-compilation-targets" "^7.25.7" |
51 | 51 | "@babel/helper-module-transforms" "^7.25.7" |
52 | 52 | "@babel/helpers" "^7.25.7" |
53 | | - "@babel/parser" "^7.25.7" |
| 53 | + "@babel/parser" "^7.25.8" |
54 | 54 | "@babel/template" "^7.25.7" |
55 | 55 | "@babel/traverse" "^7.25.7" |
56 | | - "@babel/types" "^7.25.7" |
| 56 | + "@babel/types" "^7.25.8" |
57 | 57 | convert-source-map "^2.0.0" |
58 | 58 | debug "^4.1.0" |
59 | 59 | gensync "^1.0.0-beta.2" |
|
269 | 269 | js-tokens "^4.0.0" |
270 | 270 | picocolors "^1.0.0" |
271 | 271 |
|
272 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.7": |
273 | | - version "7.25.7" |
274 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.7.tgz#99b927720f4ddbfeb8cd195a363ed4532f87c590" |
275 | | - integrity sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw== |
| 272 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.7", "@babel/parser@^7.25.8": |
| 273 | + version "7.25.8" |
| 274 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.8.tgz#f6aaf38e80c36129460c1657c0762db584c9d5e2" |
| 275 | + integrity sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ== |
276 | 276 | dependencies: |
277 | | - "@babel/types" "^7.25.7" |
| 277 | + "@babel/types" "^7.25.8" |
278 | 278 |
|
279 | 279 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.7": |
280 | 280 | version "7.25.7" |
|
933 | 933 | debug "^4.3.1" |
934 | 934 | globals "^11.1.0" |
935 | 935 |
|
936 | | -"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.25.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
937 | | - version "7.25.7" |
938 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.7.tgz#1b7725c1d3a59f328cb700ce704c46371e6eef9b" |
939 | | - integrity sha512-vwIVdXG+j+FOpkwqHRcBgHLYNL7XMkufrlaFvL9o6Ai9sJn9+PdyIL5qa0XzTZw084c+u9LOls53eoZWP/W5WQ== |
| 936 | +"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.25.7", "@babel/types@^7.25.8", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 937 | + version "7.25.8" |
| 938 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.8.tgz#5cf6037258e8a9bcad533f4979025140cb9993e1" |
| 939 | + integrity sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg== |
940 | 940 | dependencies: |
941 | 941 | "@babel/helper-string-parser" "^7.25.7" |
942 | 942 | "@babel/helper-validator-identifier" "^7.25.7" |
|
0 commit comments