|
38 | 38 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6" |
39 | 39 | integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog== |
40 | 40 |
|
41 | | -"@babel/core@^7.1.0", "@babel/core@^7.7.5": |
42 | | - version "7.12.17" |
43 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.17.tgz#993c5e893333107a2815d8e0d73a2c3755e280b2" |
44 | | - integrity sha512-V3CuX1aBywbJvV2yzJScRxeiiw0v2KZZYYE3giywxzFJL13RiyPjaaDwhDnxmgFTTS7FgvM2ijr4QmKNIu0AtQ== |
45 | | - dependencies: |
46 | | - "@babel/code-frame" "^7.12.13" |
47 | | - "@babel/generator" "^7.12.17" |
48 | | - "@babel/helper-module-transforms" "^7.12.17" |
49 | | - "@babel/helpers" "^7.12.17" |
50 | | - "@babel/parser" "^7.12.17" |
51 | | - "@babel/template" "^7.12.13" |
52 | | - "@babel/traverse" "^7.12.17" |
53 | | - "@babel/types" "^7.12.17" |
54 | | - convert-source-map "^1.7.0" |
55 | | - debug "^4.1.0" |
56 | | - gensync "^1.0.0-beta.1" |
57 | | - json5 "^2.1.2" |
58 | | - lodash "^4.17.19" |
59 | | - semver "^5.4.1" |
60 | | - source-map "^0.5.0" |
61 | | - |
62 | | -"@babel/core@^7.13.1": |
63 | | - version "7.13.1" |
64 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.1.tgz#7ddd027176debe40f13bb88bac0c21218c5b1ecf" |
65 | | - integrity sha512-FzeKfFBG2rmFtGiiMdXZPFt/5R5DXubVi82uYhjGX4Msf+pgYQMCFIqFXZWs5vbIYbf14VeBIgdGI03CDOOM1w== |
| 41 | +"@babel/core@^7.1.0", "@babel/core@^7.13.8", "@babel/core@^7.7.5": |
| 42 | + version "7.13.8" |
| 43 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb" |
| 44 | + integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg== |
66 | 45 | dependencies: |
67 | 46 | "@babel/code-frame" "^7.12.13" |
68 | 47 | "@babel/generator" "^7.13.0" |
69 | | - "@babel/helper-compilation-targets" "^7.13.0" |
| 48 | + "@babel/helper-compilation-targets" "^7.13.8" |
70 | 49 | "@babel/helper-module-transforms" "^7.13.0" |
71 | 50 | "@babel/helpers" "^7.13.0" |
72 | | - "@babel/parser" "^7.13.0" |
| 51 | + "@babel/parser" "^7.13.4" |
73 | 52 | "@babel/template" "^7.12.13" |
74 | 53 | "@babel/traverse" "^7.13.0" |
75 | 54 | "@babel/types" "^7.13.0" |
|
78 | 57 | gensync "^1.0.0-beta.2" |
79 | 58 | json5 "^2.1.2" |
80 | 59 | lodash "^4.17.19" |
81 | | - semver "7.0.0" |
82 | | - source-map "^0.5.0" |
83 | | - |
84 | | -"@babel/generator@^7.12.17": |
85 | | - version "7.12.17" |
86 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.17.tgz#9ef1dd792d778b32284411df63f4f668a9957287" |
87 | | - integrity sha512-DSA7ruZrY4WI8VxuS1jWSRezFnghEoYEFrZcw9BizQRmOZiUsiHl59+qEARGPqPikwA/GPTyRCi7isuCK/oyqg== |
88 | | - dependencies: |
89 | | - "@babel/types" "^7.12.17" |
90 | | - jsesc "^2.5.1" |
| 60 | + semver "^6.3.0" |
91 | 61 | source-map "^0.5.0" |
92 | 62 |
|
93 | 63 | "@babel/generator@^7.13.0": |
|
216 | 186 | dependencies: |
217 | 187 | "@babel/types" "^7.12.13" |
218 | 188 |
|
219 | | -"@babel/helper-module-transforms@^7.12.17": |
220 | | - version "7.12.17" |
221 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.17.tgz#7c75b987d6dfd5b48e575648f81eaac891539509" |
222 | | - integrity sha512-sFL+p6zOCQMm9vilo06M4VHuTxUAwa6IxgL56Tq1DVtA0ziAGTH1ThmJq7xwPqdQlgAbKX3fb0oZNbtRIyA5KQ== |
223 | | - dependencies: |
224 | | - "@babel/helper-module-imports" "^7.12.13" |
225 | | - "@babel/helper-replace-supers" "^7.12.13" |
226 | | - "@babel/helper-simple-access" "^7.12.13" |
227 | | - "@babel/helper-split-export-declaration" "^7.12.13" |
228 | | - "@babel/helper-validator-identifier" "^7.12.11" |
229 | | - "@babel/template" "^7.12.13" |
230 | | - "@babel/traverse" "^7.12.17" |
231 | | - "@babel/types" "^7.12.17" |
232 | | - lodash "^4.17.19" |
233 | | - |
234 | 189 | "@babel/helper-module-transforms@^7.13.0": |
235 | 190 | version "7.13.0" |
236 | 191 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1" |
|
328 | 283 | "@babel/traverse" "^7.13.0" |
329 | 284 | "@babel/types" "^7.13.0" |
330 | 285 |
|
331 | | -"@babel/helpers@^7.12.17": |
332 | | - version "7.12.17" |
333 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.17.tgz#71e03d2981a6b5ee16899964f4101dc8471d60bc" |
334 | | - integrity sha512-tEpjqSBGt/SFEsFikKds1sLNChKKGGR17flIgQKXH4fG6m9gTgl3gnOC1giHNyaBCSKuTfxaSzHi7UnvqiVKxg== |
335 | | - dependencies: |
336 | | - "@babel/template" "^7.12.13" |
337 | | - "@babel/traverse" "^7.12.17" |
338 | | - "@babel/types" "^7.12.17" |
339 | | - |
340 | 286 | "@babel/helpers@^7.13.0": |
341 | 287 | version "7.13.0" |
342 | 288 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0" |
|
364 | 310 | chalk "^2.0.0" |
365 | 311 | js-tokens "^4.0.0" |
366 | 312 |
|
367 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.12.17", "@babel/parser@^7.7.0": |
368 | | - version "7.12.17" |
369 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.17.tgz#bc85d2d47db38094e5bb268fc761716e7d693848" |
370 | | - integrity sha512-r1yKkiUTYMQ8LiEI0UcQx5ETw5dpTLn9wijn9hk6KkTtOK95FndDN10M+8/s6k/Ymlbivw0Av9q4SlgF80PtHg== |
371 | | - |
372 | | -"@babel/parser@^7.13.0": |
| 313 | +"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.13.4", "@babel/parser@^7.7.0": |
373 | 314 | version "7.13.4" |
374 | 315 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab" |
375 | 316 | integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA== |
|
938 | 879 | "@babel/parser" "^7.12.13" |
939 | 880 | "@babel/types" "^7.12.13" |
940 | 881 |
|
941 | | -"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.12.17", "@babel/traverse@^7.7.0": |
942 | | - version "7.12.17" |
943 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.17.tgz#40ec8c7ffb502c4e54c7f95492dc11b88d718619" |
944 | | - integrity sha512-LGkTqDqdiwC6Q7fWSwQoas/oyiEYw6Hqjve5KOSykXkmFJFqzvGMb9niaUEag3Rlve492Mkye3gLw9FTv94fdQ== |
945 | | - dependencies: |
946 | | - "@babel/code-frame" "^7.12.13" |
947 | | - "@babel/generator" "^7.12.17" |
948 | | - "@babel/helper-function-name" "^7.12.13" |
949 | | - "@babel/helper-split-export-declaration" "^7.12.13" |
950 | | - "@babel/parser" "^7.12.17" |
951 | | - "@babel/types" "^7.12.17" |
952 | | - debug "^4.1.0" |
953 | | - globals "^11.1.0" |
954 | | - lodash "^4.17.19" |
955 | | - |
956 | | -"@babel/traverse@^7.13.0": |
| 882 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.13.0", "@babel/traverse@^7.7.0": |
957 | 883 | version "7.13.0" |
958 | 884 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc" |
959 | 885 | integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== |
|
968 | 894 | globals "^11.1.0" |
969 | 895 | lodash "^4.17.19" |
970 | 896 |
|
971 | | -"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.17", "@babel/types@^7.12.5", "@babel/types@^7.13.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
| 897 | +"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.5", "@babel/types@^7.13.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
972 | 898 | version "7.13.0" |
973 | 899 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.0.tgz#74424d2816f0171b4100f0ab34e9a374efdf7f80" |
974 | 900 | integrity sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA== |
@@ -3513,7 +3439,7 @@ functional-red-black-tree@^1.0.1: |
3513 | 3439 | resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" |
3514 | 3440 | integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= |
3515 | 3441 |
|
3516 | | -gensync@^1.0.0-beta.1, gensync@^1.0.0-beta.2: |
| 3442 | +gensync@^1.0.0-beta.2: |
3517 | 3443 | version "1.0.0-beta.2" |
3518 | 3444 | resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" |
3519 | 3445 | integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== |
@@ -6330,7 +6256,7 @@ saxes@^5.0.0: |
6330 | 6256 | dependencies: |
6331 | 6257 | xmlchars "^2.2.0" |
6332 | 6258 |
|
6333 | | -"semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0, semver@^5.6.0: |
| 6259 | +"semver@2 || 3 || 4 || 5", semver@^5.5.0, semver@^5.6.0: |
6334 | 6260 | version "5.7.1" |
6335 | 6261 | resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" |
6336 | 6262 | integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== |
|
0 commit comments