|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@ampproject/remapping@^2.0.0": |
6 |
| - version "2.0.4" |
7 |
| - resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.0.4.tgz#ab4b6d858526ebee0d6c3aa5c3fb56a941c0d7be" |
8 |
| - integrity sha512-zU3pj3pf//YhaoozRTYKaL20KopXrzuZFc/8Ylc49AuV8grYKH23TTq9JJoR70F8zQbil58KjSchZTWeX+jrIQ== |
| 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 | 9 | dependencies:
|
10 | 10 | "@jridgewell/trace-mapping" "^0.3.0"
|
11 | 11 |
|
12 |
| -"@babel/cli@^7.17.0": |
13 |
| - version "7.17.0" |
14 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.17.0.tgz#9b932d8f08a2e218fcdd9bba456044eb0a2e0b2c" |
15 |
| - integrity sha512-es10YH/ejXbg551vtnmEzIPe3MQRNOS644o3pf8vUr1tIeNzVNlP8BBvs1Eh7roh5A+k2fEHUas+ZptOWHA1fQ== |
| 12 | +"@babel/cli@^7.17.3": |
| 13 | + version "7.17.3" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.17.3.tgz#0ccb93a348d0e3a4ff8776a63dbeefd329f7b3cc" |
| 15 | + integrity sha512-1+WRlh1IqLocOp122CLx4if345RSHMspwIZNJTlqG/GA46HVZC6p49N1kolfdd2/GOdr+tu4nScbAR3ACJ2ZiA== |
16 | 16 | dependencies:
|
| 17 | + "@jridgewell/trace-mapping" "^0.3.4" |
17 | 18 | commander "^4.0.1"
|
18 | 19 | convert-source-map "^1.1.0"
|
19 | 20 | fs-readdir-recursive "^1.1.0"
|
|
44 | 45 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60"
|
45 | 46 | integrity sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==
|
46 | 47 |
|
47 |
| -"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.17.2", "@babel/core@^7.7.2", "@babel/core@^7.8.0": |
48 |
| - version "7.17.2" |
49 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.2.tgz#2c77fc430e95139d816d39b113b31bf40fb22337" |
50 |
| - integrity sha512-R3VH5G42VSDolRHyUO4V2cfag8WHcZyxdq5Z/m8Xyb92lW/Erm/6kM+XtRFGf3Mulre3mveni2NHfEUws8wSvw== |
| 48 | +"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.17.5", "@babel/core@^7.7.2", "@babel/core@^7.8.0": |
| 49 | + version "7.17.5" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.5.tgz#6cd2e836058c28f06a4ca8ee7ed955bbf37c8225" |
| 51 | + integrity sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA== |
51 | 52 | dependencies:
|
52 |
| - "@ampproject/remapping" "^2.0.0" |
| 53 | + "@ampproject/remapping" "^2.1.0" |
53 | 54 | "@babel/code-frame" "^7.16.7"
|
54 |
| - "@babel/generator" "^7.17.0" |
| 55 | + "@babel/generator" "^7.17.3" |
55 | 56 | "@babel/helper-compilation-targets" "^7.16.7"
|
56 | 57 | "@babel/helper-module-transforms" "^7.16.7"
|
57 | 58 | "@babel/helpers" "^7.17.2"
|
58 |
| - "@babel/parser" "^7.17.0" |
| 59 | + "@babel/parser" "^7.17.3" |
59 | 60 | "@babel/template" "^7.16.7"
|
60 |
| - "@babel/traverse" "^7.17.0" |
| 61 | + "@babel/traverse" "^7.17.3" |
61 | 62 | "@babel/types" "^7.17.0"
|
62 | 63 | convert-source-map "^1.7.0"
|
63 | 64 | debug "^4.1.0"
|
64 | 65 | gensync "^1.0.0-beta.2"
|
65 | 66 | json5 "^2.1.2"
|
66 | 67 | semver "^6.3.0"
|
67 | 68 |
|
68 |
| -"@babel/generator@^7.17.0", "@babel/generator@^7.7.2": |
69 |
| - version "7.17.0" |
70 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.0.tgz#7bd890ba706cd86d3e2f727322346ffdbf98f65e" |
71 |
| - integrity sha512-I3Omiv6FGOC29dtlZhkfXO6pgkmukJSlT26QjVvS1DGZe/NzSVCPG41X0tS21oZkJYlovfj9qDWgKP+Cn4bXxw== |
| 69 | +"@babel/generator@^7.17.3", "@babel/generator@^7.7.2": |
| 70 | + version "7.17.3" |
| 71 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200" |
| 72 | + integrity sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg== |
72 | 73 | dependencies:
|
73 | 74 | "@babel/types" "^7.17.0"
|
74 | 75 | jsesc "^2.5.1"
|
|
290 | 291 | chalk "^2.0.0"
|
291 | 292 | js-tokens "^4.0.0"
|
292 | 293 |
|
293 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.0", "@babel/parser@^7.7.0": |
294 |
| - version "7.17.0" |
295 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.0.tgz#f0ac33eddbe214e4105363bb17c3341c5ffcc43c" |
296 |
| - integrity sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw== |
| 294 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.7.0": |
| 295 | + version "7.17.3" |
| 296 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0" |
| 297 | + integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA== |
297 | 298 |
|
298 | 299 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
|
299 | 300 | version "7.16.7"
|
|
975 | 976 | "@babel/parser" "^7.16.7"
|
976 | 977 | "@babel/types" "^7.16.7"
|
977 | 978 |
|
978 |
| -"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2": |
979 |
| - version "7.17.0" |
980 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.0.tgz#3143e5066796408ccc880a33ecd3184f3e75cd30" |
981 |
| - integrity sha512-fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg== |
| 979 | +"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2": |
| 980 | + version "7.17.3" |
| 981 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57" |
| 982 | + integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw== |
982 | 983 | dependencies:
|
983 | 984 | "@babel/code-frame" "^7.16.7"
|
984 |
| - "@babel/generator" "^7.17.0" |
| 985 | + "@babel/generator" "^7.17.3" |
985 | 986 | "@babel/helper-environment-visitor" "^7.16.7"
|
986 | 987 | "@babel/helper-function-name" "^7.16.7"
|
987 | 988 | "@babel/helper-hoist-variables" "^7.16.7"
|
988 | 989 | "@babel/helper-split-export-declaration" "^7.16.7"
|
989 |
| - "@babel/parser" "^7.17.0" |
| 990 | + "@babel/parser" "^7.17.3" |
990 | 991 | "@babel/types" "^7.17.0"
|
991 | 992 | debug "^4.1.0"
|
992 | 993 | globals "^11.1.0"
|
|
1227 | 1228 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.10.tgz#baf57b4e2a690d4f38560171f91783656b7f8186"
|
1228 | 1229 | integrity sha512-Ht8wIW5v165atIX1p+JvKR5ONzUyF4Ac8DZIQ5kZs9zrb6M8SJNXpx1zn04rn65VjBMygRoMXcyYwNK0fT7bEg==
|
1229 | 1230 |
|
1230 |
| -"@jridgewell/trace-mapping@^0.3.0": |
1231 |
| - version "0.3.2" |
1232 |
| - resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.2.tgz#e051581782a770c30ba219634f2019241c5d3cde" |
1233 |
| - integrity sha512-9KzzH4kMjA2XmBRHfqG2/Vtl7s92l6uNDd0wW7frDE+EUvQFGqNXhWp0UGJjSkt3v2AYjzOZn1QO9XaTNJIt1Q== |
| 1231 | +"@jridgewell/trace-mapping@^0.3.0", "@jridgewell/trace-mapping@^0.3.4": |
| 1232 | + version "0.3.4" |
| 1233 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz#f6a0832dffd5b8a6aaa633b7d9f8e8e94c83a0c3" |
| 1234 | + integrity sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ== |
1234 | 1235 | dependencies:
|
1235 | 1236 | "@jridgewell/resolve-uri" "^3.0.3"
|
1236 | 1237 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
|
0 commit comments