|
29 | 29 | integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==
|
30 | 30 |
|
31 | 31 | "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.22.1", "@babel/core@^7.7.5":
|
32 |
| - version "7.24.3" |
33 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.3.tgz#568864247ea10fbd4eff04dda1e05f9e2ea985c3" |
34 |
| - integrity sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ== |
| 32 | + version "7.24.4" |
| 33 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.4.tgz#1f758428e88e0d8c563874741bc4ffc4f71a4717" |
| 34 | + integrity sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg== |
35 | 35 | dependencies:
|
36 | 36 | "@ampproject/remapping" "^2.2.0"
|
37 | 37 | "@babel/code-frame" "^7.24.2"
|
38 |
| - "@babel/generator" "^7.24.1" |
| 38 | + "@babel/generator" "^7.24.4" |
39 | 39 | "@babel/helper-compilation-targets" "^7.23.6"
|
40 | 40 | "@babel/helper-module-transforms" "^7.23.3"
|
41 |
| - "@babel/helpers" "^7.24.1" |
42 |
| - "@babel/parser" "^7.24.1" |
| 41 | + "@babel/helpers" "^7.24.4" |
| 42 | + "@babel/parser" "^7.24.4" |
43 | 43 | "@babel/template" "^7.24.0"
|
44 | 44 | "@babel/traverse" "^7.24.1"
|
45 | 45 | "@babel/types" "^7.24.0"
|
|
49 | 49 | json5 "^2.2.3"
|
50 | 50 | semver "^6.3.1"
|
51 | 51 |
|
52 |
| -"@babel/generator@^7.24.1", "@babel/generator@^7.7.2": |
53 |
| - version "7.24.1" |
54 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.1.tgz#e67e06f68568a4ebf194d1c6014235344f0476d0" |
55 |
| - integrity sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A== |
| 52 | +"@babel/generator@^7.24.1", "@babel/generator@^7.24.4", "@babel/generator@^7.7.2": |
| 53 | + version "7.24.4" |
| 54 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.4.tgz#1fc55532b88adf952025d5d2d1e71f946cb1c498" |
| 55 | + integrity sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw== |
56 | 56 | dependencies:
|
57 | 57 | "@babel/types" "^7.24.0"
|
58 | 58 | "@jridgewell/gen-mapping" "^0.3.5"
|
|
261 | 261 | "@babel/template" "^7.22.15"
|
262 | 262 | "@babel/types" "^7.22.19"
|
263 | 263 |
|
264 |
| -"@babel/helpers@^7.24.1": |
265 |
| - version "7.24.1" |
266 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.1.tgz#183e44714b9eba36c3038e442516587b1e0a1a94" |
267 |
| - integrity sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg== |
| 264 | +"@babel/helpers@^7.24.4": |
| 265 | + version "7.24.4" |
| 266 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.4.tgz#dc00907fd0d95da74563c142ef4cd21f2cb856b6" |
| 267 | + integrity sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw== |
268 | 268 | dependencies:
|
269 | 269 | "@babel/template" "^7.24.0"
|
270 | 270 | "@babel/traverse" "^7.24.1"
|
|
280 | 280 | js-tokens "^4.0.0"
|
281 | 281 | picocolors "^1.0.0"
|
282 | 282 |
|
283 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.24.0", "@babel/parser@^7.24.1": |
284 |
| - version "7.24.1" |
285 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a" |
286 |
| - integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg== |
| 283 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.24.0", "@babel/parser@^7.24.1", "@babel/parser@^7.24.4": |
| 284 | + version "7.24.4" |
| 285 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88" |
| 286 | + integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg== |
287 | 287 |
|
288 | 288 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.4":
|
289 | 289 | version "7.24.4"
|
|
0 commit comments