|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
5 | | -"@babel/cli@7.16.8": |
6 | | - version "7.16.8" |
7 | | - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.16.8.tgz#44b9be7706762bfa3bff8adbf746da336eb0ab7c" |
8 | | - integrity sha512-FTKBbxyk5TclXOGmwYyqelqP5IF6hMxaeJskd85jbR5jBfYlwqgwAbJwnixi1ZBbTqKfFuAA95mdmUFeSRwyJA== |
| 5 | +"@ampproject/remapping@^2.1.0": |
| 6 | + version "2.1.2" |
| 7 | + resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.2.tgz#4edca94973ded9630d20101cd8559cedb8d8bd34" |
| 8 | + integrity sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg== |
| 9 | + dependencies: |
| 10 | + "@jridgewell/trace-mapping" "^0.3.0" |
| 11 | + |
| 12 | +"@babel/cli@7.17.6": |
| 13 | + version "7.17.6" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.17.6.tgz#169e5935f1795f0b62ded5a2accafeedfe5c5363" |
| 15 | + integrity sha512-l4w608nsDNlxZhiJ5tE3DbNmr61fIKMZ6fTBo171VEFuFMIYuJ3mHRhTLEkKKyvx2Mizkkv/0a8OJOnZqkKYNA== |
9 | 16 | dependencies: |
| 17 | + "@jridgewell/trace-mapping" "^0.3.4" |
10 | 18 | commander "^4.0.1" |
11 | 19 | convert-source-map "^1.1.0" |
12 | 20 | fs-readdir-recursive "^1.1.0" |
|
59 | 67 | semver "^5.4.1" |
60 | 68 | source-map "^0.5.0" |
61 | 69 |
|
62 | | -"@babel/core@7.16.12", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.10", "@babel/core@^7.7.5": |
63 | | - version "7.16.12" |
64 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.12.tgz#5edc53c1b71e54881315923ae2aedea2522bb784" |
65 | | - integrity sha512-dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg== |
| 70 | +"@babel/core@7.17.5", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.10", "@babel/core@^7.7.5": |
| 71 | + version "7.17.5" |
| 72 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.5.tgz#6cd2e836058c28f06a4ca8ee7ed955bbf37c8225" |
| 73 | + integrity sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA== |
66 | 74 | dependencies: |
| 75 | + "@ampproject/remapping" "^2.1.0" |
67 | 76 | "@babel/code-frame" "^7.16.7" |
68 | | - "@babel/generator" "^7.16.8" |
| 77 | + "@babel/generator" "^7.17.3" |
69 | 78 | "@babel/helper-compilation-targets" "^7.16.7" |
70 | 79 | "@babel/helper-module-transforms" "^7.16.7" |
71 | | - "@babel/helpers" "^7.16.7" |
72 | | - "@babel/parser" "^7.16.12" |
| 80 | + "@babel/helpers" "^7.17.2" |
| 81 | + "@babel/parser" "^7.17.3" |
73 | 82 | "@babel/template" "^7.16.7" |
74 | | - "@babel/traverse" "^7.16.10" |
75 | | - "@babel/types" "^7.16.8" |
| 83 | + "@babel/traverse" "^7.17.3" |
| 84 | + "@babel/types" "^7.17.0" |
76 | 85 | convert-source-map "^1.7.0" |
77 | 86 | debug "^4.1.0" |
78 | 87 | gensync "^1.0.0-beta.2" |
79 | 88 | json5 "^2.1.2" |
80 | 89 | semver "^6.3.0" |
81 | | - source-map "^0.5.0" |
82 | 90 |
|
83 | 91 | "@babel/eslint-parser@^7.11.3": |
84 | 92 | version "7.14.3" |
|
89 | 97 | eslint-visitor-keys "^2.1.0" |
90 | 98 | semver "^6.3.0" |
91 | 99 |
|
92 | | -"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.16.8", "@babel/generator@^7.4.0": |
93 | | - version "7.16.8" |
94 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.8.tgz#359d44d966b8cd059d543250ce79596f792f2ebe" |
95 | | - integrity sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw== |
| 100 | +"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.17.3", "@babel/generator@^7.4.0": |
| 101 | + version "7.17.3" |
| 102 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200" |
| 103 | + integrity sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg== |
96 | 104 | dependencies: |
97 | | - "@babel/types" "^7.16.8" |
| 105 | + "@babel/types" "^7.17.0" |
98 | 106 | jsesc "^2.5.1" |
99 | 107 | source-map "^0.5.0" |
100 | 108 |
|
|
313 | 321 | "@babel/traverse" "^7.13.0" |
314 | 322 | "@babel/types" "^7.13.0" |
315 | 323 |
|
316 | | -"@babel/helpers@^7.12.5", "@babel/helpers@^7.16.7": |
317 | | - version "7.16.7" |
318 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.7.tgz#7e3504d708d50344112767c3542fc5e357fffefc" |
319 | | - integrity sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw== |
| 324 | +"@babel/helpers@^7.12.5", "@babel/helpers@^7.17.2": |
| 325 | + version "7.17.2" |
| 326 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.2.tgz#23f0a0746c8e287773ccd27c14be428891f63417" |
| 327 | + integrity sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ== |
320 | 328 | dependencies: |
321 | 329 | "@babel/template" "^7.16.7" |
322 | | - "@babel/traverse" "^7.16.7" |
323 | | - "@babel/types" "^7.16.7" |
| 330 | + "@babel/traverse" "^7.17.0" |
| 331 | + "@babel/types" "^7.17.0" |
324 | 332 |
|
325 | 333 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.16.7": |
326 | 334 | version "7.16.7" |
|
331 | 339 | chalk "^2.0.0" |
332 | 340 | js-tokens "^4.0.0" |
333 | 341 |
|
334 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.16.10", "@babel/parser@^7.16.12", "@babel/parser@^7.16.7", "@babel/parser@^7.4.3": |
335 | | - version "7.16.12" |
336 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.12.tgz#9474794f9a650cf5e2f892444227f98e28cdf8b6" |
337 | | - integrity sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A== |
| 342 | +"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.4.3": |
| 343 | + version "7.17.3" |
| 344 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0" |
| 345 | + integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA== |
338 | 346 |
|
339 | 347 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12": |
340 | 348 | version "7.13.12" |
|
1105 | 1113 | "@babel/parser" "^7.16.7" |
1106 | 1114 | "@babel/types" "^7.16.7" |
1107 | 1115 |
|
1108 | | -"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.16.10", "@babel/traverse@^7.16.7", "@babel/traverse@^7.4.3": |
1109 | | - version "7.16.10" |
1110 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.10.tgz#448f940defbe95b5a8029975b051f75993e8239f" |
1111 | | - integrity sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw== |
| 1116 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3", "@babel/traverse@^7.4.3": |
| 1117 | + version "7.17.3" |
| 1118 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57" |
| 1119 | + integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw== |
1112 | 1120 | dependencies: |
1113 | 1121 | "@babel/code-frame" "^7.16.7" |
1114 | | - "@babel/generator" "^7.16.8" |
| 1122 | + "@babel/generator" "^7.17.3" |
1115 | 1123 | "@babel/helper-environment-visitor" "^7.16.7" |
1116 | 1124 | "@babel/helper-function-name" "^7.16.7" |
1117 | 1125 | "@babel/helper-hoist-variables" "^7.16.7" |
1118 | 1126 | "@babel/helper-split-export-declaration" "^7.16.7" |
1119 | | - "@babel/parser" "^7.16.10" |
1120 | | - "@babel/types" "^7.16.8" |
| 1127 | + "@babel/parser" "^7.17.3" |
| 1128 | + "@babel/types" "^7.17.0" |
1121 | 1129 | debug "^4.1.0" |
1122 | 1130 | globals "^11.1.0" |
1123 | 1131 |
|
1124 | | -"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.12.1", "@babel/types@^7.12.11", "@babel/types@^7.12.13", "@babel/types@^7.12.7", "@babel/types@^7.13.0", "@babel/types@^7.14.1", "@babel/types@^7.14.5", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4": |
1125 | | - version "7.16.8" |
1126 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.8.tgz#0ba5da91dd71e0a4e7781a30f22770831062e3c1" |
1127 | | - integrity sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg== |
| 1132 | +"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.12.1", "@babel/types@^7.12.11", "@babel/types@^7.12.13", "@babel/types@^7.12.7", "@babel/types@^7.13.0", "@babel/types@^7.14.1", "@babel/types@^7.14.5", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4": |
| 1133 | + version "7.17.0" |
| 1134 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b" |
| 1135 | + integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw== |
1128 | 1136 | dependencies: |
1129 | 1137 | "@babel/helper-validator-identifier" "^7.16.7" |
1130 | 1138 | to-fast-properties "^2.0.0" |
|
1521 | 1529 | "@types/yargs" "^15.0.0" |
1522 | 1530 | chalk "^4.0.0" |
1523 | 1531 |
|
| 1532 | +"@jridgewell/resolve-uri@^3.0.3": |
| 1533 | + version "3.0.5" |
| 1534 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c" |
| 1535 | + integrity sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew== |
| 1536 | + |
| 1537 | +"@jridgewell/sourcemap-codec@^1.4.10": |
| 1538 | + version "1.4.11" |
| 1539 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec" |
| 1540 | + integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg== |
| 1541 | + |
| 1542 | +"@jridgewell/trace-mapping@^0.3.0", "@jridgewell/trace-mapping@^0.3.4": |
| 1543 | + version "0.3.4" |
| 1544 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz#f6a0832dffd5b8a6aaa633b7d9f8e8e94c83a0c3" |
| 1545 | + integrity sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ== |
| 1546 | + dependencies: |
| 1547 | + "@jridgewell/resolve-uri" "^3.0.3" |
| 1548 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 1549 | + |
1524 | 1550 | "@mdx-js/mdx@^1.6.22": |
1525 | 1551 | version "1.6.22" |
1526 | 1552 | resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-1.6.22.tgz#8a723157bf90e78f17dc0f27995398e6c731f1ba" |
|
0 commit comments