|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@babel/code-frame@^7.16.0": |
6 |
| - version "7.16.0" |
7 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.0.tgz#0dfc80309beec8411e65e706461c408b0bb9b431" |
8 |
| - integrity sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA== |
| 5 | +"@babel/code-frame@^7.16.7": |
| 6 | + version "7.16.7" |
| 7 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789" |
| 8 | + integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg== |
9 | 9 | dependencies:
|
10 |
| - "@babel/highlight" "^7.16.0" |
| 10 | + "@babel/highlight" "^7.16.7" |
11 | 11 |
|
12 |
| -"@babel/compat-data@^7.16.0": |
| 12 | +"@babel/compat-data@^7.16.4": |
13 | 13 | version "7.16.4"
|
14 | 14 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
|
15 | 15 | integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==
|
16 | 16 |
|
17 |
| - |
18 |
| - version "7.16.5" |
19 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.5.tgz#924aa9e1ae56e1e55f7184c8bf073a50d8677f5c" |
20 |
| - integrity sha512-wUcenlLzuWMZ9Zt8S0KmFwGlH6QKRh3vsm/dhDA3CHkiTA45YuG1XkHRcNRl73EFPXDp/d5kVOU0/y7x2w6OaQ== |
21 |
| - dependencies: |
22 |
| - "@babel/code-frame" "^7.16.0" |
23 |
| - "@babel/generator" "^7.16.5" |
24 |
| - "@babel/helper-compilation-targets" "^7.16.3" |
25 |
| - "@babel/helper-module-transforms" "^7.16.5" |
26 |
| - "@babel/helpers" "^7.16.5" |
27 |
| - "@babel/parser" "^7.16.5" |
28 |
| - "@babel/template" "^7.16.0" |
29 |
| - "@babel/traverse" "^7.16.5" |
30 |
| - "@babel/types" "^7.16.0" |
| 17 | + |
| 18 | + version "7.16.7" |
| 19 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf" |
| 20 | + integrity sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA== |
| 21 | + dependencies: |
| 22 | + "@babel/code-frame" "^7.16.7" |
| 23 | + "@babel/generator" "^7.16.7" |
| 24 | + "@babel/helper-compilation-targets" "^7.16.7" |
| 25 | + "@babel/helper-module-transforms" "^7.16.7" |
| 26 | + "@babel/helpers" "^7.16.7" |
| 27 | + "@babel/parser" "^7.16.7" |
| 28 | + "@babel/template" "^7.16.7" |
| 29 | + "@babel/traverse" "^7.16.7" |
| 30 | + "@babel/types" "^7.16.7" |
31 | 31 | convert-source-map "^1.7.0"
|
32 | 32 | debug "^4.1.0"
|
33 | 33 | gensync "^1.0.0-beta.2"
|
34 | 34 | json5 "^2.1.2"
|
35 | 35 | semver "^6.3.0"
|
36 | 36 | source-map "^0.5.0"
|
37 | 37 |
|
38 |
| -"@babel/generator@^7.16.5": |
39 |
| - version "7.16.5" |
40 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.5.tgz#26e1192eb8f78e0a3acaf3eede3c6fc96d22bedf" |
41 |
| - integrity sha512-kIvCdjZqcdKqoDbVVdt5R99icaRtrtYhYK/xux5qiWCBmfdvEYMFZ68QCrpE5cbFM1JsuArUNs1ZkuKtTtUcZA== |
| 38 | +"@babel/generator@^7.16.7": |
| 39 | + version "7.16.7" |
| 40 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.7.tgz#b42bf46a3079fa65e1544135f32e7958f048adbb" |
| 41 | + integrity sha512-/ST3Sg8MLGY5HVYmrjOgL60ENux/HfO/CsUh7y4MalThufhE/Ff/6EibFDHi4jiDCaWfJKoqbE6oTh21c5hrRg== |
42 | 42 | dependencies:
|
43 |
| - "@babel/types" "^7.16.0" |
| 43 | + "@babel/types" "^7.16.7" |
44 | 44 | jsesc "^2.5.1"
|
45 | 45 | source-map "^0.5.0"
|
46 | 46 |
|
47 |
| -"@babel/helper-compilation-targets@^7.16.3": |
48 |
| - version "7.16.3" |
49 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.3.tgz#5b480cd13f68363df6ec4dc8ac8e2da11363cbf0" |
50 |
| - integrity sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA== |
| 47 | +"@babel/helper-compilation-targets@^7.16.7": |
| 48 | + version "7.16.7" |
| 49 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz#06e66c5f299601e6c7da350049315e83209d551b" |
| 50 | + integrity sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA== |
51 | 51 | dependencies:
|
52 |
| - "@babel/compat-data" "^7.16.0" |
53 |
| - "@babel/helper-validator-option" "^7.14.5" |
| 52 | + "@babel/compat-data" "^7.16.4" |
| 53 | + "@babel/helper-validator-option" "^7.16.7" |
54 | 54 | browserslist "^4.17.5"
|
55 | 55 | semver "^6.3.0"
|
56 | 56 |
|
57 |
| -"@babel/helper-environment-visitor@^7.16.5": |
58 |
| - version "7.16.5" |
59 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.5.tgz#f6a7f38b3c6d8b07c88faea083c46c09ef5451b8" |
60 |
| - integrity sha512-ODQyc5AnxmZWm/R2W7fzhamOk1ey8gSguo5SGvF0zcB3uUzRpTRmM/jmLSm9bDMyPlvbyJ+PwPEK0BWIoZ9wjg== |
| 57 | +"@babel/helper-environment-visitor@^7.16.7": |
| 58 | + version "7.16.7" |
| 59 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7" |
| 60 | + integrity sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag== |
61 | 61 | dependencies:
|
62 |
| - "@babel/types" "^7.16.0" |
| 62 | + "@babel/types" "^7.16.7" |
63 | 63 |
|
64 |
| -"@babel/helper-function-name@^7.16.0": |
65 |
| - version "7.16.0" |
66 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz#b7dd0797d00bbfee4f07e9c4ea5b0e30c8bb1481" |
67 |
| - integrity sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog== |
| 64 | +"@babel/helper-function-name@^7.16.7": |
| 65 | + version "7.16.7" |
| 66 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f" |
| 67 | + integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA== |
68 | 68 | dependencies:
|
69 |
| - "@babel/helper-get-function-arity" "^7.16.0" |
70 |
| - "@babel/template" "^7.16.0" |
71 |
| - "@babel/types" "^7.16.0" |
| 69 | + "@babel/helper-get-function-arity" "^7.16.7" |
| 70 | + "@babel/template" "^7.16.7" |
| 71 | + "@babel/types" "^7.16.7" |
72 | 72 |
|
73 |
| -"@babel/helper-get-function-arity@^7.16.0": |
74 |
| - version "7.16.0" |
75 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz#0088c7486b29a9cb5d948b1a1de46db66e089cfa" |
76 |
| - integrity sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ== |
| 73 | +"@babel/helper-get-function-arity@^7.16.7": |
| 74 | + version "7.16.7" |
| 75 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419" |
| 76 | + integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw== |
77 | 77 | dependencies:
|
78 |
| - "@babel/types" "^7.16.0" |
| 78 | + "@babel/types" "^7.16.7" |
79 | 79 |
|
80 |
| -"@babel/helper-hoist-variables@^7.16.0": |
81 |
| - version "7.16.0" |
82 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.0.tgz#4c9023c2f1def7e28ff46fc1dbcd36a39beaa81a" |
83 |
| - integrity sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg== |
| 80 | +"@babel/helper-hoist-variables@^7.16.7": |
| 81 | + version "7.16.7" |
| 82 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246" |
| 83 | + integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg== |
84 | 84 | dependencies:
|
85 |
| - "@babel/types" "^7.16.0" |
| 85 | + "@babel/types" "^7.16.7" |
86 | 86 |
|
87 |
| -"@babel/helper-module-imports@^7.16.0": |
88 |
| - version "7.16.0" |
89 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz#90538e60b672ecf1b448f5f4f5433d37e79a3ec3" |
90 |
| - integrity sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg== |
| 87 | +"@babel/helper-module-imports@^7.16.7": |
| 88 | + version "7.16.7" |
| 89 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437" |
| 90 | + integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg== |
91 | 91 | dependencies:
|
92 |
| - "@babel/types" "^7.16.0" |
| 92 | + "@babel/types" "^7.16.7" |
93 | 93 |
|
94 |
| -"@babel/helper-module-transforms@^7.16.5": |
95 |
| - version "7.16.5" |
96 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.5.tgz#530ebf6ea87b500f60840578515adda2af470a29" |
97 |
| - integrity sha512-CkvMxgV4ZyyioElFwcuWnDCcNIeyqTkCm9BxXZi73RR1ozqlpboqsbGUNvRTflgZtFbbJ1v5Emvm+lkjMYY/LQ== |
| 94 | +"@babel/helper-module-transforms@^7.16.7": |
| 95 | + version "7.16.7" |
| 96 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz#7665faeb721a01ca5327ddc6bba15a5cb34b6a41" |
| 97 | + integrity sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng== |
98 | 98 | dependencies:
|
99 |
| - "@babel/helper-environment-visitor" "^7.16.5" |
100 |
| - "@babel/helper-module-imports" "^7.16.0" |
101 |
| - "@babel/helper-simple-access" "^7.16.0" |
102 |
| - "@babel/helper-split-export-declaration" "^7.16.0" |
103 |
| - "@babel/helper-validator-identifier" "^7.15.7" |
104 |
| - "@babel/template" "^7.16.0" |
105 |
| - "@babel/traverse" "^7.16.5" |
106 |
| - "@babel/types" "^7.16.0" |
| 99 | + "@babel/helper-environment-visitor" "^7.16.7" |
| 100 | + "@babel/helper-module-imports" "^7.16.7" |
| 101 | + "@babel/helper-simple-access" "^7.16.7" |
| 102 | + "@babel/helper-split-export-declaration" "^7.16.7" |
| 103 | + "@babel/helper-validator-identifier" "^7.16.7" |
| 104 | + "@babel/template" "^7.16.7" |
| 105 | + "@babel/traverse" "^7.16.7" |
| 106 | + "@babel/types" "^7.16.7" |
107 | 107 |
|
108 |
| -"@babel/helper-simple-access@^7.16.0": |
109 |
| - version "7.16.0" |
110 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.0.tgz#21d6a27620e383e37534cf6c10bba019a6f90517" |
111 |
| - integrity sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw== |
| 108 | +"@babel/helper-simple-access@^7.16.7": |
| 109 | + version "7.16.7" |
| 110 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz#d656654b9ea08dbb9659b69d61063ccd343ff0f7" |
| 111 | + integrity sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g== |
112 | 112 | dependencies:
|
113 |
| - "@babel/types" "^7.16.0" |
| 113 | + "@babel/types" "^7.16.7" |
114 | 114 |
|
115 |
| -"@babel/helper-split-export-declaration@^7.16.0": |
116 |
| - version "7.16.0" |
117 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.0.tgz#29672f43663e936df370aaeb22beddb3baec7438" |
118 |
| - integrity sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw== |
| 115 | +"@babel/helper-split-export-declaration@^7.16.7": |
| 116 | + version "7.16.7" |
| 117 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz#0b648c0c42da9d3920d85ad585f2778620b8726b" |
| 118 | + integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw== |
119 | 119 | dependencies:
|
120 |
| - "@babel/types" "^7.16.0" |
| 120 | + "@babel/types" "^7.16.7" |
121 | 121 |
|
122 |
| -"@babel/helper-validator-identifier@^7.15.7": |
123 |
| - version "7.15.7" |
124 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389" |
125 |
| - integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w== |
| 122 | +"@babel/helper-validator-identifier@^7.16.7": |
| 123 | + version "7.16.7" |
| 124 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad" |
| 125 | + integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== |
126 | 126 |
|
127 |
| -"@babel/helper-validator-option@^7.14.5": |
128 |
| - version "7.14.5" |
129 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3" |
130 |
| - integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow== |
| 127 | +"@babel/helper-validator-option@^7.16.7": |
| 128 | + version "7.16.7" |
| 129 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23" |
| 130 | + integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ== |
131 | 131 |
|
132 |
| -"@babel/helpers@^7.16.5": |
133 |
| - version "7.16.5" |
134 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.5.tgz#29a052d4b827846dd76ece16f565b9634c554ebd" |
135 |
| - integrity sha512-TLgi6Lh71vvMZGEkFuIxzaPsyeYCHQ5jJOOX1f0xXn0uciFuE8cEk0wyBquMcCxBXZ5BJhE2aUB7pnWTD150Tw== |
| 132 | +"@babel/helpers@^7.16.7": |
| 133 | + version "7.16.7" |
| 134 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.7.tgz#7e3504d708d50344112767c3542fc5e357fffefc" |
| 135 | + integrity sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw== |
136 | 136 | dependencies:
|
137 |
| - "@babel/template" "^7.16.0" |
138 |
| - "@babel/traverse" "^7.16.5" |
139 |
| - "@babel/types" "^7.16.0" |
| 137 | + "@babel/template" "^7.16.7" |
| 138 | + "@babel/traverse" "^7.16.7" |
| 139 | + "@babel/types" "^7.16.7" |
140 | 140 |
|
141 |
| -"@babel/highlight@^7.16.0": |
142 |
| - version "7.16.0" |
143 |
| - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.0.tgz#6ceb32b2ca4b8f5f361fb7fd821e3fddf4a1725a" |
144 |
| - integrity sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g== |
| 141 | +"@babel/highlight@^7.16.7": |
| 142 | + version "7.16.7" |
| 143 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.7.tgz#81a01d7d675046f0d96f82450d9d9578bdfd6b0b" |
| 144 | + integrity sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw== |
145 | 145 | dependencies:
|
146 |
| - "@babel/helper-validator-identifier" "^7.15.7" |
| 146 | + "@babel/helper-validator-identifier" "^7.16.7" |
147 | 147 | chalk "^2.0.0"
|
148 | 148 | js-tokens "^4.0.0"
|
149 | 149 |
|
150 |
| -"@babel/parser@^7.16.0", "@babel/parser@^7.16.5": |
151 |
| - version "7.16.5" |
152 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.5.tgz#beb3af702e54d24796341ab9420fb329131ad658" |
153 |
| - integrity sha512-+Ce7T5iPNWzfu9C1aB5tN3Lyafs5xb3Ic7vBWyZL2KXT3QSdD1dD3CvgOzPmQKoNNRt6uauc0XwNJTQtXC2/Mw== |
154 |
| - |
155 |
| -"@babel/template@^7.16.0": |
156 |
| - version "7.16.0" |
157 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.0.tgz#d16a35ebf4cd74e202083356fab21dd89363ddd6" |
158 |
| - integrity sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A== |
159 |
| - dependencies: |
160 |
| - "@babel/code-frame" "^7.16.0" |
161 |
| - "@babel/parser" "^7.16.0" |
162 |
| - "@babel/types" "^7.16.0" |
163 |
| - |
164 |
| -"@babel/traverse@^7.16.5": |
165 |
| - version "7.16.5" |
166 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.5.tgz#d7d400a8229c714a59b87624fc67b0f1fbd4b2b3" |
167 |
| - integrity sha512-FOCODAzqUMROikDYLYxl4nmwiLlu85rNqBML/A5hKRVXG2LV8d0iMqgPzdYTcIpjZEBB7D6UDU9vxRZiriASdQ== |
168 |
| - dependencies: |
169 |
| - "@babel/code-frame" "^7.16.0" |
170 |
| - "@babel/generator" "^7.16.5" |
171 |
| - "@babel/helper-environment-visitor" "^7.16.5" |
172 |
| - "@babel/helper-function-name" "^7.16.0" |
173 |
| - "@babel/helper-hoist-variables" "^7.16.0" |
174 |
| - "@babel/helper-split-export-declaration" "^7.16.0" |
175 |
| - "@babel/parser" "^7.16.5" |
176 |
| - "@babel/types" "^7.16.0" |
| 150 | +"@babel/parser@^7.16.7": |
| 151 | + version "7.16.7" |
| 152 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.7.tgz#d372dda9c89fcec340a82630a9f533f2fe15877e" |
| 153 | + integrity sha512-sR4eaSrnM7BV7QPzGfEX5paG/6wrZM3I0HDzfIAK06ESvo9oy3xBuVBxE3MbQaKNhvg8g/ixjMWo2CGpzpHsDA== |
| 154 | + |
| 155 | +"@babel/template@^7.16.7": |
| 156 | + version "7.16.7" |
| 157 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155" |
| 158 | + integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w== |
| 159 | + dependencies: |
| 160 | + "@babel/code-frame" "^7.16.7" |
| 161 | + "@babel/parser" "^7.16.7" |
| 162 | + "@babel/types" "^7.16.7" |
| 163 | + |
| 164 | +"@babel/traverse@^7.16.7": |
| 165 | + version "7.16.7" |
| 166 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.7.tgz#dac01236a72c2560073658dd1a285fe4e0865d76" |
| 167 | + integrity sha512-8KWJPIb8c2VvY8AJrydh6+fVRo2ODx1wYBU2398xJVq0JomuLBZmVQzLPBblJgHIGYG4znCpUZUZ0Pt2vdmVYQ== |
| 168 | + dependencies: |
| 169 | + "@babel/code-frame" "^7.16.7" |
| 170 | + "@babel/generator" "^7.16.7" |
| 171 | + "@babel/helper-environment-visitor" "^7.16.7" |
| 172 | + "@babel/helper-function-name" "^7.16.7" |
| 173 | + "@babel/helper-hoist-variables" "^7.16.7" |
| 174 | + "@babel/helper-split-export-declaration" "^7.16.7" |
| 175 | + "@babel/parser" "^7.16.7" |
| 176 | + "@babel/types" "^7.16.7" |
177 | 177 | debug "^4.1.0"
|
178 | 178 | globals "^11.1.0"
|
179 | 179 |
|
180 |
| -"@babel/types@^7.16.0": |
181 |
| - version "7.16.0" |
182 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba" |
183 |
| - integrity sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg== |
| 180 | +"@babel/types@^7.16.7": |
| 181 | + version "7.16.7" |
| 182 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.7.tgz#4ed19d51f840ed4bd5645be6ce40775fecf03159" |
| 183 | + integrity sha512-E8HuV7FO9qLpx6OtoGfUQ2cjIYnbFwvZWYBS+87EwtdMvmUPJSwykpovFB+8insbpF0uJcpr8KMUi64XZntZcg== |
184 | 184 | dependencies:
|
185 |
| - "@babel/helper-validator-identifier" "^7.15.7" |
| 185 | + "@babel/helper-validator-identifier" "^7.16.7" |
186 | 186 | to-fast-properties "^2.0.0"
|
187 | 187 |
|
188 | 188 | "@discoveryjs/json-ext@^0.5.0":
|
|
0 commit comments