|
71 | 71 | dependencies:
|
72 | 72 | "@babel/types" "^7.16.7"
|
73 | 73 |
|
| 74 | +"@babel/helper-annotate-as-pure@^7.18.6": |
| 75 | + version "7.18.6" |
| 76 | + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" |
| 77 | + integrity sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA== |
| 78 | + dependencies: |
| 79 | + "@babel/types" "^7.18.6" |
| 80 | + |
74 | 81 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.16.7":
|
75 | 82 | version "7.16.7"
|
76 | 83 | resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz#38d138561ea207f0f69eb1626a418e4f7e6a580b"
|
|
89 | 96 | browserslist "^4.20.2"
|
90 | 97 | semver "^6.3.0"
|
91 | 98 |
|
92 |
| -"@babel/helper-create-class-features-plugin@^7.17.12", "@babel/helper-create-class-features-plugin@^7.18.0": |
93 |
| - version "7.18.0" |
94 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.0.tgz#fac430912606331cb075ea8d82f9a4c145a4da19" |
95 |
| - integrity sha512-Kh8zTGR9de3J63e5nS0rQUdRs/kbtwoeQQ0sriS0lItjC96u8XXZN6lKpuyWd2coKSU13py/y+LTmThLuVX0Pg== |
| 99 | +"@babel/helper-create-class-features-plugin@^7.17.12", "@babel/helper-create-class-features-plugin@^7.18.0", "@babel/helper-create-class-features-plugin@^7.18.6": |
| 100 | + version "7.18.6" |
| 101 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.6.tgz#6f15f8459f3b523b39e00a99982e2c040871ed72" |
| 102 | + integrity sha512-YfDzdnoxHGV8CzqHGyCbFvXg5QESPFkXlHtvdCkesLjjVMT2Adxe4FGUR5ChIb3DxSaXO12iIOCWoXdsUVwnqw== |
96 | 103 | dependencies:
|
97 |
| - "@babel/helper-annotate-as-pure" "^7.16.7" |
98 |
| - "@babel/helper-environment-visitor" "^7.16.7" |
99 |
| - "@babel/helper-function-name" "^7.17.9" |
100 |
| - "@babel/helper-member-expression-to-functions" "^7.17.7" |
101 |
| - "@babel/helper-optimise-call-expression" "^7.16.7" |
102 |
| - "@babel/helper-replace-supers" "^7.16.7" |
103 |
| - "@babel/helper-split-export-declaration" "^7.16.7" |
| 104 | + "@babel/helper-annotate-as-pure" "^7.18.6" |
| 105 | + "@babel/helper-environment-visitor" "^7.18.6" |
| 106 | + "@babel/helper-function-name" "^7.18.6" |
| 107 | + "@babel/helper-member-expression-to-functions" "^7.18.6" |
| 108 | + "@babel/helper-optimise-call-expression" "^7.18.6" |
| 109 | + "@babel/helper-replace-supers" "^7.18.6" |
| 110 | + "@babel/helper-split-export-declaration" "^7.18.6" |
104 | 111 |
|
105 | 112 | "@babel/helper-create-regexp-features-plugin@^7.16.7", "@babel/helper-create-regexp-features-plugin@^7.17.12":
|
106 | 113 | version "7.17.12"
|
|
124 | 131 | resolve "^1.14.2"
|
125 | 132 | semver "^6.1.2"
|
126 | 133 |
|
127 |
| -"@babel/helper-environment-visitor@^7.16.7", "@babel/helper-environment-visitor@^7.18.2": |
| 134 | +"@babel/helper-environment-visitor@^7.18.2": |
128 | 135 | version "7.18.2"
|
129 | 136 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd"
|
130 | 137 | integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==
|
|
178 | 185 | dependencies:
|
179 | 186 | "@babel/types" "^7.17.0"
|
180 | 187 |
|
| 188 | +"@babel/helper-member-expression-to-functions@^7.18.6": |
| 189 | + version "7.18.6" |
| 190 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.6.tgz#44802d7d602c285e1692db0bad9396d007be2afc" |
| 191 | + integrity sha512-CeHxqwwipekotzPDUuJOfIMtcIHBuc7WAzLmTYWctVigqS5RktNMQ5bEwQSuGewzYnCtTWa3BARXeiLxDTv+Ng== |
| 192 | + dependencies: |
| 193 | + "@babel/types" "^7.18.6" |
| 194 | + |
181 | 195 | "@babel/helper-module-imports@^7.12.13":
|
182 | 196 | version "7.12.13"
|
183 | 197 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
|
|
220 | 234 | dependencies:
|
221 | 235 | "@babel/types" "^7.16.7"
|
222 | 236 |
|
223 |
| -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.17.12", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
224 |
| - version "7.17.12" |
225 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.17.12.tgz#86c2347da5acbf5583ba0a10aed4c9bf9da9cf96" |
226 |
| - integrity sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA== |
| 237 | +"@babel/helper-optimise-call-expression@^7.18.6": |
| 238 | + version "7.18.6" |
| 239 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe" |
| 240 | + integrity sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA== |
| 241 | + dependencies: |
| 242 | + "@babel/types" "^7.18.6" |
| 243 | + |
| 244 | +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.17.12", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
| 245 | + version "7.18.6" |
| 246 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.6.tgz#9448974dd4fb1d80fefe72e8a0af37809cd30d6d" |
| 247 | + integrity sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg== |
227 | 248 |
|
228 | 249 | "@babel/helper-remap-async-to-generator@^7.16.8":
|
229 | 250 | version "7.16.8"
|
|
245 | 266 | "@babel/traverse" "^7.18.2"
|
246 | 267 | "@babel/types" "^7.18.2"
|
247 | 268 |
|
| 269 | +"@babel/helper-replace-supers@^7.18.6": |
| 270 | + version "7.18.6" |
| 271 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.18.6.tgz#efedf51cfccea7b7b8c0f00002ab317e7abfe420" |
| 272 | + integrity sha512-fTf7zoXnUGl9gF25fXCWE26t7Tvtyn6H4hkLSYhATwJvw2uYxd3aoXplMSe0g9XbwK7bmxNes7+FGO0rB/xC0g== |
| 273 | + dependencies: |
| 274 | + "@babel/helper-environment-visitor" "^7.18.6" |
| 275 | + "@babel/helper-member-expression-to-functions" "^7.18.6" |
| 276 | + "@babel/helper-optimise-call-expression" "^7.18.6" |
| 277 | + "@babel/traverse" "^7.18.6" |
| 278 | + "@babel/types" "^7.18.6" |
| 279 | + |
248 | 280 | "@babel/helper-simple-access@^7.18.2":
|
249 | 281 | version "7.18.2"
|
250 | 282 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz#4dc473c2169ac3a1c9f4a51cfcd091d1c36fcff9"
|
|
373 | 405 | "@babel/plugin-syntax-async-generators" "^7.8.4"
|
374 | 406 |
|
375 | 407 | "@babel/plugin-proposal-class-properties@^7.17.12", "@babel/plugin-proposal-class-properties@^7.8.3":
|
376 |
| - version "7.17.12" |
377 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.17.12.tgz#84f65c0cc247d46f40a6da99aadd6438315d80a4" |
378 |
| - integrity sha512-U0mI9q8pW5Q9EaTHFPwSVusPMV/DV9Mm8p7csqROFLtIE9rBF5piLqyrBGigftALrBcsBGu4m38JneAe7ZDLXw== |
| 408 | + version "7.18.6" |
| 409 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3" |
| 410 | + integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ== |
379 | 411 | dependencies:
|
380 |
| - "@babel/helper-create-class-features-plugin" "^7.17.12" |
381 |
| - "@babel/helper-plugin-utils" "^7.17.12" |
| 412 | + "@babel/helper-create-class-features-plugin" "^7.18.6" |
| 413 | + "@babel/helper-plugin-utils" "^7.18.6" |
382 | 414 |
|
383 | 415 | "@babel/plugin-proposal-class-static-block@^7.18.0":
|
384 | 416 | version "7.18.0"
|
|
0 commit comments