|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
| 5 | +"@ampproject/remapping@^2.0.0": |
| 6 | + version "2.1.0" |
| 7 | + resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.0.tgz#72becdf17ee44b2d1ac5651fb12f1952c336fe23" |
| 8 | + integrity sha512-d5RysTlJ7hmw5Tw4UxgxcY3lkMe92n8sXCcuLPAyIAHK6j8DefDwtGnVVDgOnv+RnEosulDJ9NPKQL27bDId0g== |
| 9 | + dependencies: |
| 10 | + "@jridgewell/trace-mapping" "^0.3.0" |
| 11 | + |
5 | 12 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.7":
|
6 | 13 | version "7.16.7"
|
7 | 14 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789"
|
|
37 | 44 | source-map "^0.5.0"
|
38 | 45 |
|
39 | 46 | "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.14.6", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
|
40 |
| - version "7.16.12" |
41 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.12.tgz#5edc53c1b71e54881315923ae2aedea2522bb784" |
42 |
| - integrity sha512-dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg== |
| 47 | + version "7.17.0" |
| 48 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.0.tgz#16b8772b0a567f215839f689c5ded6bb20e864d5" |
| 49 | + integrity sha512-x/5Ea+RO5MvF9ize5DeVICJoVrNv0Mi2RnIABrZEKYvPEpldXwauPkgvYA17cKa6WpU3LoYvYbuEMFtSNFsarA== |
43 | 50 | dependencies:
|
| 51 | + "@ampproject/remapping" "^2.0.0" |
44 | 52 | "@babel/code-frame" "^7.16.7"
|
45 |
| - "@babel/generator" "^7.16.8" |
| 53 | + "@babel/generator" "^7.17.0" |
46 | 54 | "@babel/helper-compilation-targets" "^7.16.7"
|
47 | 55 | "@babel/helper-module-transforms" "^7.16.7"
|
48 |
| - "@babel/helpers" "^7.16.7" |
49 |
| - "@babel/parser" "^7.16.12" |
| 56 | + "@babel/helpers" "^7.17.0" |
| 57 | + "@babel/parser" "^7.17.0" |
50 | 58 | "@babel/template" "^7.16.7"
|
51 |
| - "@babel/traverse" "^7.16.10" |
52 |
| - "@babel/types" "^7.16.8" |
| 59 | + "@babel/traverse" "^7.17.0" |
| 60 | + "@babel/types" "^7.17.0" |
53 | 61 | convert-source-map "^1.7.0"
|
54 | 62 | debug "^4.1.0"
|
55 | 63 | gensync "^1.0.0-beta.2"
|
56 | 64 | json5 "^2.1.2"
|
57 | 65 | semver "^6.3.0"
|
58 |
| - source-map "^0.5.0" |
59 | 66 |
|
60 | 67 | "@babel/eslint-parser@^7.14.7":
|
61 | 68 | version "7.17.0"
|
|
75 | 82 | jsesc "^2.5.1"
|
76 | 83 | source-map "^0.5.0"
|
77 | 84 |
|
78 |
| -"@babel/generator@^7.12.1", "@babel/generator@^7.16.8", "@babel/generator@^7.7.2": |
79 |
| - version "7.16.8" |
80 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.8.tgz#359d44d966b8cd059d543250ce79596f792f2ebe" |
81 |
| - integrity sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw== |
| 85 | +"@babel/generator@^7.12.1", "@babel/generator@^7.17.0", "@babel/generator@^7.7.2": |
| 86 | + version "7.17.0" |
| 87 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.0.tgz#7bd890ba706cd86d3e2f727322346ffdbf98f65e" |
| 88 | + integrity sha512-I3Omiv6FGOC29dtlZhkfXO6pgkmukJSlT26QjVvS1DGZe/NzSVCPG41X0tS21oZkJYlovfj9qDWgKP+Cn4bXxw== |
82 | 89 | dependencies:
|
83 |
| - "@babel/types" "^7.16.8" |
| 90 | + "@babel/types" "^7.17.0" |
84 | 91 | jsesc "^2.5.1"
|
85 | 92 | source-map "^0.5.0"
|
86 | 93 |
|
|
392 | 399 | "@babel/traverse" "^7.16.8"
|
393 | 400 | "@babel/types" "^7.16.8"
|
394 | 401 |
|
395 |
| -"@babel/helpers@^7.12.1", "@babel/helpers@^7.16.7": |
396 |
| - version "7.16.7" |
397 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.7.tgz#7e3504d708d50344112767c3542fc5e357fffefc" |
398 |
| - integrity sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw== |
| 402 | +"@babel/helpers@^7.12.1", "@babel/helpers@^7.17.0": |
| 403 | + version "7.17.0" |
| 404 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.0.tgz#79cdf6c66a579f3a7b5e739371bc63ca0306886b" |
| 405 | + integrity sha512-Xe/9NFxjPwELUvW2dsukcMZIp6XwPSbI4ojFBJuX5ramHuVE22SVcZIwqzdWo5uCgeTXW8qV97lMvSOjq+1+nQ== |
399 | 406 | dependencies:
|
400 | 407 | "@babel/template" "^7.16.7"
|
401 |
| - "@babel/traverse" "^7.16.7" |
402 |
| - "@babel/types" "^7.16.7" |
| 408 | + "@babel/traverse" "^7.17.0" |
| 409 | + "@babel/types" "^7.17.0" |
403 | 410 |
|
404 | 411 | "@babel/highlight@^7.16.7":
|
405 | 412 | version "7.16.7"
|
|
415 | 422 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd"
|
416 | 423 | integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==
|
417 | 424 |
|
418 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.10.5", "@babel/parser@^7.12.3", "@babel/parser@^7.14.7", "@babel/parser@^7.16.10", "@babel/parser@^7.16.12", "@babel/parser@^7.16.7": |
419 |
| - version "7.16.12" |
420 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.12.tgz#9474794f9a650cf5e2f892444227f98e28cdf8b6" |
421 |
| - integrity sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A== |
| 425 | +"@babel/parser@^7.1.0", "@babel/parser@^7.10.5", "@babel/parser@^7.12.3", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.0": |
| 426 | + version "7.17.0" |
| 427 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.0.tgz#f0ac33eddbe214e4105363bb17c3341c5ffcc43c" |
| 428 | + integrity sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw== |
422 | 429 |
|
423 | 430 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
|
424 | 431 | version "7.16.7"
|
|
1239 | 1246 | "@babel/parser" "^7.16.7"
|
1240 | 1247 | "@babel/types" "^7.16.7"
|
1241 | 1248 |
|
1242 |
| -"@babel/traverse@^7.10.5", "@babel/traverse@^7.12.1", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.16.10", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.7.2": |
1243 |
| - version "7.16.10" |
1244 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.10.tgz#448f940defbe95b5a8029975b051f75993e8239f" |
1245 |
| - integrity sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw== |
| 1249 | +"@babel/traverse@^7.10.5", "@babel/traverse@^7.12.1", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.0", "@babel/traverse@^7.7.2": |
| 1250 | + version "7.17.0" |
| 1251 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.0.tgz#3143e5066796408ccc880a33ecd3184f3e75cd30" |
| 1252 | + integrity sha512-fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg== |
1246 | 1253 | dependencies:
|
1247 | 1254 | "@babel/code-frame" "^7.16.7"
|
1248 |
| - "@babel/generator" "^7.16.8" |
| 1255 | + "@babel/generator" "^7.17.0" |
1249 | 1256 | "@babel/helper-environment-visitor" "^7.16.7"
|
1250 | 1257 | "@babel/helper-function-name" "^7.16.7"
|
1251 | 1258 | "@babel/helper-hoist-variables" "^7.16.7"
|
1252 | 1259 | "@babel/helper-split-export-declaration" "^7.16.7"
|
1253 |
| - "@babel/parser" "^7.16.10" |
1254 |
| - "@babel/types" "^7.16.8" |
| 1260 | + "@babel/parser" "^7.17.0" |
| 1261 | + "@babel/types" "^7.17.0" |
1255 | 1262 | debug "^4.1.0"
|
1256 | 1263 | globals "^11.1.0"
|
1257 | 1264 |
|
1258 |
| -"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@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.4": |
1259 |
| - version "7.16.8" |
1260 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.8.tgz#0ba5da91dd71e0a4e7781a30f22770831062e3c1" |
1261 |
| - integrity sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg== |
| 1265 | +"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 1266 | + version "7.17.0" |
| 1267 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b" |
| 1268 | + integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw== |
1262 | 1269 | dependencies:
|
1263 | 1270 | "@babel/helper-validator-identifier" "^7.16.7"
|
1264 | 1271 | to-fast-properties "^2.0.0"
|
|
1713 | 1720 | "@types/yargs" "^16.0.0"
|
1714 | 1721 | chalk "^4.0.0"
|
1715 | 1722 |
|
| 1723 | +"@jridgewell/resolve-uri@^3.0.3": |
| 1724 | + version "3.0.4" |
| 1725 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.4.tgz#b876e3feefb9c8d3aa84014da28b5e52a0640d72" |
| 1726 | + integrity sha512-cz8HFjOFfUBtvN+NXYSFMHYRdxZMaEl0XypVrhzxBgadKIXhIkRd8aMeHhmF56Sl7SuS8OnUpQ73/k9LE4VnLg== |
| 1727 | + |
| 1728 | +"@jridgewell/sourcemap-codec@^1.4.10": |
| 1729 | + version "1.4.10" |
| 1730 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.10.tgz#baf57b4e2a690d4f38560171f91783656b7f8186" |
| 1731 | + integrity sha512-Ht8wIW5v165atIX1p+JvKR5ONzUyF4Ac8DZIQ5kZs9zrb6M8SJNXpx1zn04rn65VjBMygRoMXcyYwNK0fT7bEg== |
| 1732 | + |
| 1733 | +"@jridgewell/trace-mapping@^0.3.0": |
| 1734 | + version "0.3.2" |
| 1735 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.2.tgz#e051581782a770c30ba219634f2019241c5d3cde" |
| 1736 | + integrity sha512-9KzzH4kMjA2XmBRHfqG2/Vtl7s92l6uNDd0wW7frDE+EUvQFGqNXhWp0UGJjSkt3v2AYjzOZn1QO9XaTNJIt1Q== |
| 1737 | + dependencies: |
| 1738 | + "@jridgewell/resolve-uri" "^3.0.3" |
| 1739 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 1740 | + |
1716 | 1741 |
|
1717 | 1742 | version "2.1.5"
|
1718 | 1743 | resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
|
0 commit comments