|
10 | 10 | "@jridgewell/gen-mapping" "^0.1.0"
|
11 | 11 | "@jridgewell/trace-mapping" "^0.3.9"
|
12 | 12 |
|
13 |
| - |
14 |
| - version "7.21.0" |
15 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.21.0.tgz#1868eb70e9824b427fc607610cce8e9e7889e7e1" |
16 |
| - integrity sha512-xi7CxyS8XjSyiwUGCfwf+brtJxjW1/ZTcBUkP10xawIEXLX5HzLn+3aXkgxozcP2UhRhtKTmQurw9Uaes7jZrA== |
| 13 | + |
| 14 | + version "7.21.5" |
| 15 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.21.5.tgz#a685a5b50b785f2edfbf6e042c1265c653547d9d" |
| 16 | + integrity sha512-TOKytQ9uQW9c4np8F+P7ZfPINy5Kv+pizDIUwSVH8X5zHgYHV4AA8HE5LA450xXeu4jEfmUckTYvv1I4S26M/g== |
17 | 17 | dependencies:
|
18 | 18 | "@jridgewell/trace-mapping" "^0.3.17"
|
19 | 19 | commander "^4.0.1"
|
|
38 | 38 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec"
|
39 | 39 | integrity sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==
|
40 | 40 |
|
41 |
| - |
42 |
| - version "7.21.0" |
43 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.0.tgz#1341aefdcc14ccc7553fcc688dd8986a2daffc13" |
44 |
| - integrity sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA== |
| 41 | +"@babel/compat-data@^7.21.5": |
| 42 | + version "7.21.7" |
| 43 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.7.tgz#61caffb60776e49a57ba61a88f02bedd8714f6bc" |
| 44 | + integrity sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA== |
| 45 | + |
| 46 | + |
| 47 | + version "7.21.8" |
| 48 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.8.tgz#2a8c7f0f53d60100ba4c32470ba0281c92aa9aa4" |
| 49 | + integrity sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ== |
45 | 50 | dependencies:
|
46 | 51 | "@ampproject/remapping" "^2.2.0"
|
47 |
| - "@babel/code-frame" "^7.18.6" |
48 |
| - "@babel/generator" "^7.21.0" |
49 |
| - "@babel/helper-compilation-targets" "^7.20.7" |
50 |
| - "@babel/helper-module-transforms" "^7.21.0" |
51 |
| - "@babel/helpers" "^7.21.0" |
52 |
| - "@babel/parser" "^7.21.0" |
| 52 | + "@babel/code-frame" "^7.21.4" |
| 53 | + "@babel/generator" "^7.21.5" |
| 54 | + "@babel/helper-compilation-targets" "^7.21.5" |
| 55 | + "@babel/helper-module-transforms" "^7.21.5" |
| 56 | + "@babel/helpers" "^7.21.5" |
| 57 | + "@babel/parser" "^7.21.8" |
53 | 58 | "@babel/template" "^7.20.7"
|
54 |
| - "@babel/traverse" "^7.21.0" |
55 |
| - "@babel/types" "^7.21.0" |
| 59 | + "@babel/traverse" "^7.21.5" |
| 60 | + "@babel/types" "^7.21.5" |
56 | 61 | convert-source-map "^1.7.0"
|
57 | 62 | debug "^4.1.0"
|
58 | 63 | gensync "^1.0.0-beta.2"
|
|
78 | 83 | "@jridgewell/trace-mapping" "^0.3.17"
|
79 | 84 | jsesc "^2.5.1"
|
80 | 85 |
|
81 |
| -"@babel/generator@^7.21.0": |
82 |
| - version "7.21.0" |
83 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.0.tgz#45d731e84f506ce02a7b22b9ba5861ea88eef64f" |
84 |
| - integrity sha512-z/zN3SePOtxN1/vPFdqrkuJGCD2Vx469+dSbNRD+4TF2+6e4Of5exHqAtcfL/2Nwu0RN0QsFwjyDBFwdUMzNSA== |
85 |
| - dependencies: |
86 |
| - "@babel/types" "^7.21.0" |
87 |
| - "@jridgewell/gen-mapping" "^0.3.2" |
88 |
| - "@jridgewell/trace-mapping" "^0.3.17" |
89 |
| - jsesc "^2.5.1" |
90 |
| - |
91 | 86 | "@babel/generator@^7.21.5":
|
92 | 87 | version "7.21.5"
|
93 | 88 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.5.tgz#c0c0e5449504c7b7de8236d99338c3e2a340745f"
|
|
124 | 119 | lru-cache "^5.1.1"
|
125 | 120 | semver "^6.3.0"
|
126 | 121 |
|
| 122 | +"@babel/helper-compilation-targets@^7.21.5": |
| 123 | + version "7.21.5" |
| 124 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz#631e6cc784c7b660417421349aac304c94115366" |
| 125 | + integrity sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w== |
| 126 | + dependencies: |
| 127 | + "@babel/compat-data" "^7.21.5" |
| 128 | + "@babel/helper-validator-option" "^7.21.0" |
| 129 | + browserslist "^4.21.3" |
| 130 | + lru-cache "^5.1.1" |
| 131 | + semver "^6.3.0" |
| 132 | + |
127 | 133 | "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.20.12", "@babel/helper-create-class-features-plugin@^7.20.5", "@babel/helper-create-class-features-plugin@^7.20.7":
|
128 | 134 | version "7.20.12"
|
129 | 135 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.12.tgz#4349b928e79be05ed2d1643b20b99bb87c503819"
|
|
228 | 234 | "@babel/traverse" "^7.20.10"
|
229 | 235 | "@babel/types" "^7.20.7"
|
230 | 236 |
|
231 |
| -"@babel/helper-module-transforms@^7.21.0": |
232 |
| - version "7.21.0" |
233 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.0.tgz#89a8f86ad748870e3d024e470b2e8405e869db67" |
234 |
| - integrity sha512-eD/JQ21IG2i1FraJnTMbUarAUkA7G988ofehG5MDCRXaUU91rEBJuCeSoou2Sk1y4RbLYXzqEg1QLwEmRU4qcQ== |
| 237 | +"@babel/helper-module-transforms@^7.21.5": |
| 238 | + version "7.21.5" |
| 239 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.5.tgz#d937c82e9af68d31ab49039136a222b17ac0b420" |
| 240 | + integrity sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw== |
235 | 241 | dependencies:
|
236 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
237 |
| - "@babel/helper-module-imports" "^7.18.6" |
238 |
| - "@babel/helper-simple-access" "^7.20.2" |
| 242 | + "@babel/helper-environment-visitor" "^7.21.5" |
| 243 | + "@babel/helper-module-imports" "^7.21.4" |
| 244 | + "@babel/helper-simple-access" "^7.21.5" |
239 | 245 | "@babel/helper-split-export-declaration" "^7.18.6"
|
240 | 246 | "@babel/helper-validator-identifier" "^7.19.1"
|
241 | 247 | "@babel/template" "^7.20.7"
|
242 |
| - "@babel/traverse" "^7.21.0" |
243 |
| - "@babel/types" "^7.21.0" |
| 248 | + "@babel/traverse" "^7.21.5" |
| 249 | + "@babel/types" "^7.21.5" |
244 | 250 |
|
245 | 251 | "@babel/helper-optimise-call-expression@^7.18.6":
|
246 | 252 | version "7.18.6"
|
|
288 | 294 | dependencies:
|
289 | 295 | "@babel/types" "^7.20.2"
|
290 | 296 |
|
| 297 | +"@babel/helper-simple-access@^7.21.5": |
| 298 | + version "7.21.5" |
| 299 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz#d697a7971a5c39eac32c7e63c0921c06c8a249ee" |
| 300 | + integrity sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg== |
| 301 | + dependencies: |
| 302 | + "@babel/types" "^7.21.5" |
| 303 | + |
291 | 304 | "@babel/helper-skip-transparent-expression-wrappers@^7.20.0":
|
292 | 305 | version "7.20.0"
|
293 | 306 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684"
|
|
317 | 330 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
|
318 | 331 | integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
|
319 | 332 |
|
| 333 | +"@babel/helper-validator-option@^7.21.0": |
| 334 | + version "7.21.0" |
| 335 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180" |
| 336 | + integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ== |
| 337 | + |
320 | 338 | "@babel/helper-wrap-function@^7.18.9":
|
321 | 339 | version "7.20.5"
|
322 | 340 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz#75e2d84d499a0ab3b31c33bcfe59d6b8a45f62e3"
|
|
327 | 345 | "@babel/traverse" "^7.20.5"
|
328 | 346 | "@babel/types" "^7.20.5"
|
329 | 347 |
|
330 |
| -"@babel/helpers@^7.21.0": |
331 |
| - version "7.21.0" |
332 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e" |
333 |
| - integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA== |
| 348 | +"@babel/helpers@^7.21.5": |
| 349 | + version "7.21.5" |
| 350 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.5.tgz#5bac66e084d7a4d2d9696bdf0175a93f7fb63c08" |
| 351 | + integrity sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA== |
334 | 352 | dependencies:
|
335 | 353 | "@babel/template" "^7.20.7"
|
336 |
| - "@babel/traverse" "^7.21.0" |
337 |
| - "@babel/types" "^7.21.0" |
| 354 | + "@babel/traverse" "^7.21.5" |
| 355 | + "@babel/types" "^7.21.5" |
338 | 356 |
|
339 | 357 | "@babel/highlight@^7.18.6":
|
340 | 358 | version "7.18.6"
|
|
350 | 368 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3"
|
351 | 369 | integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ==
|
352 | 370 |
|
353 |
| -"@babel/parser@^7.20.7", "@babel/parser@^7.21.5": |
| 371 | +"@babel/parser@^7.20.7", "@babel/parser@^7.21.5", "@babel/parser@^7.21.8": |
354 | 372 | version "7.21.8"
|
355 | 373 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8"
|
356 | 374 | integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==
|
357 | 375 |
|
358 |
| -"@babel/parser@^7.21.0": |
359 |
| - version "7.21.0" |
360 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.0.tgz#cc09288743b867763cb927ba101ccdf0b600b7e4" |
361 |
| - integrity sha512-ONjtg4renj14A9pj3iA5T5+r5Eijxbr2eNIkMBTC74occDSsRZUpe8vowmowAjFR1imWlkD8eEmjYXiREZpGZg== |
362 |
| - |
363 | 376 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
364 | 377 | version "7.18.6"
|
365 | 378 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
|
|
1075 | 1088 | dependencies:
|
1076 | 1089 | regenerator-runtime "^0.13.11"
|
1077 | 1090 |
|
1078 |
| -"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.14.8", "@babel/runtime@^7.18.3", "@babel/runtime@^7.18.6", "@babel/runtime@^7.18.9", "@babel/runtime@^7.19.0", "@babel/runtime@^7.20.13", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": |
| 1091 | +"@babel/runtime@7.21.5", "@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.14.8", "@babel/runtime@^7.18.3", "@babel/runtime@^7.18.6", "@babel/runtime@^7.18.9", "@babel/runtime@^7.19.0", "@babel/runtime@^7.20.13", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": |
1079 | 1092 | version "7.21.5"
|
1080 | 1093 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.5.tgz#8492dddda9644ae3bda3b45eabe87382caee7200"
|
1081 | 1094 | integrity sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==
|
|
1114 | 1127 | debug "^4.1.0"
|
1115 | 1128 | globals "^11.1.0"
|
1116 | 1129 |
|
1117 |
| -"@babel/traverse@^7.21.0": |
1118 |
| - version "7.21.0" |
1119 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.0.tgz#0e1807abd5db98e6a19c204b80ed1e3f5bca0edc" |
1120 |
| - integrity sha512-Xdt2P1H4LKTO8ApPfnO1KmzYMFpp7D/EinoXzLYN/cHcBNrVCAkAtGUcXnHXrl/VGktureU6fkQrHSBE2URfoA== |
1121 |
| - dependencies: |
1122 |
| - "@babel/code-frame" "^7.18.6" |
1123 |
| - "@babel/generator" "^7.21.0" |
1124 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
1125 |
| - "@babel/helper-function-name" "^7.21.0" |
1126 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
1127 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
1128 |
| - "@babel/parser" "^7.21.0" |
1129 |
| - "@babel/types" "^7.21.0" |
1130 |
| - debug "^4.1.0" |
1131 |
| - globals "^11.1.0" |
1132 |
| - |
1133 |
| -"@babel/traverse@^7.4.5": |
| 1130 | +"@babel/traverse@^7.21.5", "@babel/traverse@^7.4.5": |
1134 | 1131 | version "7.21.5"
|
1135 | 1132 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133"
|
1136 | 1133 | integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==
|
|
0 commit comments