|
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.22.0": |
| 42 | + version "7.22.3" |
| 43 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.3.tgz#cd502a6a0b6e37d7ad72ce7e71a7160a3ae36f7e" |
| 44 | + integrity sha512-aNtko9OPOwVESUFp3MZfD8Uzxl7JzSeJpd7npIoxCasU37PFbAQRpKglkaKwlHOyeJdrREpo8TW8ldrkYWwvIQ== |
| 45 | + |
| 46 | + |
| 47 | + version "7.22.1" |
| 48 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.1.tgz#5de51c5206f4c6f5533562838337a603c1033cfd" |
| 49 | + integrity sha512-Hkqu7J4ynysSXxmAahpN1jjRwVJ+NdpraFLIWflgjpVob3KNyK3/tIUc7Q7szed8WMp0JNa7Qtd1E9Oo22F9gA== |
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" |
53 |
| - "@babel/template" "^7.20.7" |
54 |
| - "@babel/traverse" "^7.21.0" |
55 |
| - "@babel/types" "^7.21.0" |
| 52 | + "@babel/code-frame" "^7.21.4" |
| 53 | + "@babel/generator" "^7.22.0" |
| 54 | + "@babel/helper-compilation-targets" "^7.22.1" |
| 55 | + "@babel/helper-module-transforms" "^7.22.1" |
| 56 | + "@babel/helpers" "^7.22.0" |
| 57 | + "@babel/parser" "^7.22.0" |
| 58 | + "@babel/template" "^7.21.9" |
| 59 | + "@babel/traverse" "^7.22.1" |
| 60 | + "@babel/types" "^7.22.0" |
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.9"
|
93 | 88 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.9.tgz#3a1b706e07d836e204aee0650e8ee878d3aaa241"
|
|
98 | 93 | "@jridgewell/trace-mapping" "^0.3.17"
|
99 | 94 | jsesc "^2.5.1"
|
100 | 95 |
|
| 96 | +"@babel/generator@^7.22.0": |
| 97 | + version "7.22.3" |
| 98 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.3.tgz#0ff675d2edb93d7596c5f6728b52615cfc0df01e" |
| 99 | + integrity sha512-C17MW4wlk//ES/CJDL51kPNwl+qiBQyN7b9SKyVp11BLGFeSPoVaHrv+MNt8jwQFhQWowW88z1eeBx3pFz9v8A== |
| 100 | + dependencies: |
| 101 | + "@babel/types" "^7.22.3" |
| 102 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 103 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 104 | + jsesc "^2.5.1" |
| 105 | + |
101 | 106 | "@babel/helper-annotate-as-pure@^7.18.6":
|
102 | 107 | version "7.18.6"
|
103 | 108 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
124 | 129 | lru-cache "^5.1.1"
|
125 | 130 | semver "^6.3.0"
|
126 | 131 |
|
| 132 | +"@babel/helper-compilation-targets@^7.22.1": |
| 133 | + version "7.22.1" |
| 134 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.1.tgz#bfcd6b7321ffebe33290d68550e2c9d7eb7c7a58" |
| 135 | + integrity sha512-Rqx13UM3yVB5q0D/KwQ8+SPfX/+Rnsy1Lw1k/UwOC4KC6qrzIQoY3lYnBu5EHKBlEHHcj0M0W8ltPSkD8rqfsQ== |
| 136 | + dependencies: |
| 137 | + "@babel/compat-data" "^7.22.0" |
| 138 | + "@babel/helper-validator-option" "^7.21.0" |
| 139 | + browserslist "^4.21.3" |
| 140 | + lru-cache "^5.1.1" |
| 141 | + semver "^6.3.0" |
| 142 | + |
127 | 143 | "@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 | 144 | version "7.20.12"
|
129 | 145 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.12.tgz#4349b928e79be05ed2d1643b20b99bb87c503819"
|
|
163 | 179 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba"
|
164 | 180 | integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==
|
165 | 181 |
|
| 182 | +"@babel/helper-environment-visitor@^7.22.1": |
| 183 | + version "7.22.1" |
| 184 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.1.tgz#ac3a56dbada59ed969d712cf527bd8271fe3eba8" |
| 185 | + integrity sha512-Z2tgopurB/kTbidvzeBrc2To3PUP/9i5MUe+fU6QJCQDyPwSH2oRapkLw3KGECDYSjhQZCNxEvNvZlLw8JjGwA== |
| 186 | + |
166 | 187 | "@babel/helper-explode-assignable-expression@^7.18.6":
|
167 | 188 | version "7.18.6"
|
168 | 189 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096"
|
|
228 | 249 | "@babel/traverse" "^7.20.10"
|
229 | 250 | "@babel/types" "^7.20.7"
|
230 | 251 |
|
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== |
| 252 | +"@babel/helper-module-transforms@^7.22.1": |
| 253 | + version "7.22.1" |
| 254 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.1.tgz#e0cad47fedcf3cae83c11021696376e2d5a50c63" |
| 255 | + integrity sha512-dxAe9E7ySDGbQdCVOY/4+UcD8M9ZFqZcZhSPsPacvCG4M+9lwtDDQfI2EoaSvmf7W/8yCBkGU0m7Pvt1ru3UZw== |
235 | 256 | 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" |
| 257 | + "@babel/helper-environment-visitor" "^7.22.1" |
| 258 | + "@babel/helper-module-imports" "^7.21.4" |
| 259 | + "@babel/helper-simple-access" "^7.21.5" |
239 | 260 | "@babel/helper-split-export-declaration" "^7.18.6"
|
240 | 261 | "@babel/helper-validator-identifier" "^7.19.1"
|
241 |
| - "@babel/template" "^7.20.7" |
242 |
| - "@babel/traverse" "^7.21.0" |
243 |
| - "@babel/types" "^7.21.0" |
| 262 | + "@babel/template" "^7.21.9" |
| 263 | + "@babel/traverse" "^7.22.1" |
| 264 | + "@babel/types" "^7.22.0" |
244 | 265 |
|
245 | 266 | "@babel/helper-optimise-call-expression@^7.18.6":
|
246 | 267 | version "7.18.6"
|
|
288 | 309 | dependencies:
|
289 | 310 | "@babel/types" "^7.20.2"
|
290 | 311 |
|
| 312 | +"@babel/helper-simple-access@^7.21.5": |
| 313 | + version "7.21.5" |
| 314 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz#d697a7971a5c39eac32c7e63c0921c06c8a249ee" |
| 315 | + integrity sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg== |
| 316 | + dependencies: |
| 317 | + "@babel/types" "^7.21.5" |
| 318 | + |
291 | 319 | "@babel/helper-skip-transparent-expression-wrappers@^7.20.0":
|
292 | 320 | version "7.20.0"
|
293 | 321 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684"
|
|
317 | 345 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
|
318 | 346 | integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
|
319 | 347 |
|
| 348 | +"@babel/helper-validator-option@^7.21.0": |
| 349 | + version "7.21.0" |
| 350 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180" |
| 351 | + integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ== |
| 352 | + |
320 | 353 | "@babel/helper-wrap-function@^7.18.9":
|
321 | 354 | version "7.20.5"
|
322 | 355 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz#75e2d84d499a0ab3b31c33bcfe59d6b8a45f62e3"
|
|
327 | 360 | "@babel/traverse" "^7.20.5"
|
328 | 361 | "@babel/types" "^7.20.5"
|
329 | 362 |
|
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== |
| 363 | +"@babel/helpers@^7.22.0": |
| 364 | + version "7.22.3" |
| 365 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.3.tgz#53b74351da9684ea2f694bf0877998da26dd830e" |
| 366 | + integrity sha512-jBJ7jWblbgr7r6wYZHMdIqKc73ycaTcCaWRq4/2LpuPHcx7xMlZvpGQkOYc9HeSjn6rcx15CPlgVcBtZ4WZJ2w== |
334 | 367 | dependencies:
|
335 |
| - "@babel/template" "^7.20.7" |
336 |
| - "@babel/traverse" "^7.21.0" |
337 |
| - "@babel/types" "^7.21.0" |
| 368 | + "@babel/template" "^7.21.9" |
| 369 | + "@babel/traverse" "^7.22.1" |
| 370 | + "@babel/types" "^7.22.3" |
338 | 371 |
|
339 | 372 | "@babel/highlight@^7.18.6":
|
340 | 373 | version "7.18.6"
|
|
355 | 388 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.9.tgz#ab18ea3b85b4bc33ba98a8d4c2032c557d23cf14"
|
356 | 389 | integrity sha512-q5PNg/Bi1OpGgx5jYlvWZwAorZepEudDMCLtj967aeS7WMont7dUZI46M2XwcIQqvUlMxWfdLFu4S/qSxeUu5g==
|
357 | 390 |
|
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== |
| 391 | +"@babel/parser@^7.22.0": |
| 392 | + version "7.22.3" |
| 393 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.3.tgz#838ae31893373222cd9062568e2192c670037e00" |
| 394 | + integrity sha512-vrukxyW/ep8UD1UDzOYpTKQ6abgjFoeG6L+4ar9+c5TN9QnlqiOi6QK7LSR5ewm/ERyGkT/Ai6VboNrxhbr9Uw== |
362 | 395 |
|
363 | 396 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
364 | 397 | version "7.18.6"
|
|
1075 | 1108 | dependencies:
|
1076 | 1109 | regenerator-runtime "^0.13.11"
|
1077 | 1110 |
|
| 1111 | + |
| 1112 | + version "7.22.3" |
| 1113 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.3.tgz#0a7fce51d43adbf0f7b517a71f4c3aaca92ebcbb" |
| 1114 | + integrity sha512-XsDuspWKLUsxwCp6r7EhsExHtYfbe5oAGQ19kqngTdCPUoPQzOPdUbD/pB9PJiwb2ptYKQDjSJT3R6dC+EPqfQ== |
| 1115 | + dependencies: |
| 1116 | + regenerator-runtime "^0.13.11" |
| 1117 | + |
1078 | 1118 | "@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 | 1119 | version "7.21.5"
|
1080 | 1120 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.5.tgz#8492dddda9644ae3bda3b45eabe87382caee7200"
|
|
1098 | 1138 | "@babel/parser" "^7.20.7"
|
1099 | 1139 | "@babel/types" "^7.20.7"
|
1100 | 1140 |
|
1101 |
| -"@babel/template@^7.20.7": |
| 1141 | +"@babel/template@^7.20.7", "@babel/template@^7.21.9": |
1102 | 1142 | version "7.21.9"
|
1103 | 1143 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.21.9.tgz#bf8dad2859130ae46088a99c1f265394877446fb"
|
1104 | 1144 | integrity sha512-MK0X5k8NKOuWRamiEfc3KEJiHMTkGZNUjzMipqCGDDc6ijRl/B7RGSKVGncu4Ro/HdyzzY6cmoXuKI2Gffk7vQ==
|
|
1123 | 1163 | debug "^4.1.0"
|
1124 | 1164 | globals "^11.1.0"
|
1125 | 1165 |
|
1126 |
| -"@babel/traverse@^7.21.0": |
1127 |
| - version "7.21.0" |
1128 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.0.tgz#0e1807abd5db98e6a19c204b80ed1e3f5bca0edc" |
1129 |
| - integrity sha512-Xdt2P1H4LKTO8ApPfnO1KmzYMFpp7D/EinoXzLYN/cHcBNrVCAkAtGUcXnHXrl/VGktureU6fkQrHSBE2URfoA== |
| 1166 | +"@babel/traverse@^7.22.1": |
| 1167 | + version "7.22.1" |
| 1168 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.1.tgz#bd22c50b1439cfcfc2fa137b7fdf6c06787456e9" |
| 1169 | + integrity sha512-lAWkdCoUFnmwLBhIRLciFntGYsIIoC6vIbN8zrLPqBnJmPu7Z6nzqnKd7FsxQUNAvZfVZ0x6KdNvNp8zWIOHSQ== |
1130 | 1170 | dependencies:
|
1131 |
| - "@babel/code-frame" "^7.18.6" |
1132 |
| - "@babel/generator" "^7.21.0" |
1133 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
| 1171 | + "@babel/code-frame" "^7.21.4" |
| 1172 | + "@babel/generator" "^7.22.0" |
| 1173 | + "@babel/helper-environment-visitor" "^7.22.1" |
1134 | 1174 | "@babel/helper-function-name" "^7.21.0"
|
1135 | 1175 | "@babel/helper-hoist-variables" "^7.18.6"
|
1136 | 1176 | "@babel/helper-split-export-declaration" "^7.18.6"
|
1137 |
| - "@babel/parser" "^7.21.0" |
1138 |
| - "@babel/types" "^7.21.0" |
| 1177 | + "@babel/parser" "^7.22.0" |
| 1178 | + "@babel/types" "^7.22.0" |
1139 | 1179 | debug "^4.1.0"
|
1140 | 1180 | globals "^11.1.0"
|
1141 | 1181 |
|
|
1191 | 1231 | "@babel/helper-validator-identifier" "^7.19.1"
|
1192 | 1232 | to-fast-properties "^2.0.0"
|
1193 | 1233 |
|
| 1234 | +"@babel/types@^7.22.0", "@babel/types@^7.22.3": |
| 1235 | + version "7.22.3" |
| 1236 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.3.tgz#0cc6af178b91490acaeb4a2f70dcbf27cdf3d8f3" |
| 1237 | + integrity sha512-P3na3xIQHTKY4L0YOG7pM8M8uoUIB910WQaSiiMCZUC2Cy8XFEQONGABFnHWBa2gpGKODTAJcNhi5Zk0sLRrzg== |
| 1238 | + dependencies: |
| 1239 | + "@babel/helper-string-parser" "^7.21.5" |
| 1240 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 1241 | + to-fast-properties "^2.0.0" |
| 1242 | + |
1194 | 1243 |
|
1195 | 1244 | version "6.5.1"
|
1196 | 1245 | resolved "https://registry.yarnpkg.com/@codemirror/autocomplete/-/autocomplete-6.5.1.tgz#539cfff291dbffd3841cba078b222cea28ff7eda"
|
|
0 commit comments