|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
| 5 | +"@ampproject/remapping@^2.0.0": |
| 6 | + version "2.0.2" |
| 7 | + resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.0.2.tgz#f3d9760bf30588c51408dbe7c05ff2bb13069307" |
| 8 | + integrity sha512-sE8Gx+qSDMLoJvb3QarJJlDQK7SSY4rK3hxp4XsiANeFOmjU46ZI7Y9adAQRJrmbz8zbtZkp3mJTT+rGxtF0XA== |
| 9 | + dependencies: |
| 10 | + "@jridgewell/trace-mapping" "^0.2.2" |
| 11 | + sourcemap-codec "1.4.8" |
| 12 | + |
5 | 13 |
|
6 | 14 | version "7.12.11"
|
7 | 15 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
|
|
43 | 51 | semver "^5.4.1"
|
44 | 52 | source-map "^0.5.0"
|
45 | 53 |
|
46 |
| -"@babel/core@7.16.12", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.7.5": |
47 |
| - version "7.16.12" |
48 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.12.tgz#5edc53c1b71e54881315923ae2aedea2522bb784" |
49 |
| - integrity sha512-dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg== |
| 54 | +"@babel/core@7.17.0", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.7.5": |
| 55 | + version "7.17.0" |
| 56 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.0.tgz#16b8772b0a567f215839f689c5ded6bb20e864d5" |
| 57 | + integrity sha512-x/5Ea+RO5MvF9ize5DeVICJoVrNv0Mi2RnIABrZEKYvPEpldXwauPkgvYA17cKa6WpU3LoYvYbuEMFtSNFsarA== |
50 | 58 | dependencies:
|
| 59 | + "@ampproject/remapping" "^2.0.0" |
51 | 60 | "@babel/code-frame" "^7.16.7"
|
52 |
| - "@babel/generator" "^7.16.8" |
| 61 | + "@babel/generator" "^7.17.0" |
53 | 62 | "@babel/helper-compilation-targets" "^7.16.7"
|
54 | 63 | "@babel/helper-module-transforms" "^7.16.7"
|
55 |
| - "@babel/helpers" "^7.16.7" |
56 |
| - "@babel/parser" "^7.16.12" |
| 64 | + "@babel/helpers" "^7.17.0" |
| 65 | + "@babel/parser" "^7.17.0" |
57 | 66 | "@babel/template" "^7.16.7"
|
58 |
| - "@babel/traverse" "^7.16.10" |
59 |
| - "@babel/types" "^7.16.8" |
| 67 | + "@babel/traverse" "^7.17.0" |
| 68 | + "@babel/types" "^7.17.0" |
60 | 69 | convert-source-map "^1.7.0"
|
61 | 70 | debug "^4.1.0"
|
62 | 71 | gensync "^1.0.0-beta.2"
|
63 | 72 | json5 "^2.1.2"
|
64 | 73 | semver "^6.3.0"
|
65 |
| - source-map "^0.5.0" |
66 | 74 |
|
67 | 75 | "@babel/eslint-parser@^7.11.3":
|
68 | 76 | version "7.16.0"
|
|
73 | 81 | eslint-visitor-keys "^2.1.0"
|
74 | 82 | semver "^6.3.0"
|
75 | 83 |
|
76 |
| -"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.16.8", "@babel/generator@^7.4.0": |
77 |
| - version "7.16.8" |
78 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.8.tgz#359d44d966b8cd059d543250ce79596f792f2ebe" |
79 |
| - integrity sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw== |
| 84 | +"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.17.0", "@babel/generator@^7.4.0": |
| 85 | + version "7.17.0" |
| 86 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.0.tgz#7bd890ba706cd86d3e2f727322346ffdbf98f65e" |
| 87 | + integrity sha512-I3Omiv6FGOC29dtlZhkfXO6pgkmukJSlT26QjVvS1DGZe/NzSVCPG41X0tS21oZkJYlovfj9qDWgKP+Cn4bXxw== |
80 | 88 | dependencies:
|
81 |
| - "@babel/types" "^7.16.8" |
| 89 | + "@babel/types" "^7.17.0" |
82 | 90 | jsesc "^2.5.1"
|
83 | 91 | source-map "^0.5.0"
|
84 | 92 |
|
|
299 | 307 | "@babel/traverse" "^7.16.0"
|
300 | 308 | "@babel/types" "^7.16.0"
|
301 | 309 |
|
302 |
| -"@babel/helpers@^7.12.5", "@babel/helpers@^7.16.7": |
303 |
| - version "7.16.7" |
304 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.7.tgz#7e3504d708d50344112767c3542fc5e357fffefc" |
305 |
| - integrity sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw== |
| 310 | +"@babel/helpers@^7.12.5", "@babel/helpers@^7.17.0": |
| 311 | + version "7.17.0" |
| 312 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.0.tgz#79cdf6c66a579f3a7b5e739371bc63ca0306886b" |
| 313 | + integrity sha512-Xe/9NFxjPwELUvW2dsukcMZIp6XwPSbI4ojFBJuX5ramHuVE22SVcZIwqzdWo5uCgeTXW8qV97lMvSOjq+1+nQ== |
306 | 314 | dependencies:
|
307 | 315 | "@babel/template" "^7.16.7"
|
308 |
| - "@babel/traverse" "^7.16.7" |
309 |
| - "@babel/types" "^7.16.7" |
| 316 | + "@babel/traverse" "^7.17.0" |
| 317 | + "@babel/types" "^7.17.0" |
310 | 318 |
|
311 | 319 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.16.7":
|
312 | 320 | version "7.16.7"
|
|
317 | 325 | chalk "^2.0.0"
|
318 | 326 | js-tokens "^4.0.0"
|
319 | 327 |
|
320 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.16.10", "@babel/parser@^7.16.12", "@babel/parser@^7.16.7", "@babel/parser@^7.4.3": |
321 |
| - version "7.16.12" |
322 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.12.tgz#9474794f9a650cf5e2f892444227f98e28cdf8b6" |
323 |
| - integrity sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A== |
| 328 | +"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.0", "@babel/parser@^7.4.3": |
| 329 | + version "7.17.0" |
| 330 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.0.tgz#f0ac33eddbe214e4105363bb17c3341c5ffcc43c" |
| 331 | + integrity sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw== |
324 | 332 |
|
325 | 333 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.0":
|
326 | 334 | version "7.16.2"
|
|
1092 | 1100 | "@babel/parser" "^7.16.7"
|
1093 | 1101 | "@babel/types" "^7.16.7"
|
1094 | 1102 |
|
1095 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@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": |
1096 |
| - version "7.16.10" |
1097 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.10.tgz#448f940defbe95b5a8029975b051f75993e8239f" |
1098 |
| - integrity sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw== |
| 1103 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@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.4.3": |
| 1104 | + version "7.17.0" |
| 1105 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.0.tgz#3143e5066796408ccc880a33ecd3184f3e75cd30" |
| 1106 | + integrity sha512-fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg== |
1099 | 1107 | dependencies:
|
1100 | 1108 | "@babel/code-frame" "^7.16.7"
|
1101 |
| - "@babel/generator" "^7.16.8" |
| 1109 | + "@babel/generator" "^7.17.0" |
1102 | 1110 | "@babel/helper-environment-visitor" "^7.16.7"
|
1103 | 1111 | "@babel/helper-function-name" "^7.16.7"
|
1104 | 1112 | "@babel/helper-hoist-variables" "^7.16.7"
|
1105 | 1113 | "@babel/helper-split-export-declaration" "^7.16.7"
|
1106 |
| - "@babel/parser" "^7.16.10" |
1107 |
| - "@babel/types" "^7.16.8" |
| 1114 | + "@babel/parser" "^7.17.0" |
| 1115 | + "@babel/types" "^7.17.0" |
1108 | 1116 | debug "^4.1.0"
|
1109 | 1117 | globals "^11.1.0"
|
1110 | 1118 |
|
1111 |
| -"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4": |
1112 |
| - version "7.16.8" |
1113 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.8.tgz#0ba5da91dd71e0a4e7781a30f22770831062e3c1" |
1114 |
| - integrity sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg== |
| 1119 | +"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4": |
| 1120 | + version "7.17.0" |
| 1121 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b" |
| 1122 | + integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw== |
1115 | 1123 | dependencies:
|
1116 | 1124 | "@babel/helper-validator-identifier" "^7.16.7"
|
1117 | 1125 | to-fast-properties "^2.0.0"
|
|
1563 | 1571 | "@types/yargs" "^16.0.0"
|
1564 | 1572 | chalk "^4.0.0"
|
1565 | 1573 |
|
| 1574 | +"@jridgewell/resolve-uri@^3.0.3": |
| 1575 | + version "3.0.4" |
| 1576 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.4.tgz#b876e3feefb9c8d3aa84014da28b5e52a0640d72" |
| 1577 | + integrity sha512-cz8HFjOFfUBtvN+NXYSFMHYRdxZMaEl0XypVrhzxBgadKIXhIkRd8aMeHhmF56Sl7SuS8OnUpQ73/k9LE4VnLg== |
| 1578 | + |
| 1579 | +"@jridgewell/trace-mapping@^0.2.2": |
| 1580 | + version "0.2.6" |
| 1581 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.2.6.tgz#5eac4bea1b56e073471c6f021582bdb986c4b8b7" |
| 1582 | + integrity sha512-rVJf5dSMEBxnDEwtAT5x8+p6tZ+xU6Ocm+cR1MYL2gMsRi4MMzVf9Pvq6JaxIsEeKAyYmo2U+yPQN4QfdTfFnA== |
| 1583 | + dependencies: |
| 1584 | + "@jridgewell/resolve-uri" "^3.0.3" |
| 1585 | + sourcemap-codec "1.4.8" |
| 1586 | + |
1566 | 1587 | "@mdx-js/mdx@^1.6.22":
|
1567 | 1588 | version "1.6.22"
|
1568 | 1589 | resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-1.6.22.tgz#8a723157bf90e78f17dc0f27995398e6c731f1ba"
|
@@ -13712,6 +13733,11 @@ source-map@^0.7.3, source-map@~0.7.2:
|
13712 | 13733 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
|
13713 | 13734 | integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
|
13714 | 13735 |
|
| 13736 | + |
| 13737 | + version "1.4.8" |
| 13738 | + resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4" |
| 13739 | + integrity sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== |
| 13740 | + |
13715 | 13741 | sourcemapped-stacktrace@^1.1.6:
|
13716 | 13742 | version "1.1.11"
|
13717 | 13743 | resolved "https://registry.yarnpkg.com/sourcemapped-stacktrace/-/sourcemapped-stacktrace-1.1.11.tgz#e2dede7fc148599c52a4f883276e527f8452657d"
|
|
0 commit comments