|
22 | 22 | integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
|
23 | 23 |
|
24 | 24 | "@babel/core@^7.1.0", "@babel/core@^7.13.1", "@babel/core@^7.7.5":
|
25 |
| - version "7.13.8" |
26 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb" |
27 |
| - integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg== |
| 25 | + version "7.13.10" |
| 26 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559" |
| 27 | + integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw== |
28 | 28 | dependencies:
|
29 | 29 | "@babel/code-frame" "^7.12.13"
|
30 |
| - "@babel/generator" "^7.13.0" |
31 |
| - "@babel/helper-compilation-targets" "^7.13.8" |
| 30 | + "@babel/generator" "^7.13.9" |
| 31 | + "@babel/helper-compilation-targets" "^7.13.10" |
32 | 32 | "@babel/helper-module-transforms" "^7.13.0"
|
33 |
| - "@babel/helpers" "^7.13.0" |
34 |
| - "@babel/parser" "^7.13.4" |
| 33 | + "@babel/helpers" "^7.13.10" |
| 34 | + "@babel/parser" "^7.13.10" |
35 | 35 | "@babel/template" "^7.12.13"
|
36 | 36 | "@babel/traverse" "^7.13.0"
|
37 | 37 | "@babel/types" "^7.13.0"
|
|
43 | 43 | semver "^6.3.0"
|
44 | 44 | source-map "^0.5.0"
|
45 | 45 |
|
46 |
| -"@babel/generator@^7.13.0": |
47 |
| - version "7.13.0" |
48 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.0.tgz#bd00d4394ca22f220390c56a0b5b85568ec1ec0c" |
49 |
| - integrity sha512-zBZfgvBB/ywjx0Rgc2+BwoH/3H+lDtlgD4hBOpEv5LxRnYsm/753iRuLepqnYlynpjC3AdQxtxsoeHJoEEwOAw== |
| 46 | +"@babel/generator@^7.13.0", "@babel/generator@^7.13.9": |
| 47 | + version "7.13.9" |
| 48 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39" |
| 49 | + integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== |
50 | 50 | dependencies:
|
51 | 51 | "@babel/types" "^7.13.0"
|
52 | 52 | jsesc "^2.5.1"
|
|
67 | 67 | "@babel/helper-explode-assignable-expression" "^7.12.13"
|
68 | 68 | "@babel/types" "^7.12.13"
|
69 | 69 |
|
70 |
| -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.8": |
71 |
| - version "7.13.8" |
72 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468" |
73 |
| - integrity sha512-pBljUGC1y3xKLn1nrx2eAhurLMA8OqBtBP/JwG4U8skN7kf8/aqwwxpV1N6T0e7r6+7uNitIa/fUxPFagSXp3A== |
| 70 | +"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.10", "@babel/helper-compilation-targets@^7.13.8": |
| 71 | + version "7.13.10" |
| 72 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c" |
| 73 | + integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA== |
74 | 74 | dependencies:
|
75 | 75 | "@babel/compat-data" "^7.13.8"
|
76 | 76 | "@babel/helper-validator-option" "^7.12.17"
|
|
242 | 242 | "@babel/traverse" "^7.13.0"
|
243 | 243 | "@babel/types" "^7.13.0"
|
244 | 244 |
|
245 |
| -"@babel/helpers@^7.13.0": |
246 |
| - version "7.13.0" |
247 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0" |
248 |
| - integrity sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ== |
| 245 | +"@babel/helpers@^7.13.10": |
| 246 | + version "7.13.10" |
| 247 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8" |
| 248 | + integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== |
249 | 249 | dependencies:
|
250 | 250 | "@babel/template" "^7.12.13"
|
251 | 251 | "@babel/traverse" "^7.13.0"
|
|
260 | 260 | chalk "^2.0.0"
|
261 | 261 | js-tokens "^4.0.0"
|
262 | 262 |
|
263 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.13.4": |
264 |
| - version "7.13.4" |
265 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab" |
266 |
| - integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA== |
| 263 | +"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.13.10": |
| 264 | + version "7.13.11" |
| 265 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.11.tgz#f93ebfc99d21c1772afbbaa153f47e7ce2f50b88" |
| 266 | + integrity sha512-PhuoqeHoO9fc4ffMEVk4qb/w/s2iOSWohvbHxLtxui0eBg3Lg5gN1U8wp1V1u61hOWkPQJJyJzGH6Y+grwkq8Q== |
267 | 267 |
|
268 | 268 | "@babel/plugin-proposal-async-generator-functions@^7.13.8":
|
269 | 269 | version "7.13.8"
|
|
0 commit comments