|
22 | 22 | integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==
|
23 | 23 |
|
24 | 24 | "@babel/core@":
|
25 |
| - version "7.19.6" |
26 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f" |
27 |
| - integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg== |
| 25 | + version "7.20.2" |
| 26 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.2.tgz#8dc9b1620a673f92d3624bd926dc49a52cf25b92" |
| 27 | + integrity sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g== |
28 | 28 | dependencies:
|
29 | 29 | "@ampproject/remapping" "^2.1.0"
|
30 | 30 | "@babel/code-frame" "^7.18.6"
|
31 |
| - "@babel/generator" "^7.19.6" |
32 |
| - "@babel/helper-compilation-targets" "^7.19.3" |
33 |
| - "@babel/helper-module-transforms" "^7.19.6" |
34 |
| - "@babel/helpers" "^7.19.4" |
35 |
| - "@babel/parser" "^7.19.6" |
| 31 | + "@babel/generator" "^7.20.2" |
| 32 | + "@babel/helper-compilation-targets" "^7.20.0" |
| 33 | + "@babel/helper-module-transforms" "^7.20.2" |
| 34 | + "@babel/helpers" "^7.20.1" |
| 35 | + "@babel/parser" "^7.20.2" |
36 | 36 | "@babel/template" "^7.18.10"
|
37 |
| - "@babel/traverse" "^7.19.6" |
38 |
| - "@babel/types" "^7.19.4" |
| 37 | + "@babel/traverse" "^7.20.1" |
| 38 | + "@babel/types" "^7.20.2" |
39 | 39 | convert-source-map "^1.7.0"
|
40 | 40 | debug "^4.1.0"
|
41 | 41 | gensync "^1.0.0-beta.2"
|
42 | 42 | json5 "^2.2.1"
|
43 | 43 | semver "^6.3.0"
|
44 | 44 |
|
45 |
| -"@babel/generator@^7.19.6": |
46 |
| - version "7.19.6" |
47 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d" |
48 |
| - integrity sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA== |
49 |
| - dependencies: |
50 |
| - "@babel/types" "^7.19.4" |
51 |
| - "@jridgewell/gen-mapping" "^0.3.2" |
52 |
| - jsesc "^2.5.1" |
53 |
| - |
54 |
| -"@babel/generator@^7.20.1": |
| 45 | +"@babel/generator@^7.20.1", "@babel/generator@^7.20.2": |
55 | 46 | version "7.20.2"
|
56 | 47 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.2.tgz#c2e89e22613a039285c1e7b749e2cd0b30b9a481"
|
57 | 48 | integrity sha512-SD75PMIK6i9H8G/tfGvB4KKl4Nw6Ssos9nGgYwxbgyTP0iX/Z55DveoH86rmUB/YHTQQ+ZC0F7xxaY8l2OF44Q==
|
|
75 | 66 | "@babel/helper-explode-assignable-expression" "^7.18.6"
|
76 | 67 | "@babel/types" "^7.18.6"
|
77 | 68 |
|
78 |
| -"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.3", "@babel/helper-compilation-targets@^7.20.0": |
| 69 | +"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.0": |
79 | 70 | version "7.20.0"
|
80 | 71 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a"
|
81 | 72 | integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==
|
|
202 | 193 | dependencies:
|
203 | 194 | "@babel/types" "^7.18.6"
|
204 | 195 |
|
205 |
| -"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6": |
206 |
| - version "7.19.6" |
207 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f" |
208 |
| - integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw== |
| 196 | +"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.2": |
| 197 | + version "7.20.2" |
| 198 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712" |
| 199 | + integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA== |
209 | 200 | dependencies:
|
210 | 201 | "@babel/helper-environment-visitor" "^7.18.9"
|
211 | 202 | "@babel/helper-module-imports" "^7.18.6"
|
212 |
| - "@babel/helper-simple-access" "^7.19.4" |
| 203 | + "@babel/helper-simple-access" "^7.20.2" |
213 | 204 | "@babel/helper-split-export-declaration" "^7.18.6"
|
214 | 205 | "@babel/helper-validator-identifier" "^7.19.1"
|
215 | 206 | "@babel/template" "^7.18.10"
|
216 |
| - "@babel/traverse" "^7.19.6" |
217 |
| - "@babel/types" "^7.19.4" |
| 207 | + "@babel/traverse" "^7.20.1" |
| 208 | + "@babel/types" "^7.20.2" |
218 | 209 |
|
219 | 210 | "@babel/helper-optimise-call-expression@^7.18.6":
|
220 | 211 | version "7.18.6"
|
|
277 | 268 | dependencies:
|
278 | 269 | "@babel/types" "^7.19.4"
|
279 | 270 |
|
| 271 | +"@babel/helper-simple-access@^7.20.2": |
| 272 | + version "7.20.2" |
| 273 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9" |
| 274 | + integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA== |
| 275 | + dependencies: |
| 276 | + "@babel/types" "^7.20.2" |
| 277 | + |
280 | 278 | "@babel/helper-skip-transparent-expression-wrappers@^7.18.9":
|
281 | 279 | version "7.18.9"
|
282 | 280 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz#778d87b3a758d90b471e7b9918f34a9a02eb5818"
|
|
331 | 329 | "@babel/traverse" "^7.18.10"
|
332 | 330 | "@babel/types" "^7.18.10"
|
333 | 331 |
|
334 |
| -"@babel/helpers@^7.19.4": |
335 |
| - version "7.19.4" |
336 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5" |
337 |
| - integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw== |
| 332 | +"@babel/helpers@^7.20.1": |
| 333 | + version "7.20.1" |
| 334 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.1.tgz#2ab7a0fcb0a03b5bf76629196ed63c2d7311f4c9" |
| 335 | + integrity sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg== |
338 | 336 | dependencies:
|
339 | 337 | "@babel/template" "^7.18.10"
|
340 |
| - "@babel/traverse" "^7.19.4" |
341 |
| - "@babel/types" "^7.19.4" |
| 338 | + "@babel/traverse" "^7.20.1" |
| 339 | + "@babel/types" "^7.20.0" |
342 | 340 |
|
343 | 341 | "@babel/highlight@^7.18.6":
|
344 | 342 | version "7.18.6"
|
|
349 | 347 | chalk "^2.0.0"
|
350 | 348 | js-tokens "^4.0.0"
|
351 | 349 |
|
352 |
| -"@babel/parser@^7.18.10", "@babel/parser@^7.19.6": |
353 |
| - version "7.19.6" |
354 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8" |
355 |
| - integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA== |
356 |
| - |
357 |
| -"@babel/parser@^7.20.1": |
| 350 | +"@babel/parser@^7.18.10", "@babel/parser@^7.20.1", "@babel/parser@^7.20.2": |
358 | 351 | version "7.20.2"
|
359 | 352 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.2.tgz#9aeb9b92f64412b5f81064d46f6a1ac0881337f4"
|
360 | 353 | integrity sha512-afk318kh2uKbo7BEj2QtEi8HVCGrwHUffrYDy7dgVcSa2j9lY3LDjPzcyGdpX7xgm35aWqvciZJ4WKmdF/SxYg==
|
|
967 | 960 | "@babel/parser" "^7.18.10"
|
968 | 961 | "@babel/types" "^7.18.10"
|
969 | 962 |
|
970 |
| -"@babel/traverse@^7.18.10", "@babel/traverse@^7.18.6", "@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6": |
971 |
| - version "7.19.6" |
972 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc" |
973 |
| - integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ== |
974 |
| - dependencies: |
975 |
| - "@babel/code-frame" "^7.18.6" |
976 |
| - "@babel/generator" "^7.19.6" |
977 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
978 |
| - "@babel/helper-function-name" "^7.19.0" |
979 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
980 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
981 |
| - "@babel/parser" "^7.19.6" |
982 |
| - "@babel/types" "^7.19.4" |
983 |
| - debug "^4.1.0" |
984 |
| - globals "^11.1.0" |
985 |
| - |
986 |
| -"@babel/traverse@^7.19.1": |
| 963 | +"@babel/traverse@^7.18.10", "@babel/traverse@^7.18.6", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1": |
987 | 964 | version "7.20.1"
|
988 | 965 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8"
|
989 | 966 | integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==
|
|
0 commit comments