|
48 | 48 | http-errors "^1.7.3" |
49 | 49 | object-path "^0.11.4" |
50 | 50 |
|
51 | | -"@babel/cli@7.13.14": |
52 | | - version "7.13.14" |
53 | | - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.14.tgz#c395bc89ec4760c91f2027fa8b26f8b2bf42238f" |
54 | | - integrity sha512-zmEFV8WBRsW+mPQumO1/4b34QNALBVReaiHJOkxhUsdo/AvYM62c+SKSuLi2aZ42t3ocK6OI0uwUXRvrIbREZw== |
| 51 | +"@babel/cli@7.13.16": |
| 52 | + version "7.13.16" |
| 53 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.16.tgz#9d372e943ced0cc291f068204a9b010fd9cfadbc" |
| 54 | + integrity sha512-cL9tllhqvsQ6r1+d9Invf7nNXg/3BlfL1vvvL/AdH9fZ2l5j0CeBcoq6UjsqHpvyN1v5nXSZgqJZoGeK+ZOAbw== |
55 | 55 | dependencies: |
56 | 56 | commander "^4.0.1" |
57 | 57 | convert-source-map "^1.1.0" |
58 | 58 | fs-readdir-recursive "^1.1.0" |
59 | 59 | glob "^7.0.0" |
60 | | - lodash "^4.17.19" |
61 | 60 | make-dir "^2.1.0" |
62 | 61 | slash "^2.0.0" |
63 | 62 | source-map "^0.5.0" |
|
106 | 105 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6" |
107 | 106 | integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog== |
108 | 107 |
|
109 | | -"@babel/core@7.13.15": |
110 | | - version "7.13.15" |
111 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.15.tgz#a6d40917df027487b54312202a06812c4f7792d0" |
112 | | - integrity sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ== |
| 108 | +"@babel/core@7.13.16": |
| 109 | + version "7.13.16" |
| 110 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.16.tgz#7756ab24396cc9675f1c3fcd5b79fcce192ea96a" |
| 111 | + integrity sha512-sXHpixBiWWFti0AV2Zq7avpTasr6sIAu7Y396c608541qAU2ui4a193m0KSQmfPSKFZLnQ3cvlKDOm3XkuXm3Q== |
113 | 112 | dependencies: |
114 | 113 | "@babel/code-frame" "^7.12.13" |
115 | | - "@babel/generator" "^7.13.9" |
116 | | - "@babel/helper-compilation-targets" "^7.13.13" |
| 114 | + "@babel/generator" "^7.13.16" |
| 115 | + "@babel/helper-compilation-targets" "^7.13.16" |
117 | 116 | "@babel/helper-module-transforms" "^7.13.14" |
118 | | - "@babel/helpers" "^7.13.10" |
119 | | - "@babel/parser" "^7.13.15" |
| 117 | + "@babel/helpers" "^7.13.16" |
| 118 | + "@babel/parser" "^7.13.16" |
120 | 119 | "@babel/template" "^7.12.13" |
121 | 120 | "@babel/traverse" "^7.13.15" |
122 | | - "@babel/types" "^7.13.14" |
| 121 | + "@babel/types" "^7.13.16" |
123 | 122 | convert-source-map "^1.7.0" |
124 | 123 | debug "^4.1.0" |
125 | 124 | gensync "^1.0.0-beta.2" |
|
177 | 176 | jsesc "^2.5.1" |
178 | 177 | source-map "^0.5.0" |
179 | 178 |
|
| 179 | +"@babel/generator@^7.13.16": |
| 180 | + version "7.13.16" |
| 181 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.16.tgz#0befc287031a201d84cdfc173b46b320ae472d14" |
| 182 | + integrity sha512-grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg== |
| 183 | + dependencies: |
| 184 | + "@babel/types" "^7.13.16" |
| 185 | + jsesc "^2.5.1" |
| 186 | + source-map "^0.5.0" |
| 187 | + |
180 | 188 | "@babel/generator@^7.13.9": |
181 | 189 | version "7.13.9" |
182 | 190 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39" |
|
228 | 236 | browserslist "^4.14.5" |
229 | 237 | semver "^6.3.0" |
230 | 238 |
|
| 239 | +"@babel/helper-compilation-targets@^7.13.16": |
| 240 | + version "7.13.16" |
| 241 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c" |
| 242 | + integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA== |
| 243 | + dependencies: |
| 244 | + "@babel/compat-data" "^7.13.15" |
| 245 | + "@babel/helper-validator-option" "^7.12.17" |
| 246 | + browserslist "^4.14.5" |
| 247 | + semver "^6.3.0" |
| 248 | + |
231 | 249 | "@babel/helper-compilation-targets@^7.13.8": |
232 | 250 | version "7.13.8" |
233 | 251 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468" |
|
597 | 615 | "@babel/traverse" "^7.10.1" |
598 | 616 | "@babel/types" "^7.10.1" |
599 | 617 |
|
600 | | -"@babel/helpers@^7.13.10": |
601 | | - version "7.13.10" |
602 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8" |
603 | | - integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== |
| 618 | +"@babel/helpers@^7.13.16": |
| 619 | + version "7.13.16" |
| 620 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.16.tgz#08af075f786fd06a56e41bcac3e8cc87ddc4d0b3" |
| 621 | + integrity sha512-x5otxUaLpdWHl02P4L94wBU+2BJXBkvO+6d6uzQ+xD9/h2hTSAwA5O8QV8GqKx/l8i+VYmKKQg9e2QGTa2Wu3Q== |
604 | 622 | dependencies: |
605 | 623 | "@babel/template" "^7.12.13" |
606 | | - "@babel/traverse" "^7.13.0" |
607 | | - "@babel/types" "^7.13.0" |
| 624 | + "@babel/traverse" "^7.13.15" |
| 625 | + "@babel/types" "^7.13.16" |
608 | 626 |
|
609 | 627 | "@babel/highlight@^7.10.1": |
610 | 628 | version "7.10.1" |
|
661 | 679 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8" |
662 | 680 | integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ== |
663 | 681 |
|
| 682 | +"@babel/parser@^7.13.16": |
| 683 | + version "7.13.16" |
| 684 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37" |
| 685 | + integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw== |
| 686 | + |
664 | 687 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12": |
665 | 688 | version "7.13.12" |
666 | 689 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a" |
|
1436 | 1459 | lodash "^4.17.19" |
1437 | 1460 | to-fast-properties "^2.0.0" |
1438 | 1461 |
|
| 1462 | +"@babel/types@^7.13.16": |
| 1463 | + version "7.13.16" |
| 1464 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.16.tgz#916120b858aa5655cfba84bd0f6021ff5bdb4e65" |
| 1465 | + integrity sha512-7enM8Wxhrl1hB1+k6+xO6RmxpNkaveRWkdpyii8DkrLWRgr0l3x29/SEuhTIkP+ynHsU/Hpjn8Evd/axv/ll6Q== |
| 1466 | + dependencies: |
| 1467 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 1468 | + to-fast-properties "^2.0.0" |
| 1469 | + |
1439 | 1470 | "@bcoe/v8-coverage@^0.2.3": |
1440 | 1471 | version "0.2.3" |
1441 | 1472 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
0 commit comments