Deps updates (#1420)

Started w/ just an express update but then ended up with a full "npm update" - **deps: bump express to 4.21.2** - **deps: update all deps via `npm update`**

Gar committed Dec 18, 2024 at 09:47 UTC 51fc3c5ae9fcbc42aac63e7f197e309c076157f5
1 file changed +9946 -7050
package-lock.json
+9946 -7050
@@ -106,21 +106,45 @@
106 "node": ">=22.0.0"
107 }
108 },
109 + "cli/node_modules/semver": {
110 + "version": "7.6.3",
111 + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
112 + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
113 + "license": "ISC",
114 + "bin": {
115 + "semver": "bin/semver.js"
116 + },
117 + "engines": {
118 + "node": ">=10"
119 + }
120 + },
121 "node_modules/@actions/core": {
110 - "version": "1.10.1",
111 - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz",
112 - "integrity": "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==",
122 + "version": "1.11.1",
123 + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz",
124 + "integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==",
125 "dev": true,
126 + "license": "MIT",
127 "dependencies": {
115 - "@actions/http-client": "^2.0.1",
116 - "uuid": "^8.3.2"
128 + "@actions/exec": "^1.1.1",
129 + "@actions/http-client": "^2.0.1"
130 + }
131 + },
132 + "node_modules/@actions/exec": {
133 + "version": "1.1.1",
134 + "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.1.1.tgz",
135 + "integrity": "sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==",
136 + "dev": true,
137 + "license": "MIT",
138 + "dependencies": {
139 + "@actions/io": "^1.0.1"
140 }
141 },
142 "node_modules/@actions/http-client": {
120 - "version": "2.2.1",
121 - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.2.1.tgz",
122 - "integrity": "sha512-KhC/cZsq7f8I4LfZSJKgCvEwfkE8o1538VoBeoGzokVLLnbFDEAdFD3UhoMklxo2un9NJVBdANOresx7vTHlHw==",
143 + "version": "2.2.3",
144 + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.2.3.tgz",
145 + "integrity": "sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==",
146 "dev": true,
147 + "license": "MIT",
148 "dependencies": {
149 "tunnel": "^0.0.6",
150 "undici": "^5.25.4"
@@ -131,6 +155,7 @@
155 "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz",
156 "integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==",
157 "dev": true,
158 + "license": "MIT",
159 "dependencies": {
160 "@fastify/busboy": "^2.0.0"
161 },
@@ -138,17 +163,26 @@
163 "node": ">=14.0"
164 }
165 },
166 + "node_modules/@actions/io": {
167 + "version": "1.1.3",
168 + "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz",
169 + "integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==",
170 + "dev": true,
171 + "license": "MIT"
172 + },
173 "node_modules/@adobe/css-tools": {
142 - "version": "4.4.0",
143 - "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.0.tgz",
144 - "integrity": "sha512-Ff9+ksdQQB3rMncgqDK78uLznstjyfIf2Arnh22pW8kBpLs6rpKDwgnZT46hin5Hl1WzazzK64DOrhSwYpS7bQ==",
145 - "dev": true
174 + "version": "4.4.1",
175 + "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.1.tgz",
176 + "integrity": "sha512-12WGKBQzjUAI4ayyF4IAtfw2QR/IDoqk6jTddXDhtYTJF9ASmoE1zst7cVtP0aL/F1jUJL5r+JxKXKEgHNbEUQ==",
177 + "dev": true,
178 + "license": "MIT"
179 },
180 "node_modules/@alcalzone/ansi-tokenize": {
181 "version": "0.1.3",
182 "resolved": "https://registry.npmjs.org/@alcalzone/ansi-tokenize/-/ansi-tokenize-0.1.3.tgz",
183 "integrity": "sha512-3yWxPTq3UQ/FY9p1ErPxIyfT64elWaMvM9lIHnaqpyft63tkxodF5aUElYHrdisWve5cETkh1+KBw1yJuW0aRw==",
184 "dev": true,
185 + "license": "MIT",
186 "dependencies": {
187 "ansi-styles": "^6.2.1",
188 "is-fullwidth-code-point": "^4.0.0"
@@ -162,6 +196,7 @@
196 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
197 "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
198 "dev": true,
199 + "license": "MIT",
200 "engines": {
201 "node": ">=12"
202 },
@@ -174,6 +209,7 @@
209 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
210 "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==",
211 "dev": true,
212 + "license": "MIT",
213 "engines": {
214 "node": ">=12"
215 },
@@ -185,6 +221,7 @@
221 "version": "2.3.0",
222 "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
223 "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
224 + "license": "Apache-2.0",
225 "dependencies": {
226 "@jridgewell/gen-mapping": "^0.3.5",
227 "@jridgewell/trace-mapping": "^0.3.24"
@@ -197,6 +234,7 @@
234 "version": "12.0.0",
235 "resolved": "https://registry.npmjs.org/@ardatan/relay-compiler/-/relay-compiler-12.0.0.tgz",
236 "integrity": "sha512-9anThAaj1dQr6IGmzBMcfzOQKTa5artjuPmw8NYK/fiGEMjADbSguBY2FMDykt+QhilR3wc9VA/3yVju7JHg7Q==",
237 + "license": "MIT",
238 "dependencies": {
239 "@babel/core": "^7.14.0",
240 "@babel/generator": "^7.14.0",
@@ -227,6 +265,7 @@
265 "version": "4.3.0",
266 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
267 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
268 + "license": "MIT",
269 "dependencies": {
270 "color-convert": "^2.0.1"
271 },
@@ -241,6 +280,7 @@
280 "version": "1.1.11",
281 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
282 "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
283 + "license": "MIT",
284 "dependencies": {
285 "balanced-match": "^1.0.0",
286 "concat-map": "0.0.1"
@@ -250,6 +290,7 @@
290 "version": "4.1.2",
291 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
292 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
293 + "license": "MIT",
294 "dependencies": {
295 "ansi-styles": "^4.1.0",
296 "supports-color": "^7.1.0"
@@ -265,32 +306,18 @@
306 "version": "6.0.0",
307 "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
308 "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
309 + "license": "ISC",
310 "dependencies": {
311 "string-width": "^4.2.0",
312 "strip-ansi": "^6.0.0",
313 "wrap-ansi": "^6.2.0"
314 }
315 },
274 - "node_modules/@ardatan/relay-compiler/node_modules/color-convert": {
275 - "version": "2.0.1",
276 - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
277 - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
278 - "dependencies": {
279 - "color-name": "~1.1.4"
280 - },
281 - "engines": {
282 - "node": ">=7.0.0"
283 - }
284 - },
285 - "node_modules/@ardatan/relay-compiler/node_modules/color-name": {
286 - "version": "1.1.4",
287 - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
288 - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
289 - },
316 "node_modules/@ardatan/relay-compiler/node_modules/find-up": {
317 "version": "4.1.0",
318 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
319 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
320 + "license": "MIT",
321 "dependencies": {
322 "locate-path": "^5.0.0",
323 "path-exists": "^4.0.0"
@@ -304,6 +331,7 @@
331 "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
332 "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
333 "deprecated": "Glob versions prior to v9 are no longer supported",
334 + "license": "ISC",
335 "dependencies": {
336 "fs.realpath": "^1.0.0",
337 "inflight": "^1.0.4",
@@ -319,18 +347,11 @@
347 "url": "https://github.com/sponsors/isaacs"
348 }
349 },
322 - "node_modules/@ardatan/relay-compiler/node_modules/has-flag": {
323 - "version": "4.0.0",
324 - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
325 - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
326 - "engines": {
327 - "node": ">=8"
328 - }
329 - },
350 "node_modules/@ardatan/relay-compiler/node_modules/locate-path": {
351 "version": "5.0.0",
352 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
353 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
354 + "license": "MIT",
355 "dependencies": {
356 "p-locate": "^4.1.0"
357 },
@@ -342,6 +363,7 @@
363 "version": "3.1.2",
364 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
365 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
366 + "license": "ISC",
367 "dependencies": {
368 "brace-expansion": "^1.1.7"
369 },
@@ -353,6 +375,7 @@
375 "version": "2.3.0",
376 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
377 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
378 + "license": "MIT",
379 "dependencies": {
380 "p-try": "^2.0.0"
381 },
@@ -367,6 +390,7 @@
390 "version": "4.1.0",
391 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
392 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
393 + "license": "MIT",
394 "dependencies": {
395 "p-limit": "^2.2.0"
396 },
@@ -378,17 +402,7 @@
402 "version": "4.0.0",
403 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
404 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
381 - "engines": {
382 - "node": ">=8"
383 - }
384 - },
385 - "node_modules/@ardatan/relay-compiler/node_modules/supports-color": {
386 - "version": "7.2.0",
387 - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
388 - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
389 - "dependencies": {
390 - "has-flag": "^4.0.0"
391 - },
405 + "license": "MIT",
406 "engines": {
407 "node": ">=8"
408 }
@@ -397,6 +411,7 @@
411 "version": "6.2.0",
412 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
413 "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
414 + "license": "MIT",
415 "dependencies": {
416 "ansi-styles": "^4.0.0",
417 "string-width": "^4.1.0",
@@ -409,12 +424,14 @@
424 "node_modules/@ardatan/relay-compiler/node_modules/y18n": {
425 "version": "4.0.3",
426 "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
412 - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ=="
427 + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
428 + "license": "ISC"
429 },
430 "node_modules/@ardatan/relay-compiler/node_modules/yargs": {
431 "version": "15.4.1",
432 "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
433 "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
434 + "license": "MIT",
435 "dependencies": {
436 "cliui": "^6.0.0",
437 "decamelize": "^1.2.0",
@@ -436,6 +453,7 @@
453 "version": "18.1.3",
454 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
455 "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
456 + "license": "ISC",
457 "dependencies": {
458 "camelcase": "^5.0.0",
459 "decamelize": "^1.2.0"
@@ -445,11 +463,13 @@
463 }
464 },
465 "node_modules/@babel/code-frame": {
448 - "version": "7.24.7",
449 - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
450 - "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
466 + "version": "7.26.2",
467 + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
468 + "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
469 + "license": "MIT",
470 "dependencies": {
452 - "@babel/highlight": "^7.24.7",
471 + "@babel/helper-validator-identifier": "^7.25.9",
472 + "js-tokens": "^4.0.0",
473 "picocolors": "^1.0.0"
474 },
475 "engines": {
@@ -457,28 +477,30 @@
477 }
478 },
479 "node_modules/@babel/compat-data": {
460 - "version": "7.24.7",
461 - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.7.tgz",
462 - "integrity": "sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==",
480 + "version": "7.26.3",
481 + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.3.tgz",
482 + "integrity": "sha512-nHIxvKPniQXpmQLb0vhY3VaFb3S0YrTAwpOWJZh1wn3oJPjJk9Asva204PsBdmAE8vpzfHudT8DB0scYvy9q0g==",
483 + "license": "MIT",
484 "engines": {
485 "node": ">=6.9.0"
486 }
487 },
488 "node_modules/@babel/core": {
468 - "version": "7.24.7",
469 - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.7.tgz",
470 - "integrity": "sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==",
489 + "version": "7.26.0",
490 + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz",
491 + "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==",
492 + "license": "MIT",
493 "dependencies": {
494 "@ampproject/remapping": "^2.2.0",
473 - "@babel/code-frame": "^7.24.7",
474 - "@babel/generator": "^7.24.7",
475 - "@babel/helper-compilation-targets": "^7.24.7",
476 - "@babel/helper-module-transforms": "^7.24.7",
477 - "@babel/helpers": "^7.24.7",
478 - "@babel/parser": "^7.24.7",
479 - "@babel/template": "^7.24.7",
480 - "@babel/traverse": "^7.24.7",
481 - "@babel/types": "^7.24.7",
495 + "@babel/code-frame": "^7.26.0",
496 + "@babel/generator": "^7.26.0",
497 + "@babel/helper-compilation-targets": "^7.25.9",
498 + "@babel/helper-module-transforms": "^7.26.0",
499 + "@babel/helpers": "^7.26.0",
500 + "@babel/parser": "^7.26.0",
501 + "@babel/template": "^7.25.9",
502 + "@babel/traverse": "^7.25.9",
503 + "@babel/types": "^7.26.0",
504 "convert-source-map": "^2.0.0",
505 "debug": "^4.1.0",
506 "gensync": "^1.0.0-beta.2",
@@ -493,18 +515,11 @@
515 "url": "https://opencollective.com/babel"
516 }
517 },
496 - "node_modules/@babel/core/node_modules/semver": {
497 - "version": "6.3.1",
498 - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
499 - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
500 - "bin": {
501 - "semver": "bin/semver.js"
502 - }
503 - },
518 "node_modules/@babel/eslint-parser": {
505 - "version": "7.24.7",
506 - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.7.tgz",
507 - "integrity": "sha512-SO5E3bVxDuxyNxM5agFv480YA2HO6ohZbGxbazZdIk3KQOPOGVNw6q78I9/lbviIf95eq6tPozeYnJLbjnC8IA==",
519 + "version": "7.25.9",
520 + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz",
521 + "integrity": "sha512-5UXfgpK0j0Xr/xIdgdLEhOFxaDZ0bRPWJJchRpqOSur/3rZoPbqqki5mm0p4NE2cs28krBEiSM2MB7//afRSQQ==",
522 + "license": "MIT",
523 "dependencies": {
524 "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
525 "eslint-visitor-keys": "^2.1.0",
@@ -522,63 +537,48 @@
537 "version": "2.1.0",
538 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
539 "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
540 + "license": "Apache-2.0",
541 "engines": {
542 "node": ">=10"
543 }
544 },
529 - "node_modules/@babel/eslint-parser/node_modules/semver": {
530 - "version": "6.3.1",
531 - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
532 - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
533 - "bin": {
534 - "semver": "bin/semver.js"
535 - }
536 - },
545 "node_modules/@babel/generator": {
538 - "version": "7.24.7",
539 - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.7.tgz",
540 - "integrity": "sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==",
546 + "version": "7.26.3",
547 + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.3.tgz",
548 + "integrity": "sha512-6FF/urZvD0sTeO7k6/B15pMLC4CHUv1426lzr3N01aHJTl046uCAh9LXW/fzeXXjPNCJ6iABW5XaWOsIZB93aQ==",
549 + "license": "MIT",
550 "dependencies": {
542 - "@babel/types": "^7.24.7",
551 + "@babel/parser": "^7.26.3",
552 + "@babel/types": "^7.26.3",
553 "@jridgewell/gen-mapping": "^0.3.5",
554 "@jridgewell/trace-mapping": "^0.3.25",
545 - "jsesc": "^2.5.1"
555 + "jsesc": "^3.0.2"
556 },
557 "engines": {
558 "node": ">=6.9.0"
559 }
560 },
561 "node_modules/@babel/helper-annotate-as-pure": {
552 - "version": "7.24.7",
553 - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz",
554 - "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==",
555 - "dependencies": {
556 - "@babel/types": "^7.24.7"
557 - },
558 - "engines": {
559 - "node": ">=6.9.0"
560 - }
561 - },
562 - "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
563 - "version": "7.24.7",
564 - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz",
565 - "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==",
562 + "version": "7.25.9",
563 + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz",
564 + "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==",
565 + "license": "MIT",
566 "dependencies": {
567 - "@babel/traverse": "^7.24.7",
568 - "@babel/types": "^7.24.7"
567 + "@babel/types": "^7.25.9"
568 },
569 "engines": {
570 "node": ">=6.9.0"
571 }
572 },
573 "node_modules/@babel/helper-compilation-targets": {
575 - "version": "7.24.7",
576 - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz",
577 - "integrity": "sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==",
574 + "version": "7.25.9",
575 + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz",
576 + "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==",
577 + "license": "MIT",
578 "dependencies": {
579 - "@babel/compat-data": "^7.24.7",
580 - "@babel/helper-validator-option": "^7.24.7",
581 - "browserslist": "^4.22.2",
579 + "@babel/compat-data": "^7.25.9",
580 + "@babel/helper-validator-option": "^7.25.9",
581 + "browserslist": "^4.24.0",
582 "lru-cache": "^5.1.1",
583 "semver": "^6.3.1"
584 },
@@ -590,36 +590,29 @@
590 "version": "5.1.1",
591 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
592 "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
593 + "license": "ISC",
594 "dependencies": {
595 "yallist": "^3.0.2"
596 }
597 },
597 - "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
598 - "version": "6.3.1",
599 - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
600 - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
601 - "bin": {
602 - "semver": "bin/semver.js"
603 - }
604 - },
598 "node_modules/@babel/helper-compilation-targets/node_modules/yallist": {
599 "version": "3.1.1",
600 "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
608 - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
601 + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
602 + "license": "ISC"
603 },
604 "node_modules/@babel/helper-create-class-features-plugin": {
611 - "version": "7.24.7",
612 - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.7.tgz",
613 - "integrity": "sha512-kTkaDl7c9vO80zeX1rJxnuRpEsD5tA81yh11X1gQo+PhSti3JS+7qeZo9U4RHobKRiFPKaGK3svUAeb8D0Q7eg==",
614 - "dependencies": {
615 - "@babel/helper-annotate-as-pure": "^7.24.7",
616 - "@babel/helper-environment-visitor": "^7.24.7",
617 - "@babel/helper-function-name": "^7.24.7",
618 - "@babel/helper-member-expression-to-functions": "^7.24.7",
619 - "@babel/helper-optimise-call-expression": "^7.24.7",
620 - "@babel/helper-replace-supers": "^7.24.7",
621 - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
622 - "@babel/helper-split-export-declaration": "^7.24.7",
605 + "version": "7.25.9",
606 + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz",
607 + "integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==",
608 + "license": "MIT",
609 + "dependencies": {
610 + "@babel/helper-annotate-as-pure": "^7.25.9",
611 + "@babel/helper-member-expression-to-functions": "^7.25.9",
612 + "@babel/helper-optimise-call-expression": "^7.25.9",
613 + "@babel/helper-replace-supers": "^7.25.9",
614 + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
615 + "@babel/traverse": "^7.25.9",
616 "semver": "^6.3.1"
617 },
618 "engines": {
@@ -629,21 +622,14 @@
622 "@babel/core": "^7.0.0"
623 }
624 },
632 - "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
633 - "version": "6.3.1",
634 - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
635 - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
636 - "bin": {
637 - "semver": "bin/semver.js"
638 - }
639 - },
625 "node_modules/@babel/helper-create-regexp-features-plugin": {
641 - "version": "7.24.7",
642 - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.24.7.tgz",
643 - "integrity": "sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA==",
626 + "version": "7.26.3",
627 + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.26.3.tgz",
628 + "integrity": "sha512-G7ZRb40uUgdKOQqPLjfD12ZmGA54PzqDFUv2BKImnC9QIfGhIHKvVML0oN8IUiDq4iRqpq74ABpvOaerfWdong==",
629 + "license": "MIT",
630 "dependencies": {
645 - "@babel/helper-annotate-as-pure": "^7.24.7",
646 - "regexpu-core": "^5.3.1",
631 + "@babel/helper-annotate-as-pure": "^7.25.9",
632 + "regexpu-core": "^6.2.0",
633 "semver": "^6.3.1"
634 },
635 "engines": {
@@ -653,18 +639,11 @@
639 "@babel/core": "^7.0.0"
640 }
641 },
656 - "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": {
657 - "version": "6.3.1",
658 - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
659 - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
660 - "bin": {
661 - "semver": "bin/semver.js"
662 - }
663 - },
642 "node_modules/@babel/helper-define-polyfill-provider": {
665 - "version": "0.6.2",
666 - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz",
667 - "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==",
643 + "version": "0.6.3",
644 + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz",
645 + "integrity": "sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==",
646 + "license": "MIT",
647 "dependencies": {
648 "@babel/helper-compilation-targets": "^7.22.6",
649 "@babel/helper-plugin-utils": "^7.22.5",
@@ -676,74 +655,41 @@
655 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
656 }
657 },
679 - "node_modules/@babel/helper-environment-visitor": {
680 - "version": "7.24.7",
681 - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz",
682 - "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==",
683 - "dependencies": {
684 - "@babel/types": "^7.24.7"
685 - },
686 - "engines": {
687 - "node": ">=6.9.0"
688 - }
689 - },
690 - "node_modules/@babel/helper-function-name": {
691 - "version": "7.24.7",
692 - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz",
693 - "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==",
694 - "dependencies": {
695 - "@babel/template": "^7.24.7",
696 - "@babel/types": "^7.24.7"
697 - },
698 - "engines": {
699 - "node": ">=6.9.0"
700 - }
701 - },
702 - "node_modules/@babel/helper-hoist-variables": {
703 - "version": "7.24.7",
704 - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz",
705 - "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==",
706 - "dependencies": {
707 - "@babel/types": "^7.24.7"
708 - },
709 - "engines": {
710 - "node": ">=6.9.0"
711 - }
712 - },
658 "node_modules/@babel/helper-member-expression-to-functions": {
714 - "version": "7.24.7",
715 - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.7.tgz",
716 - "integrity": "sha512-LGeMaf5JN4hAT471eJdBs/GK1DoYIJ5GCtZN/EsL6KUiiDZOvO/eKE11AMZJa2zP4zk4qe9V2O/hxAmkRc8p6w==",
659 + "version": "7.25.9",
660 + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz",
661 + "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==",
662 + "license": "MIT",
663 "dependencies": {
718 - "@babel/traverse": "^7.24.7",
719 - "@babel/types": "^7.24.7"
664 + "@babel/traverse": "^7.25.9",
665 + "@babel/types": "^7.25.9"
666 },
667 "engines": {
668 "node": ">=6.9.0"
669 }
670 },
671 "node_modules/@babel/helper-module-imports": {
726 - "version": "7.24.7",
727 - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz",
728 - "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==",
672 + "version": "7.25.9",
673 + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz",
674 + "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==",
675 + "license": "MIT",
676 "dependencies": {
730 - "@babel/traverse": "^7.24.7",
731 - "@babel/types": "^7.24.7"
677 + "@babel/traverse": "^7.25.9",
678 + "@babel/types": "^7.25.9"
679 },
680 "engines": {
681 "node": ">=6.9.0"
682 }
683 },
684 "node_modules/@babel/helper-module-transforms": {
738 - "version": "7.24.7",
739 - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz",
740 - "integrity": "sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==",
685 + "version": "7.26.0",
686 + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz",
687 + "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==",
688 + "license": "MIT",
689 "dependencies": {
742 - "@babel/helper-environment-visitor": "^7.24.7",
743 - "@babel/helper-module-imports": "^7.24.7",
744 - "@babel/helper-simple-access": "^7.24.7",
745 - "@babel/helper-split-export-declaration": "^7.24.7",
746 - "@babel/helper-validator-identifier": "^7.24.7"
690 + "@babel/helper-module-imports": "^7.25.9",
691 + "@babel/helper-validator-identifier": "^7.25.9",
692 + "@babel/traverse": "^7.25.9"
693 },
694 "engines": {
695 "node": ">=6.9.0"
@@ -753,32 +699,35 @@
699 }
700 },
701 "node_modules/@babel/helper-optimise-call-expression": {
756 - "version": "7.24.7",
757 - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz",
758 - "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==",
702 + "version": "7.25.9",
703 + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz",
704 + "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==",
705 + "license": "MIT",
706 "dependencies": {
760 - "@babel/types": "^7.24.7"
707 + "@babel/types": "^7.25.9"
708 },
709 "engines": {
710 "node": ">=6.9.0"
711 }
712 },
713 "node_modules/@babel/helper-plugin-utils": {
767 - "version": "7.24.7",
768 - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.7.tgz",
769 - "integrity": "sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg==",
714 + "version": "7.25.9",
715 + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz",
716 + "integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==",
717 + "license": "MIT",
718 "engines": {
719 "node": ">=6.9.0"
720 }
721 },
722 "node_modules/@babel/helper-remap-async-to-generator": {
775 - "version": "7.24.7",
776 - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.24.7.tgz",
777 - "integrity": "sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==",
723 + "version": "7.25.9",
724 + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz",
725 + "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==",
726 + "license": "MIT",
727 "dependencies": {
779 - "@babel/helper-annotate-as-pure": "^7.24.7",
780 - "@babel/helper-environment-visitor": "^7.24.7",
781 - "@babel/helper-wrap-function": "^7.24.7"
728 + "@babel/helper-annotate-as-pure": "^7.25.9",
729 + "@babel/helper-wrap-function": "^7.25.9",
730 + "@babel/traverse": "^7.25.9"
731 },
732 "engines": {
733 "node": ">=6.9.0"
@@ -788,13 +737,14 @@
737 }
738 },
739 "node_modules/@babel/helper-replace-supers": {
791 - "version": "7.24.7",
792 - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.7.tgz",
793 - "integrity": "sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==",
740 + "version": "7.25.9",
741 + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz",
742 + "integrity": "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==",
743 + "license": "MIT",
744 "dependencies": {
795 - "@babel/helper-environment-visitor": "^7.24.7",
796 - "@babel/helper-member-expression-to-functions": "^7.24.7",
797 - "@babel/helper-optimise-call-expression": "^7.24.7"
745 + "@babel/helper-member-expression-to-functions": "^7.25.9",
746 + "@babel/helper-optimise-call-expression": "^7.25.9",
747 + "@babel/traverse": "^7.25.9"
748 },
749 "engines": {
750 "node": ">=6.9.0"
@@ -803,97 +753,80 @@
753 "@babel/core": "^7.0.0"
754 }
755 },
806 - "node_modules/@babel/helper-simple-access": {
807 - "version": "7.24.7",
808 - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
809 - "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==",
810 - "dependencies": {
811 - "@babel/traverse": "^7.24.7",
812 - "@babel/types": "^7.24.7"
813 - },
814 - "engines": {
815 - "node": ">=6.9.0"
816 - }
817 - },
756 "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
819 - "version": "7.24.7",
820 - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz",
821 - "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==",
822 - "dependencies": {
823 - "@babel/traverse": "^7.24.7",
824 - "@babel/types": "^7.24.7"
825 - },
826 - "engines": {
827 - "node": ">=6.9.0"
828 - }
829 - },
830 - "node_modules/@babel/helper-split-export-declaration": {
831 - "version": "7.24.7",
832 - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz",
833 - "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==",
757 + "version": "7.25.9",
758 + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz",
759 + "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==",
760 + "license": "MIT",
761 "dependencies": {
835 - "@babel/types": "^7.24.7"
762 + "@babel/traverse": "^7.25.9",
763 + "@babel/types": "^7.25.9"
764 },
765 "engines": {
766 "node": ">=6.9.0"
767 }
768 },
769 "node_modules/@babel/helper-string-parser": {
842 - "version": "7.24.7",
843 - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz",
844 - "integrity": "sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==",
770 + "version": "7.25.9",
771 + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
772 + "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
773 + "license": "MIT",
774 "engines": {
775 "node": ">=6.9.0"
776 }
777 },
778 "node_modules/@babel/helper-validator-identifier": {
850 - "version": "7.24.7",
851 - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
852 - "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
779 + "version": "7.25.9",
780 + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
781 + "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
782 + "license": "MIT",
783 "engines": {
784 "node": ">=6.9.0"
785 }
786 },
787 "node_modules/@babel/helper-validator-option": {
858 - "version": "7.24.7",
859 - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz",
860 - "integrity": "sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==",
788 + "version": "7.25.9",
789 + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz",
790 + "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==",
791 + "license": "MIT",
792 "engines": {
793 "node": ">=6.9.0"
794 }
795 },
796 "node_modules/@babel/helper-wrap-function": {
866 - "version": "7.24.7",
867 - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.24.7.tgz",
868 - "integrity": "sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==",
797 + "version": "7.25.9",
798 + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz",
799 + "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==",
800 + "license": "MIT",
801 "dependencies": {
870 - "@babel/helper-function-name": "^7.24.7",
871 - "@babel/template": "^7.24.7",
872 - "@babel/traverse": "^7.24.7",
873 - "@babel/types": "^7.24.7"
802 + "@babel/template": "^7.25.9",
803 + "@babel/traverse": "^7.25.9",
804 + "@babel/types": "^7.25.9"
805 },
806 "engines": {
807 "node": ">=6.9.0"
808 }
809 },
810 "node_modules/@babel/helpers": {
880 - "version": "7.24.7",
881 - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.7.tgz",
882 - "integrity": "sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==",
811 + "version": "7.26.0",
812 + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz",
813 + "integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==",
814 + "license": "MIT",
815 "dependencies": {
884 - "@babel/template": "^7.24.7",
885 - "@babel/types": "^7.24.7"
816 + "@babel/template": "^7.25.9",
817 + "@babel/types": "^7.26.0"
818 },
819 "engines": {
820 "node": ">=6.9.0"
821 }
822 },
823 "node_modules/@babel/highlight": {
892 - "version": "7.24.7",
893 - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
894 - "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
824 + "version": "7.25.9",
825 + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.25.9.tgz",
826 + "integrity": "sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw==",
827 + "license": "MIT",
828 "dependencies": {
896 - "@babel/helper-validator-identifier": "^7.24.7",
829 + "@babel/helper-validator-identifier": "^7.25.9",
830 "chalk": "^2.4.2",
831 "js-tokens": "^4.0.0",
832 "picocolors": "^1.0.0"
@@ -902,10 +835,85 @@
835 "node": ">=6.9.0"
836 }
837 },
838 + "node_modules/@babel/highlight/node_modules/ansi-styles": {
839 + "version": "3.2.1",
840 + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
841 + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
842 + "license": "MIT",
843 + "dependencies": {
844 + "color-convert": "^1.9.0"
845 + },
846 + "engines": {
847 + "node": ">=4"
848 + }
849 + },
850 + "node_modules/@babel/highlight/node_modules/chalk": {
851 + "version": "2.4.2",
852 + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
853 + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
854 + "license": "MIT",
855 + "dependencies": {
856 + "ansi-styles": "^3.2.1",
857 + "escape-string-regexp": "^1.0.5",
858 + "supports-color": "^5.3.0"
859 + },
860 + "engines": {
861 + "node": ">=4"
862 + }
863 + },
864 + "node_modules/@babel/highlight/node_modules/color-convert": {
865 + "version": "1.9.3",
866 + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
867 + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
868 + "license": "MIT",
869 + "dependencies": {
870 + "color-name": "1.1.3"
871 + }
872 + },
873 + "node_modules/@babel/highlight/node_modules/color-name": {
874 + "version": "1.1.3",
875 + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
876 + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
877 + "license": "MIT"
878 + },
879 + "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
880 + "version": "1.0.5",
881 + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
882 + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
883 + "license": "MIT",
884 + "engines": {
885 + "node": ">=0.8.0"
886 + }
887 + },
888 + "node_modules/@babel/highlight/node_modules/has-flag": {
889 + "version": "3.0.0",
890 + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
891 + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
892 + "license": "MIT",
893 + "engines": {
894 + "node": ">=4"
895 + }
896 + },
897 + "node_modules/@babel/highlight/node_modules/supports-color": {
898 + "version": "5.5.0",
899 + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
900 + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
901 + "license": "MIT",
902 + "dependencies": {
903 + "has-flag": "^3.0.0"
904 + },
905 + "engines": {
906 + "node": ">=4"
907 + }
908 + },
909 "node_modules/@babel/parser": {
906 - "version": "7.24.7",
907 - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.7.tgz",
908 - "integrity": "sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==",
910 + "version": "7.26.3",
911 + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.3.tgz",
912 + "integrity": "sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==",
913 + "license": "MIT",
914 + "dependencies": {
915 + "@babel/types": "^7.26.3"
916 + },
917 "bin": {
918 "parser": "bin/babel-parser.js"
919 },
@@ -914,12 +922,28 @@
922 }
923 },
924 "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
917 - "version": "7.24.7",
918 - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.7.tgz",
919 - "integrity": "sha512-TiT1ss81W80eQsN+722OaeQMY/G4yTb4G9JrqeiDADs3N8lbPMGldWi9x8tyqCW5NLx1Jh2AvkE6r6QvEltMMQ==",
925 + "version": "7.25.9",
926 + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz",
927 + "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==",
928 + "license": "MIT",
929 "dependencies": {
921 - "@babel/helper-environment-visitor": "^7.24.7",
922 - "@babel/helper-plugin-utils": "^7.24.7"
930 + "@babel/helper-plugin-utils": "^7.25.9",
931 + "@babel/traverse": "^7.25.9"
932 + },
933 + "engines": {
934 + "node": ">=6.9.0"
935 + },
936 + "peerDependencies": {
937 + "@babel/core": "^7.0.0"
938 + }
939 + },
940 + "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
941 + "version": "7.25.9",
942 + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz",
943 + "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==",
944 + "license": "MIT",
945 + "dependencies": {
946 + "@babel/helper-plugin-utils": "^7.25.9"
947 },
948 "engines": {
949 "node": ">=6.9.0"
@@ -929,11 +953,12 @@
953 }
954 },
955 "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
932 - "version": "7.24.7",
933 - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.7.tgz",
934 - "integrity": "sha512-unaQgZ/iRu/By6tsjMZzpeBZjChYfLYry6HrEXPoz3KmfF0sVBQ1l8zKMQ4xRGLWVsjuvB8nQfjNP/DcfEOCsg==",
956 + "version": "7.25.9",
957 + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz",
958 + "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==",
959 + "license": "MIT",
960 "dependencies": {
936 - "@babel/helper-plugin-utils": "^7.24.7"
961 + "@babel/helper-plugin-utils": "^7.25.9"
962 },
963 "engines": {
964 "node": ">=6.9.0"
@@ -943,13 +968,14 @@
968 }
969 },
970 "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
946 - "version": "7.24.7",
947 - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz",
948 - "integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==",
971 + "version": "7.25.9",
972 + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz",
973 + "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==",
974 + "license": "MIT",
975 "dependencies": {
950 - "@babel/helper-plugin-utils": "^7.24.7",
951 - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
952 - "@babel/plugin-transform-optional-chaining": "^7.24.7"
976 + "@babel/helper-plugin-utils": "^7.25.9",
977 + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
978 + "@babel/plugin-transform-optional-chaining": "^7.25.9"
979 },
980 "engines": {
981 "node": ">=6.9.0"
@@ -959,12 +985,13 @@
985 }
986 },
987 "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
962 - "version": "7.24.7",
963 - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.7.tgz",
964 - "integrity": "sha512-utA4HuR6F4Vvcr+o4DnjL8fCOlgRFGbeeBEGNg3ZTrLFw6VWG5XmUrvcQ0FjIYMU2ST4XcR2Wsp7t9qOAPnxMg==",
988 + "version": "7.25.9",
989 + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz",
990 + "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==",
991 + "license": "MIT",
992 "dependencies": {
966 - "@babel/helper-environment-visitor": "^7.24.7",
967 - "@babel/helper-plugin-utils": "^7.24.7"
993 + "@babel/helper-plugin-utils": "^7.25.9",
994 + "@babel/traverse": "^7.25.9"
995 },
996 "engines": {
997 "node": ">=6.9.0"
@@ -978,6 +1005,7 @@
1005 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
1006 "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
1007 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.",
1008 + "license": "MIT",
1009 "dependencies": {
1010 "@babel/helper-create-class-features-plugin": "^7.18.6",
1011 "@babel/helper-plugin-utils": "^7.18.6"
@@ -990,14 +1018,15 @@
1018 }
1019 },
1020 "node_modules/@babel/plugin-proposal-decorators": {
993 - "version": "7.24.7",
994 - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.24.7.tgz",
995 - "integrity": "sha512-RL9GR0pUG5Kc8BUWLNDm2T5OpYwSX15r98I0IkgmRQTXuELq/OynH8xtMTMvTJFjXbMWFVTKtYkTaYQsuAwQlQ==",
1021 + "version": "7.25.9",
1022 + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.9.tgz",
1023 + "integrity": "sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==",
1024 "dev": true,
1025 + "license": "MIT",
1026 "dependencies": {
998 - "@babel/helper-create-class-features-plugin": "^7.24.7",
999 - "@babel/helper-plugin-utils": "^7.24.7",
1000 - "@babel/plugin-syntax-decorators": "^7.24.7"
1027 + "@babel/helper-create-class-features-plugin": "^7.25.9",
1028 + "@babel/helper-plugin-utils": "^7.25.9",
1029 + "@babel/plugin-syntax-decorators": "^7.25.9"
1030 },
1031 "engines": {
1032 "node": ">=6.9.0"
@@ -1011,6 +1040,7 @@
1040 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
1041 "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
1042 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.",
1043 + "license": "MIT",
1044 "dependencies": {
1045 "@babel/helper-plugin-utils": "^7.18.6",
1046 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
@@ -1027,6 +1057,7 @@
1057 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",
1058 "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",
1059 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.",
1060 + "license": "MIT",
1061 "dependencies": {
1062 "@babel/helper-plugin-utils": "^7.18.6",
1063 "@babel/plugin-syntax-numeric-separator": "^7.10.4"
@@ -1043,6 +1074,7 @@
1074 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz",
1075 "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==",
1076 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.",
1077 + "license": "MIT",
1078 "dependencies": {
1079 "@babel/compat-data": "^7.20.5",
1080 "@babel/helper-compilation-targets": "^7.20.7",
@@ -1062,6 +1094,7 @@
1094 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz",
1095 "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==",
1096 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.",
1097 + "license": "MIT",
1098 "dependencies": {
1099 "@babel/helper-plugin-utils": "^7.20.2",
1100 "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
@@ -1080,6 +1113,7 @@
1113 "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==",
1114 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.",
1115 "dev": true,
1116 + "license": "MIT",
1117 "dependencies": {
1118 "@babel/helper-create-class-features-plugin": "^7.18.6",
1119 "@babel/helper-plugin-utils": "^7.18.6"
@@ -1097,6 +1131,7 @@
1131 "integrity": "sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==",
1132 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.",
1133 "dev": true,
1134 + "license": "MIT",
1135 "dependencies": {
1136 "@babel/helper-annotate-as-pure": "^7.18.6",
1137 "@babel/helper-create-class-features-plugin": "^7.21.0",
@@ -1114,6 +1149,8 @@
1149 "version": "7.8.4",
1150 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
1151 "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
1152 + "dev": true,
1153 + "license": "MIT",
1154 "dependencies": {
1155 "@babel/helper-plugin-utils": "^7.8.0"
1156 },
@@ -1126,6 +1163,7 @@
1163 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
1164 "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
1165 "dev": true,
1166 + "license": "MIT",
1167 "dependencies": {
1168 "@babel/helper-plugin-utils": "^7.8.0"
1169 },
@@ -1137,6 +1175,7 @@
1175 "version": "7.12.13",
1176 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
1177 "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
1178 + "license": "MIT",
1179 "dependencies": {
1180 "@babel/helper-plugin-utils": "^7.12.13"
1181 },
@@ -1148,6 +1187,8 @@
1187 "version": "7.14.5",
1188 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
1189 "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
1190 + "dev": true,
1191 + "license": "MIT",
1192 "dependencies": {
1193 "@babel/helper-plugin-utils": "^7.14.5"
1194 },
@@ -1159,12 +1200,13 @@
1200 }
1201 },
1202 "node_modules/@babel/plugin-syntax-decorators": {
1162 - "version": "7.24.7",
1163 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.7.tgz",
1164 - "integrity": "sha512-Ui4uLJJrRV1lb38zg1yYTmRKmiZLiftDEvZN2iq3kd9kUFU+PttmzTbAFC2ucRk/XJmtek6G23gPsuZbhrT8fQ==",
1203 + "version": "7.25.9",
1204 + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz",
1205 + "integrity": "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==",
1206 "dev": true,
1207 + "license": "MIT",
1208 "dependencies": {
1167 - "@babel/helper-plugin-utils": "^7.24.7"
1209 + "@babel/helper-plugin-utils": "^7.25.9"
1210 },
1211 "engines": {
1212 "node": ">=6.9.0"
@@ -1177,6 +1219,7 @@
1219 "version": "7.8.3",
1220 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
1221 "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
1222 + "license": "MIT",
1223 "dependencies": {
1224 "@babel/helper-plugin-utils": "^7.8.0"
1225 },
@@ -1184,23 +1227,13 @@
1227 "@babel/core": "^7.0.0-0"
1228 }
1229 },
1187 - "node_modules/@babel/plugin-syntax-export-namespace-from": {
1188 - "version": "7.8.3",
1189 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
1190 - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
1191 - "dependencies": {
1192 - "@babel/helper-plugin-utils": "^7.8.3"
1193 - },
1194 - "peerDependencies": {
1195 - "@babel/core": "^7.0.0-0"
1196 - }
1197 - },
1230 "node_modules/@babel/plugin-syntax-flow": {
1199 - "version": "7.24.7",
1200 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.24.7.tgz",
1201 - "integrity": "sha512-9G8GYT/dxn/D1IIKOUBmGX0mnmj46mGH9NnZyJLwtCpgh5f7D2VbuKodb+2s9m1Yavh1s7ASQN8lf0eqrb1LTw==",
1231 + "version": "7.26.0",
1232 + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.26.0.tgz",
1233 + "integrity": "sha512-B+O2DnPc0iG+YXFqOxv2WNuNU97ToWjOomUQ78DouOENWUaM5sVrmet9mcomUGQFwpJd//gvUagXBSdzO1fRKg==",
1234 + "license": "MIT",
1235 "dependencies": {
1203 - "@babel/helper-plugin-utils": "^7.24.7"
1236 + "@babel/helper-plugin-utils": "^7.25.9"
1237 },
1238 "engines": {
1239 "node": ">=6.9.0"
@@ -1210,11 +1243,12 @@
1243 }
1244 },
1245 "node_modules/@babel/plugin-syntax-import-assertions": {
1213 - "version": "7.24.7",
1214 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz",
1215 - "integrity": "sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==",
1246 + "version": "7.26.0",
1247 + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz",
1248 + "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==",
1249 + "license": "MIT",
1250 "dependencies": {
1217 - "@babel/helper-plugin-utils": "^7.24.7"
1251 + "@babel/helper-plugin-utils": "^7.25.9"
1252 },
1253 "engines": {
1254 "node": ">=6.9.0"
@@ -1224,11 +1258,12 @@
1258 }
1259 },
1260 "node_modules/@babel/plugin-syntax-import-attributes": {
1227 - "version": "7.24.7",
1228 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz",
1229 - "integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==",
1261 + "version": "7.26.0",
1262 + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz",
1263 + "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==",
1264 + "license": "MIT",
1265 "dependencies": {
1231 - "@babel/helper-plugin-utils": "^7.24.7"
1266 + "@babel/helper-plugin-utils": "^7.25.9"
1267 },
1268 "engines": {
1269 "node": ">=6.9.0"
@@ -1241,6 +1276,8 @@
1276 "version": "7.10.4",
1277 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
1278 "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
1279 + "dev": true,
1280 + "license": "MIT",
1281 "dependencies": {
1282 "@babel/helper-plugin-utils": "^7.10.4"
1283 },
@@ -1252,6 +1289,8 @@
1289 "version": "7.8.3",
1290 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
1291 "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
1292 + "dev": true,
1293 + "license": "MIT",
1294 "dependencies": {
1295 "@babel/helper-plugin-utils": "^7.8.0"
1296 },
@@ -1260,11 +1299,12 @@
1299 }
1300 },
1301 "node_modules/@babel/plugin-syntax-jsx": {
1263 - "version": "7.24.7",
1264 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz",
1265 - "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==",
1302 + "version": "7.25.9",
1303 + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz",
1304 + "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==",
1305 + "license": "MIT",
1306 "dependencies": {
1267 - "@babel/helper-plugin-utils": "^7.24.7"
1307 + "@babel/helper-plugin-utils": "^7.25.9"
1308 },
1309 "engines": {
1310 "node": ">=6.9.0"
@@ -1277,6 +1317,8 @@
1317 "version": "7.10.4",
1318 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
1319 "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
1320 + "dev": true,
1321 + "license": "MIT",
1322 "dependencies": {
1323 "@babel/helper-plugin-utils": "^7.10.4"
1324 },
@@ -1288,6 +1330,7 @@
1330 "version": "7.8.3",
1331 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
1332 "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
1333 + "license": "MIT",
1334 "dependencies": {
1335 "@babel/helper-plugin-utils": "^7.8.0"
1336 },
@@ -1299,6 +1342,7 @@
1342 "version": "7.10.4",
1343 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
1344 "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
1345 + "license": "MIT",
1346 "dependencies": {
1347 "@babel/helper-plugin-utils": "^7.10.4"
1348 },
@@ -1310,6 +1354,7 @@
1354 "version": "7.8.3",
1355 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
1356 "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
1357 + "license": "MIT",
1358 "dependencies": {
1359 "@babel/helper-plugin-utils": "^7.8.0"
1360 },
@@ -1321,6 +1366,8 @@
1366 "version": "7.8.3",
1367 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
1368 "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
1369 + "dev": true,
1370 + "license": "MIT",
1371 "dependencies": {
1372 "@babel/helper-plugin-utils": "^7.8.0"
1373 },
@@ -1332,6 +1379,7 @@
1379 "version": "7.8.3",
1380 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
1381 "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
1382 + "license": "MIT",
1383 "dependencies": {
1384 "@babel/helper-plugin-utils": "^7.8.0"
1385 },
@@ -1343,6 +1391,8 @@
1391 "version": "7.14.5",
1392 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
1393 "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
1394 + "dev": true,
1395 + "license": "MIT",
1396 "dependencies": {
1397 "@babel/helper-plugin-utils": "^7.14.5"
1398 },
@@ -1357,6 +1407,8 @@
1407 "version": "7.14.5",
1408 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
1409 "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
1410 + "dev": true,
1411 + "license": "MIT",
1412 "dependencies": {
1413 "@babel/helper-plugin-utils": "^7.14.5"
1414 },
@@ -1368,11 +1420,12 @@
1420 }
1421 },
1422 "node_modules/@babel/plugin-syntax-typescript": {
1371 - "version": "7.24.7",
1372 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.7.tgz",
1373 - "integrity": "sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==",
1423 + "version": "7.25.9",
1424 + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz",
1425 + "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==",
1426 + "license": "MIT",
1427 "dependencies": {
1375 - "@babel/helper-plugin-utils": "^7.24.7"
1428 + "@babel/helper-plugin-utils": "^7.25.9"
1429 },
1430 "engines": {
1431 "node": ">=6.9.0"
@@ -1385,6 +1438,7 @@
1438 "version": "7.18.6",
1439 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
1440 "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
1441 + "license": "MIT",
1442 "dependencies": {
1443 "@babel/helper-create-regexp-features-plugin": "^7.18.6",
1444 "@babel/helper-plugin-utils": "^7.18.6"
@@ -1397,11 +1451,12 @@
1451 }
1452 },
1453 "node_modules/@babel/plugin-transform-arrow-functions": {
1400 - "version": "7.24.7",
1401 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz",
1402 - "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==",
1454 + "version": "7.25.9",
1455 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz",
1456 + "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==",
1457 + "license": "MIT",
1458 "dependencies": {
1404 - "@babel/helper-plugin-utils": "^7.24.7"
1459 + "@babel/helper-plugin-utils": "^7.25.9"
1460 },
1461 "engines": {
1462 "node": ">=6.9.0"
@@ -1411,14 +1466,14 @@
1466 }
1467 },
1468 "node_modules/@babel/plugin-transform-async-generator-functions": {
1414 - "version": "7.24.7",
1415 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.7.tgz",
1416 - "integrity": "sha512-o+iF77e3u7ZS4AoAuJvapz9Fm001PuD2V3Lp6OSE4FYQke+cSewYtnek+THqGRWyQloRCyvWL1OkyfNEl9vr/g==",
1469 + "version": "7.25.9",
1470 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz",
1471 + "integrity": "sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==",
1472 + "license": "MIT",
1473 "dependencies": {
1418 - "@babel/helper-environment-visitor": "^7.24.7",
1419 - "@babel/helper-plugin-utils": "^7.24.7",
1420 - "@babel/helper-remap-async-to-generator": "^7.24.7",
1421 - "@babel/plugin-syntax-async-generators": "^7.8.4"
1474 + "@babel/helper-plugin-utils": "^7.25.9",
1475 + "@babel/helper-remap-async-to-generator": "^7.25.9",
1476 + "@babel/traverse": "^7.25.9"
1477 },
1478 "engines": {
1479 "node": ">=6.9.0"
@@ -1428,13 +1483,14 @@
1483 }
1484 },
1485 "node_modules/@babel/plugin-transform-async-to-generator": {
1431 - "version": "7.24.7",
1432 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz",
1433 - "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==",
1486 + "version": "7.25.9",
1487 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz",
1488 + "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==",
1489 + "license": "MIT",
1490 "dependencies": {
1435 - "@babel/helper-module-imports": "^7.24.7",
1436 - "@babel/helper-plugin-utils": "^7.24.7",
1437 - "@babel/helper-remap-async-to-generator": "^7.24.7"
1491 + "@babel/helper-module-imports": "^7.25.9",
1492 + "@babel/helper-plugin-utils": "^7.25.9",
1493 + "@babel/helper-remap-async-to-generator": "^7.25.9"
1494 },
1495 "engines": {
1496 "node": ">=6.9.0"
@@ -1444,11 +1500,12 @@
1500 }
1501 },
1502 "node_modules/@babel/plugin-transform-block-scoped-functions": {
1447 - "version": "7.24.7",
1448 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz",
1449 - "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==",
1503 + "version": "7.25.9",
1504 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz",
1505 + "integrity": "sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==",
1506 + "license": "MIT",
1507 "dependencies": {
1451 - "@babel/helper-plugin-utils": "^7.24.7"
1508 + "@babel/helper-plugin-utils": "^7.25.9"
1509 },
1510 "engines": {
1511 "node": ">=6.9.0"
@@ -1458,11 +1515,12 @@
1515 }
1516 },
1517 "node_modules/@babel/plugin-transform-block-scoping": {
1461 - "version": "7.24.7",
1462 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.7.tgz",
1463 - "integrity": "sha512-Nd5CvgMbWc+oWzBsuaMcbwjJWAcp5qzrbg69SZdHSP7AMY0AbWFqFO0WTFCA1jxhMCwodRwvRec8k0QUbZk7RQ==",
1518 + "version": "7.25.9",
1519 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz",
1520 + "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==",
1521 + "license": "MIT",
1522 "dependencies": {
1465 - "@babel/helper-plugin-utils": "^7.24.7"
1523 + "@babel/helper-plugin-utils": "^7.25.9"
1524 },
1525 "engines": {
1526 "node": ">=6.9.0"
@@ -1472,12 +1530,13 @@
1530 }
1531 },
1532 "node_modules/@babel/plugin-transform-class-properties": {
1475 - "version": "7.24.7",
1476 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz",
1477 - "integrity": "sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==",
1533 + "version": "7.25.9",
1534 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz",
1535 + "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==",
1536 + "license": "MIT",
1537 "dependencies": {
1479 - "@babel/helper-create-class-features-plugin": "^7.24.7",
1480 - "@babel/helper-plugin-utils": "^7.24.7"
1538 + "@babel/helper-create-class-features-plugin": "^7.25.9",
1539 + "@babel/helper-plugin-utils": "^7.25.9"
1540 },
1541 "engines": {
1542 "node": ">=6.9.0"
@@ -1487,13 +1546,13 @@
1546 }
1547 },
1548 "node_modules/@babel/plugin-transform-class-static-block": {
1490 - "version": "7.24.7",
1491 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz",
1492 - "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==",
1549 + "version": "7.26.0",
1550 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz",
1551 + "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==",
1552 + "license": "MIT",
1553 "dependencies": {
1494 - "@babel/helper-create-class-features-plugin": "^7.24.7",
1495 - "@babel/helper-plugin-utils": "^7.24.7",
1496 - "@babel/plugin-syntax-class-static-block": "^7.14.5"
1554 + "@babel/helper-create-class-features-plugin": "^7.25.9",
1555 + "@babel/helper-plugin-utils": "^7.25.9"
1556 },
1557 "engines": {
1558 "node": ">=6.9.0"
@@ -1503,17 +1562,16 @@
1562 }
1563 },
1564 "node_modules/@babel/plugin-transform-classes": {
1506 - "version": "7.24.7",
1507 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.7.tgz",
1508 - "integrity": "sha512-CFbbBigp8ln4FU6Bpy6g7sE8B/WmCmzvivzUC6xDAdWVsjYTXijpuuGJmYkAaoWAzcItGKT3IOAbxRItZ5HTjw==",
1509 - "dependencies": {
1510 - "@babel/helper-annotate-as-pure": "^7.24.7",
1511 - "@babel/helper-compilation-targets": "^7.24.7",
1512 - "@babel/helper-environment-visitor": "^7.24.7",
1513 - "@babel/helper-function-name": "^7.24.7",
1514 - "@babel/helper-plugin-utils": "^7.24.7",
1515 - "@babel/helper-replace-supers": "^7.24.7",
1516 - "@babel/helper-split-export-declaration": "^7.24.7",
1565 + "version": "7.25.9",
1566 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz",
1567 + "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==",
1568 + "license": "MIT",
1569 + "dependencies": {
1570 + "@babel/helper-annotate-as-pure": "^7.25.9",
1571 + "@babel/helper-compilation-targets": "^7.25.9",
1572 + "@babel/helper-plugin-utils": "^7.25.9",
1573 + "@babel/helper-replace-supers": "^7.25.9",
1574 + "@babel/traverse": "^7.25.9",
1575 "globals": "^11.1.0"
1576 },
1577 "engines": {
@@ -1524,12 +1582,13 @@
1582 }
1583 },
1584 "node_modules/@babel/plugin-transform-computed-properties": {
1527 - "version": "7.24.7",
1528 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz",
1529 - "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==",
1585 + "version": "7.25.9",
1586 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz",
1587 + "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==",
1588 + "license": "MIT",
1589 "dependencies": {
1531 - "@babel/helper-plugin-utils": "^7.24.7",
1532 - "@babel/template": "^7.24.7"
1590 + "@babel/helper-plugin-utils": "^7.25.9",
1591 + "@babel/template": "^7.25.9"
1592 },
1593 "engines": {
1594 "node": ">=6.9.0"
@@ -1539,11 +1598,12 @@
1598 }
1599 },
1600 "node_modules/@babel/plugin-transform-destructuring": {
1542 - "version": "7.24.7",
1543 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.7.tgz",
1544 - "integrity": "sha512-19eJO/8kdCQ9zISOf+SEUJM/bAUIsvY3YDnXZTupUCQ8LgrWnsG/gFB9dvXqdXnRXMAM8fvt7b0CBKQHNGy1mw==",
1601 + "version": "7.25.9",
1602 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz",
1603 + "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==",
1604 + "license": "MIT",
1605 "dependencies": {
1546 - "@babel/helper-plugin-utils": "^7.24.7"
1606 + "@babel/helper-plugin-utils": "^7.25.9"
1607 },
1608 "engines": {
1609 "node": ">=6.9.0"
@@ -1553,12 +1613,13 @@
1613 }
1614 },
1615 "node_modules/@babel/plugin-transform-dotall-regex": {
1556 - "version": "7.24.7",
1557 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz",
1558 - "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==",
1616 + "version": "7.25.9",
1617 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz",
1618 + "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==",
1619 + "license": "MIT",
1620 "dependencies": {
1560 - "@babel/helper-create-regexp-features-plugin": "^7.24.7",
1561 - "@babel/helper-plugin-utils": "^7.24.7"
1621 + "@babel/helper-create-regexp-features-plugin": "^7.25.9",
1622 + "@babel/helper-plugin-utils": "^7.25.9"
1623 },
1624 "engines": {
1625 "node": ">=6.9.0"
@@ -1568,11 +1629,12 @@
1629 }
1630 },
1631 "node_modules/@babel/plugin-transform-duplicate-keys": {
1571 - "version": "7.24.7",
1572 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz",
1573 - "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==",
1632 + "version": "7.25.9",
1633 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz",
1634 + "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==",
1635 + "license": "MIT",
1636 "dependencies": {
1575 - "@babel/helper-plugin-utils": "^7.24.7"
1637 + "@babel/helper-plugin-utils": "^7.25.9"
1638 },
1639 "engines": {
1640 "node": ">=6.9.0"
@@ -1581,13 +1643,29 @@
1643 "@babel/core": "^7.0.0-0"
1644 }
1645 },
1646 + "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
1647 + "version": "7.25.9",
1648 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz",
1649 + "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==",
1650 + "license": "MIT",
1651 + "dependencies": {
1652 + "@babel/helper-create-regexp-features-plugin": "^7.25.9",
1653 + "@babel/helper-plugin-utils": "^7.25.9"
1654 + },
1655 + "engines": {
1656 + "node": ">=6.9.0"
1657 + },
1658 + "peerDependencies": {
1659 + "@babel/core": "^7.0.0"
1660 + }
1661 + },
1662 "node_modules/@babel/plugin-transform-dynamic-import": {
1585 - "version": "7.24.7",
1586 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz",
1587 - "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==",
1663 + "version": "7.25.9",
1664 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz",
1665 + "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==",
1666 + "license": "MIT",
1667 "dependencies": {
1589 - "@babel/helper-plugin-utils": "^7.24.7",
1590 - "@babel/plugin-syntax-dynamic-import": "^7.8.3"
1668 + "@babel/helper-plugin-utils": "^7.25.9"
1669 },
1670 "engines": {
1671 "node": ">=6.9.0"
@@ -1597,12 +1675,12 @@
1675 }
1676 },
1677 "node_modules/@babel/plugin-transform-exponentiation-operator": {
1600 - "version": "7.24.7",
1601 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz",
1602 - "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==",
1678 + "version": "7.26.3",
1679 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz",
1680 + "integrity": "sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==",
1681 + "license": "MIT",
1682 "dependencies": {
1604 - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7",
1605 - "@babel/helper-plugin-utils": "^7.24.7"
1683 + "@babel/helper-plugin-utils": "^7.25.9"
1684 },
1685 "engines": {
1686 "node": ">=6.9.0"
@@ -1612,12 +1690,12 @@
1690 }
1691 },
1692 "node_modules/@babel/plugin-transform-export-namespace-from": {
1615 - "version": "7.24.7",
1616 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz",
1617 - "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==",
1693 + "version": "7.25.9",
1694 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz",
1695 + "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==",
1696 + "license": "MIT",
1697 "dependencies": {
1619 - "@babel/helper-plugin-utils": "^7.24.7",
1620 - "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
1698 + "@babel/helper-plugin-utils": "^7.25.9"
1699 },
1700 "engines": {
1701 "node": ">=6.9.0"
@@ -1627,12 +1705,13 @@
1705 }
1706 },
1707 "node_modules/@babel/plugin-transform-flow-strip-types": {
1630 - "version": "7.24.7",
1631 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.24.7.tgz",
1632 - "integrity": "sha512-cjRKJ7FobOH2eakx7Ja+KpJRj8+y+/SiB3ooYm/n2UJfxu0oEaOoxOinitkJcPqv9KxS0kxTGPUaR7L2XcXDXA==",
1708 + "version": "7.25.9",
1709 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.25.9.tgz",
1710 + "integrity": "sha512-/VVukELzPDdci7UUsWQaSkhgnjIWXnIyRpM02ldxaVoFK96c41So8JcKT3m0gYjyv7j5FNPGS5vfELrWalkbDA==",
1711 + "license": "MIT",
1712 "dependencies": {
1634 - "@babel/helper-plugin-utils": "^7.24.7",
1635 - "@babel/plugin-syntax-flow": "^7.24.7"
1713 + "@babel/helper-plugin-utils": "^7.25.9",
1714 + "@babel/plugin-syntax-flow": "^7.25.9"
1715 },
1716 "engines": {
1717 "node": ">=6.9.0"
@@ -1642,12 +1721,13 @@
1721 }
1722 },
1723 "node_modules/@babel/plugin-transform-for-of": {
1645 - "version": "7.24.7",
1646 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz",
1647 - "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==",
1724 + "version": "7.25.9",
1725 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz",
1726 + "integrity": "sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==",
1727 + "license": "MIT",
1728 "dependencies": {
1649 - "@babel/helper-plugin-utils": "^7.24.7",
1650 - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7"
1729 + "@babel/helper-plugin-utils": "^7.25.9",
1730 + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
1731 },
1732 "engines": {
1733 "node": ">=6.9.0"
@@ -1657,13 +1737,14 @@
1737 }
1738 },
1739 "node_modules/@babel/plugin-transform-function-name": {
1660 - "version": "7.24.7",
1661 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.7.tgz",
1662 - "integrity": "sha512-U9FcnA821YoILngSmYkW6FjyQe2TyZD5pHt4EVIhmcTkrJw/3KqcrRSxuOo5tFZJi7TE19iDyI1u+weTI7bn2w==",
1740 + "version": "7.25.9",
1741 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz",
1742 + "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==",
1743 + "license": "MIT",
1744 "dependencies": {
1664 - "@babel/helper-compilation-targets": "^7.24.7",
1665 - "@babel/helper-function-name": "^7.24.7",
1666 - "@babel/helper-plugin-utils": "^7.24.7"
1745 + "@babel/helper-compilation-targets": "^7.25.9",
1746 + "@babel/helper-plugin-utils": "^7.25.9",
1747 + "@babel/traverse": "^7.25.9"
1748 },
1749 "engines": {
1750 "node": ">=6.9.0"
@@ -1673,12 +1754,12 @@
1754 }
1755 },
1756 "node_modules/@babel/plugin-transform-json-strings": {
1676 - "version": "7.24.7",
1677 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz",
1678 - "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==",
1757 + "version": "7.25.9",
1758 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz",
1759 + "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==",
1760 + "license": "MIT",
1761 "dependencies": {
1680 - "@babel/helper-plugin-utils": "^7.24.7",
1681 - "@babel/plugin-syntax-json-strings": "^7.8.3"
1762 + "@babel/helper-plugin-utils": "^7.25.9"
1763 },
1764 "engines": {
1765 "node": ">=6.9.0"
@@ -1688,11 +1769,12 @@
1769 }
1770 },
1771 "node_modules/@babel/plugin-transform-literals": {
1691 - "version": "7.24.7",
1692 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz",
1693 - "integrity": "sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==",
1772 + "version": "7.25.9",
1773 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz",
1774 + "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==",
1775 + "license": "MIT",
1776 "dependencies": {
1695 - "@babel/helper-plugin-utils": "^7.24.7"
1777 + "@babel/helper-plugin-utils": "^7.25.9"
1778 },
1779 "engines": {
1780 "node": ">=6.9.0"
@@ -1702,12 +1784,12 @@
1784 }
1785 },
1786 "node_modules/@babel/plugin-transform-logical-assignment-operators": {
1705 - "version": "7.24.7",
1706 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz",
1707 - "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==",
1787 + "version": "7.25.9",
1788 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz",
1789 + "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==",
1790 + "license": "MIT",
1791 "dependencies": {
1709 - "@babel/helper-plugin-utils": "^7.24.7",
1710 - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
1792 + "@babel/helper-plugin-utils": "^7.25.9"
1793 },
1794 "engines": {
1795 "node": ">=6.9.0"
@@ -1717,11 +1799,12 @@
1799 }
1800 },
1801 "node_modules/@babel/plugin-transform-member-expression-literals": {
1720 - "version": "7.24.7",
1721 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz",
1722 - "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==",
1802 + "version": "7.25.9",
1803 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz",
1804 + "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==",
1805 + "license": "MIT",
1806 "dependencies": {
1724 - "@babel/helper-plugin-utils": "^7.24.7"
1807 + "@babel/helper-plugin-utils": "^7.25.9"
1808 },
1809 "engines": {
1810 "node": ">=6.9.0"
@@ -1731,12 +1814,13 @@
1814 }
1815 },
1816 "node_modules/@babel/plugin-transform-modules-amd": {
1734 - "version": "7.24.7",
1735 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz",
1736 - "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==",
1817 + "version": "7.25.9",
1818 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz",
1819 + "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==",
1820 + "license": "MIT",
1821 "dependencies": {
1738 - "@babel/helper-module-transforms": "^7.24.7",
1739 - "@babel/helper-plugin-utils": "^7.24.7"
1822 + "@babel/helper-module-transforms": "^7.25.9",
1823 + "@babel/helper-plugin-utils": "^7.25.9"
1824 },
1825 "engines": {
1826 "node": ">=6.9.0"
@@ -1746,13 +1830,13 @@
1830 }
1831 },
1832 "node_modules/@babel/plugin-transform-modules-commonjs": {
1749 - "version": "7.24.7",
1750 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.7.tgz",
1751 - "integrity": "sha512-iFI8GDxtevHJ/Z22J5xQpVqFLlMNstcLXh994xifFwxxGslr2ZXXLWgtBeLctOD63UFDArdvN6Tg8RFw+aEmjQ==",
1833 + "version": "7.26.3",
1834 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz",
1835 + "integrity": "sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==",
1836 + "license": "MIT",
1837 "dependencies": {
1753 - "@babel/helper-module-transforms": "^7.24.7",
1754 - "@babel/helper-plugin-utils": "^7.24.7",
1755 - "@babel/helper-simple-access": "^7.24.7"
1838 + "@babel/helper-module-transforms": "^7.26.0",
1839 + "@babel/helper-plugin-utils": "^7.25.9"
1840 },
1841 "engines": {
1842 "node": ">=6.9.0"
@@ -1762,14 +1846,15 @@
1846 }
1847 },
1848 "node_modules/@babel/plugin-transform-modules-systemjs": {
1765 - "version": "7.24.7",
1766 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.7.tgz",
1767 - "integrity": "sha512-GYQE0tW7YoaN13qFh3O1NCY4MPkUiAH3fiF7UcV/I3ajmDKEdG3l+UOcbAm4zUE3gnvUU+Eni7XrVKo9eO9auw==",
1849 + "version": "7.25.9",
1850 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz",
1851 + "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==",
1852 + "license": "MIT",
1853 "dependencies": {
1769 - "@babel/helper-hoist-variables": "^7.24.7",
1770 - "@babel/helper-module-transforms": "^7.24.7",
1771 - "@babel/helper-plugin-utils": "^7.24.7",
1772 - "@babel/helper-validator-identifier": "^7.24.7"
1854 + "@babel/helper-module-transforms": "^7.25.9",
1855 + "@babel/helper-plugin-utils": "^7.25.9",
1856 + "@babel/helper-validator-identifier": "^7.25.9",
1857 + "@babel/traverse": "^7.25.9"
1858 },
1859 "engines": {
1860 "node": ">=6.9.0"
@@ -1779,12 +1864,13 @@
1864 }
1865 },
1866 "node_modules/@babel/plugin-transform-modules-umd": {
1782 - "version": "7.24.7",
1783 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz",
1784 - "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==",
1867 + "version": "7.25.9",
1868 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz",
1869 + "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==",
1870 + "license": "MIT",
1871 "dependencies": {
1786 - "@babel/helper-module-transforms": "^7.24.7",
1787 - "@babel/helper-plugin-utils": "^7.24.7"
1872 + "@babel/helper-module-transforms": "^7.25.9",
1873 + "@babel/helper-plugin-utils": "^7.25.9"
1874 },
1875 "engines": {
1876 "node": ">=6.9.0"
@@ -1794,12 +1880,13 @@
1880 }
1881 },
1882 "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
1797 - "version": "7.24.7",
1798 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz",
1799 - "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==",
1883 + "version": "7.25.9",
1884 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz",
1885 + "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==",
1886 + "license": "MIT",
1887 "dependencies": {
1801 - "@babel/helper-create-regexp-features-plugin": "^7.24.7",
1802 - "@babel/helper-plugin-utils": "^7.24.7"
1888 + "@babel/helper-create-regexp-features-plugin": "^7.25.9",
1889 + "@babel/helper-plugin-utils": "^7.25.9"
1890 },
1891 "engines": {
1892 "node": ">=6.9.0"
@@ -1809,11 +1896,12 @@
1896 }
1897 },
1898 "node_modules/@babel/plugin-transform-new-target": {
1812 - "version": "7.24.7",
1813 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz",
1814 - "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==",
1899 + "version": "7.25.9",
1900 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz",
1901 + "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==",
1902 + "license": "MIT",
1903 "dependencies": {
1816 - "@babel/helper-plugin-utils": "^7.24.7"
1904 + "@babel/helper-plugin-utils": "^7.25.9"
1905 },
1906 "engines": {
1907 "node": ">=6.9.0"
@@ -1823,12 +1911,12 @@
1911 }
1912 },
1913 "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
1826 - "version": "7.24.7",
1827 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz",
1828 - "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==",
1914 + "version": "7.25.9",
1915 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz",
1916 + "integrity": "sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==",
1917 + "license": "MIT",
1918 "dependencies": {
1830 - "@babel/helper-plugin-utils": "^7.24.7",
1831 - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
1919 + "@babel/helper-plugin-utils": "^7.25.9"
1920 },
1921 "engines": {
1922 "node": ">=6.9.0"
@@ -1838,12 +1926,12 @@
1926 }
1927 },
1928 "node_modules/@babel/plugin-transform-numeric-separator": {
1841 - "version": "7.24.7",
1842 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz",
1843 - "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==",
1929 + "version": "7.25.9",
1930 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz",
1931 + "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==",
1932 + "license": "MIT",
1933 "dependencies": {
1845 - "@babel/helper-plugin-utils": "^7.24.7",
1846 - "@babel/plugin-syntax-numeric-separator": "^7.10.4"
1934 + "@babel/helper-plugin-utils": "^7.25.9"
1935 },
1936 "engines": {
1937 "node": ">=6.9.0"
@@ -1853,14 +1941,14 @@
1941 }
1942 },
1943 "node_modules/@babel/plugin-transform-object-rest-spread": {
1856 - "version": "7.24.7",
1857 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz",
1858 - "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==",
1944 + "version": "7.25.9",
1945 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz",
1946 + "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==",
1947 + "license": "MIT",
1948 "dependencies": {
1860 - "@babel/helper-compilation-targets": "^7.24.7",
1861 - "@babel/helper-plugin-utils": "^7.24.7",
1862 - "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
1863 - "@babel/plugin-transform-parameters": "^7.24.7"
1949 + "@babel/helper-compilation-targets": "^7.25.9",
1950 + "@babel/helper-plugin-utils": "^7.25.9",
1951 + "@babel/plugin-transform-parameters": "^7.25.9"
1952 },
1953 "engines": {
1954 "node": ">=6.9.0"
@@ -1870,12 +1958,13 @@
1958 }
1959 },
1960 "node_modules/@babel/plugin-transform-object-super": {
1873 - "version": "7.24.7",
1874 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz",
1875 - "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==",
1961 + "version": "7.25.9",
1962 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz",
1963 + "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==",
1964 + "license": "MIT",
1965 "dependencies": {
1877 - "@babel/helper-plugin-utils": "^7.24.7",
1878 - "@babel/helper-replace-supers": "^7.24.7"
1966 + "@babel/helper-plugin-utils": "^7.25.9",
1967 + "@babel/helper-replace-supers": "^7.25.9"
1968 },
1969 "engines": {
1970 "node": ">=6.9.0"
@@ -1885,12 +1974,12 @@
1974 }
1975 },
1976 "node_modules/@babel/plugin-transform-optional-catch-binding": {
1888 - "version": "7.24.7",
1889 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz",
1890 - "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==",
1977 + "version": "7.25.9",
1978 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz",
1979 + "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==",
1980 + "license": "MIT",
1981 "dependencies": {
1892 - "@babel/helper-plugin-utils": "^7.24.7",
1893 - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
1982 + "@babel/helper-plugin-utils": "^7.25.9"
1983 },
1984 "engines": {
1985 "node": ">=6.9.0"
@@ -1900,13 +1989,13 @@
1989 }
1990 },
1991 "node_modules/@babel/plugin-transform-optional-chaining": {
1903 - "version": "7.24.7",
1904 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.7.tgz",
1905 - "integrity": "sha512-tK+0N9yd4j+x/4hxF3F0e0fu/VdcxU18y5SevtyM/PCFlQvXbR0Zmlo2eBrKtVipGNFzpq56o8WsIIKcJFUCRQ==",
1992 + "version": "7.25.9",
1993 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz",
1994 + "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==",
1995 + "license": "MIT",
1996 "dependencies": {
1907 - "@babel/helper-plugin-utils": "^7.24.7",
1908 - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
1909 - "@babel/plugin-syntax-optional-chaining": "^7.8.3"
1997 + "@babel/helper-plugin-utils": "^7.25.9",
1998 + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
1999 },
2000 "engines": {
2001 "node": ">=6.9.0"
@@ -1916,11 +2005,12 @@
2005 }
2006 },
2007 "node_modules/@babel/plugin-transform-parameters": {
1919 - "version": "7.24.7",
1920 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz",
1921 - "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==",
2008 + "version": "7.25.9",
2009 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz",
2010 + "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==",
2011 + "license": "MIT",
2012 "dependencies": {
1923 - "@babel/helper-plugin-utils": "^7.24.7"
2013 + "@babel/helper-plugin-utils": "^7.25.9"
2014 },
2015 "engines": {
2016 "node": ">=6.9.0"
@@ -1930,12 +2020,13 @@
2020 }
2021 },
2022 "node_modules/@babel/plugin-transform-private-methods": {
1933 - "version": "7.24.7",
1934 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz",
1935 - "integrity": "sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==",
2023 + "version": "7.25.9",
2024 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz",
2025 + "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==",
2026 + "license": "MIT",
2027 "dependencies": {
1937 - "@babel/helper-create-class-features-plugin": "^7.24.7",
1938 - "@babel/helper-plugin-utils": "^7.24.7"
2028 + "@babel/helper-create-class-features-plugin": "^7.25.9",
2029 + "@babel/helper-plugin-utils": "^7.25.9"
2030 },
2031 "engines": {
2032 "node": ">=6.9.0"
@@ -1945,14 +2036,14 @@
2036 }
2037 },
2038 "node_modules/@babel/plugin-transform-private-property-in-object": {
1948 - "version": "7.24.7",
1949 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz",
1950 - "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==",
2039 + "version": "7.25.9",
2040 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz",
2041 + "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==",
2042 + "license": "MIT",
2043 "dependencies": {
1952 - "@babel/helper-annotate-as-pure": "^7.24.7",
1953 - "@babel/helper-create-class-features-plugin": "^7.24.7",
1954 - "@babel/helper-plugin-utils": "^7.24.7",
1955 - "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
2044 + "@babel/helper-annotate-as-pure": "^7.25.9",
2045 + "@babel/helper-create-class-features-plugin": "^7.25.9",
2046 + "@babel/helper-plugin-utils": "^7.25.9"
2047 },
2048 "engines": {
2049 "node": ">=6.9.0"
@@ -1962,11 +2053,12 @@
2053 }
2054 },
2055 "node_modules/@babel/plugin-transform-property-literals": {
1965 - "version": "7.24.7",
1966 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz",
1967 - "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==",
2056 + "version": "7.25.9",
2057 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz",
2058 + "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==",
2059 + "license": "MIT",
2060 "dependencies": {
1969 - "@babel/helper-plugin-utils": "^7.24.7"
2061 + "@babel/helper-plugin-utils": "^7.25.9"
2062 },
2063 "engines": {
2064 "node": ">=6.9.0"
@@ -1976,11 +2068,12 @@
2068 }
2069 },
2070 "node_modules/@babel/plugin-transform-react-display-name": {
1979 - "version": "7.24.7",
1980 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.7.tgz",
1981 - "integrity": "sha512-H/Snz9PFxKsS1JLI4dJLtnJgCJRoo0AUm3chP6NYr+9En1JMKloheEiLIhlp5MDVznWo+H3AAC1Mc8lmUEpsgg==",
2071 + "version": "7.25.9",
2072 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz",
2073 + "integrity": "sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==",
2074 + "license": "MIT",
2075 "dependencies": {
1983 - "@babel/helper-plugin-utils": "^7.24.7"
2076 + "@babel/helper-plugin-utils": "^7.25.9"
2077 },
2078 "engines": {
2079 "node": ">=6.9.0"
@@ -1990,15 +2083,16 @@
2083 }
2084 },
2085 "node_modules/@babel/plugin-transform-react-jsx": {
1993 - "version": "7.24.7",
1994 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.24.7.tgz",
1995 - "integrity": "sha512-+Dj06GDZEFRYvclU6k4bme55GKBEWUmByM/eoKuqg4zTNQHiApWRhQph5fxQB2wAEFvRzL1tOEj1RJ19wJrhoA==",
2086 + "version": "7.25.9",
2087 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz",
2088 + "integrity": "sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==",
2089 + "license": "MIT",
2090 "dependencies": {
1997 - "@babel/helper-annotate-as-pure": "^7.24.7",
1998 - "@babel/helper-module-imports": "^7.24.7",
1999 - "@babel/helper-plugin-utils": "^7.24.7",
2000 - "@babel/plugin-syntax-jsx": "^7.24.7",
2001 - "@babel/types": "^7.24.7"
2091 + "@babel/helper-annotate-as-pure": "^7.25.9",
2092 + "@babel/helper-module-imports": "^7.25.9",
2093 + "@babel/helper-plugin-utils": "^7.25.9",
2094 + "@babel/plugin-syntax-jsx": "^7.25.9",
2095 + "@babel/types": "^7.25.9"
2096 },
2097 "engines": {
2098 "node": ">=6.9.0"
@@ -2008,11 +2102,12 @@
2102 }
2103 },
2104 "node_modules/@babel/plugin-transform-react-jsx-development": {
2011 - "version": "7.24.7",
2012 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.24.7.tgz",
2013 - "integrity": "sha512-QG9EnzoGn+Qar7rxuW+ZOsbWOt56FvvI93xInqsZDC5fsekx1AlIO4KIJ5M+D0p0SqSH156EpmZyXq630B8OlQ==",
2105 + "version": "7.25.9",
2106 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz",
2107 + "integrity": "sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==",
2108 + "license": "MIT",
2109 "dependencies": {
2015 - "@babel/plugin-transform-react-jsx": "^7.24.7"
2110 + "@babel/plugin-transform-react-jsx": "^7.25.9"
2111 },
2112 "engines": {
2113 "node": ">=6.9.0"
@@ -2022,12 +2117,13 @@
2117 }
2118 },
2119 "node_modules/@babel/plugin-transform-react-pure-annotations": {
2025 - "version": "7.24.7",
2026 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.7.tgz",
2027 - "integrity": "sha512-PLgBVk3fzbmEjBJ/u8kFzOqS9tUeDjiaWud/rRym/yjCo/M9cASPlnrd2ZmmZpQT40fOOrvR8jh+n8jikrOhNA==",
2120 + "version": "7.25.9",
2121 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.9.tgz",
2122 + "integrity": "sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==",
2123 + "license": "MIT",
2124 "dependencies": {
2029 - "@babel/helper-annotate-as-pure": "^7.24.7",
2030 - "@babel/helper-plugin-utils": "^7.24.7"
2125 + "@babel/helper-annotate-as-pure": "^7.25.9",
2126 + "@babel/helper-plugin-utils": "^7.25.9"
2127 },
2128 "engines": {
2129 "node": ">=6.9.0"
@@ -2037,11 +2133,12 @@
2133 }
2134 },
2135 "node_modules/@babel/plugin-transform-regenerator": {
2040 - "version": "7.24.7",
2041 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz",
2042 - "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==",
2136 + "version": "7.25.9",
2137 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz",
2138 + "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==",
2139 + "license": "MIT",
2140 "dependencies": {
2044 - "@babel/helper-plugin-utils": "^7.24.7",
2141 + "@babel/helper-plugin-utils": "^7.25.9",
2142 "regenerator-transform": "^0.15.2"
2143 },
2144 "engines": {
@@ -2051,12 +2148,29 @@
2148 "@babel/core": "^7.0.0-0"
2149 }
2150 },
2151 + "node_modules/@babel/plugin-transform-regexp-modifiers": {
2152 + "version": "7.26.0",
2153 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz",
2154 + "integrity": "sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==",
2155 + "license": "MIT",
2156 + "dependencies": {
2157 + "@babel/helper-create-regexp-features-plugin": "^7.25.9",
2158 + "@babel/helper-plugin-utils": "^7.25.9"
2159 + },
2160 + "engines": {
2161 + "node": ">=6.9.0"
2162 + },
2163 + "peerDependencies": {
2164 + "@babel/core": "^7.0.0"
2165 + }
2166 + },
2167 "node_modules/@babel/plugin-transform-reserved-words": {
2055 - "version": "7.24.7",
2056 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz",
2057 - "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==",
2168 + "version": "7.25.9",
2169 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz",
2170 + "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==",
2171 + "license": "MIT",
2172 "dependencies": {
2059 - "@babel/helper-plugin-utils": "^7.24.7"
2173 + "@babel/helper-plugin-utils": "^7.25.9"
2174 },
2175 "engines": {
2176 "node": ">=6.9.0"
@@ -2066,14 +2180,15 @@
2180 }
2181 },
2182 "node_modules/@babel/plugin-transform-runtime": {
2069 - "version": "7.24.7",
2070 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.7.tgz",
2071 - "integrity": "sha512-YqXjrk4C+a1kZjewqt+Mmu2UuV1s07y8kqcUf4qYLnoqemhR4gRQikhdAhSVJioMjVTu6Mo6pAbaypEA3jY6fw==",
2183 + "version": "7.25.9",
2184 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.9.tgz",
2185 + "integrity": "sha512-nZp7GlEl+yULJrClz0SwHPqir3lc0zsPrDHQUcxGspSL7AKrexNSEfTbfqnDNJUO13bgKyfuOLMF8Xqtu8j3YQ==",
2186 + "license": "MIT",
2187 "dependencies": {
2073 - "@babel/helper-module-imports": "^7.24.7",
2074 - "@babel/helper-plugin-utils": "^7.24.7",
2188 + "@babel/helper-module-imports": "^7.25.9",
2189 + "@babel/helper-plugin-utils": "^7.25.9",
2190 "babel-plugin-polyfill-corejs2": "^0.4.10",
2076 - "babel-plugin-polyfill-corejs3": "^0.10.1",
2191 + "babel-plugin-polyfill-corejs3": "^0.10.6",
2192 "babel-plugin-polyfill-regenerator": "^0.6.1",
2193 "semver": "^6.3.1"
2194 },
@@ -2084,20 +2199,13 @@
2199 "@babel/core": "^7.0.0-0"
2200 }
2201 },
2087 - "node_modules/@babel/plugin-transform-runtime/node_modules/semver": {
2088 - "version": "6.3.1",
2089 - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
2090 - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
2091 - "bin": {
2092 - "semver": "bin/semver.js"
2093 - }
2094 - },
2202 "node_modules/@babel/plugin-transform-shorthand-properties": {
2096 - "version": "7.24.7",
2097 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz",
2098 - "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==",
2203 + "version": "7.25.9",
2204 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz",
2205 + "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==",
2206 + "license": "MIT",
2207 "dependencies": {
2100 - "@babel/helper-plugin-utils": "^7.24.7"
2208 + "@babel/helper-plugin-utils": "^7.25.9"
2209 },
2210 "engines": {
2211 "node": ">=6.9.0"
@@ -2107,12 +2215,13 @@
2215 }
2216 },
2217 "node_modules/@babel/plugin-transform-spread": {
2110 - "version": "7.24.7",
2111 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz",
2112 - "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==",
2218 + "version": "7.25.9",
2219 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz",
2220 + "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==",
2221 + "license": "MIT",
2222 "dependencies": {
2114 - "@babel/helper-plugin-utils": "^7.24.7",
2115 - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7"
2223 + "@babel/helper-plugin-utils": "^7.25.9",
2224 + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
2225 },
2226 "engines": {
2227 "node": ">=6.9.0"
@@ -2122,11 +2231,12 @@
2231 }
2232 },
2233 "node_modules/@babel/plugin-transform-sticky-regex": {
2125 - "version": "7.24.7",
2126 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz",
2127 - "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==",
2234 + "version": "7.25.9",
2235 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz",
2236 + "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==",
2237 + "license": "MIT",
2238 "dependencies": {
2129 - "@babel/helper-plugin-utils": "^7.24.7"
2239 + "@babel/helper-plugin-utils": "^7.25.9"
2240 },
2241 "engines": {
2242 "node": ">=6.9.0"
@@ -2136,11 +2246,12 @@
2246 }
2247 },
2248 "node_modules/@babel/plugin-transform-template-literals": {
2139 - "version": "7.24.7",
2140 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz",
2141 - "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==",
2249 + "version": "7.25.9",
2250 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz",
2251 + "integrity": "sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==",
2252 + "license": "MIT",
2253 "dependencies": {
2143 - "@babel/helper-plugin-utils": "^7.24.7"
2254 + "@babel/helper-plugin-utils": "^7.25.9"
2255 },
2256 "engines": {
2257 "node": ">=6.9.0"
@@ -2150,11 +2261,12 @@
2261 }
2262 },
2263 "node_modules/@babel/plugin-transform-typeof-symbol": {
2153 - "version": "7.24.7",
2154 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.7.tgz",
2155 - "integrity": "sha512-VtR8hDy7YLB7+Pet9IarXjg/zgCMSF+1mNS/EQEiEaUPoFXCVsHG64SIxcaaI2zJgRiv+YmgaQESUfWAdbjzgg==",
2264 + "version": "7.25.9",
2265 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz",
2266 + "integrity": "sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==",
2267 + "license": "MIT",
2268 "dependencies": {
2157 - "@babel/helper-plugin-utils": "^7.24.7"
2269 + "@babel/helper-plugin-utils": "^7.25.9"
2270 },
2271 "engines": {
2272 "node": ">=6.9.0"
@@ -2164,14 +2276,16 @@
2276 }
2277 },
2278 "node_modules/@babel/plugin-transform-typescript": {
2167 - "version": "7.24.7",
2168 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.7.tgz",
2169 - "integrity": "sha512-iLD3UNkgx2n/HrjBesVbYX6j0yqn/sJktvbtKKgcaLIQ4bTTQ8obAypc1VpyHPD2y4Phh9zHOaAt8e/L14wCpw==",
2279 + "version": "7.26.3",
2280 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.3.tgz",
2281 + "integrity": "sha512-6+5hpdr6mETwSKjmJUdYw0EIkATiQhnELWlE3kJFBwSg/BGIVwVaVbX+gOXBCdc7Ln1RXZxyWGecIXhUfnl7oA==",
2282 + "license": "MIT",
2283 "dependencies": {
2171 - "@babel/helper-annotate-as-pure": "^7.24.7",
2172 - "@babel/helper-create-class-features-plugin": "^7.24.7",
2173 - "@babel/helper-plugin-utils": "^7.24.7",
2174 - "@babel/plugin-syntax-typescript": "^7.24.7"
2284 + "@babel/helper-annotate-as-pure": "^7.25.9",
2285 + "@babel/helper-create-class-features-plugin": "^7.25.9",
2286 + "@babel/helper-plugin-utils": "^7.25.9",
2287 + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
2288 + "@babel/plugin-syntax-typescript": "^7.25.9"
2289 },
2290 "engines": {
2291 "node": ">=6.9.0"
@@ -2181,11 +2295,12 @@
2295 }
2296 },
2297 "node_modules/@babel/plugin-transform-unicode-escapes": {
2184 - "version": "7.24.7",
2185 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz",
2186 - "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==",
2298 + "version": "7.25.9",
2299 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz",
2300 + "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==",
2301 + "license": "MIT",
2302 "dependencies": {
2188 - "@babel/helper-plugin-utils": "^7.24.7"
2303 + "@babel/helper-plugin-utils": "^7.25.9"
2304 },
2305 "engines": {
2306 "node": ">=6.9.0"
@@ -2195,12 +2310,13 @@
2310 }
2311 },
2312 "node_modules/@babel/plugin-transform-unicode-property-regex": {
2198 - "version": "7.24.7",
2199 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz",
2200 - "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==",
2313 + "version": "7.25.9",
2314 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz",
2315 + "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==",
2316 + "license": "MIT",
2317 "dependencies": {
2202 - "@babel/helper-create-regexp-features-plugin": "^7.24.7",
2203 - "@babel/helper-plugin-utils": "^7.24.7"
2318 + "@babel/helper-create-regexp-features-plugin": "^7.25.9",
2319 + "@babel/helper-plugin-utils": "^7.25.9"
2320 },
2321 "engines": {
2322 "node": ">=6.9.0"
@@ -2210,12 +2326,13 @@
2326 }
2327 },
2328 "node_modules/@babel/plugin-transform-unicode-regex": {
2213 - "version": "7.24.7",
2214 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz",
2215 - "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==",
2329 + "version": "7.25.9",
2330 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz",
2331 + "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==",
2332 + "license": "MIT",
2333 "dependencies": {
2217 - "@babel/helper-create-regexp-features-plugin": "^7.24.7",
2218 - "@babel/helper-plugin-utils": "^7.24.7"
2334 + "@babel/helper-create-regexp-features-plugin": "^7.25.9",
2335 + "@babel/helper-plugin-utils": "^7.25.9"
2336 },
2337 "engines": {
2338 "node": ">=6.9.0"
@@ -2225,12 +2342,13 @@
2342 }
2343 },
2344 "node_modules/@babel/plugin-transform-unicode-sets-regex": {
2228 - "version": "7.24.7",
2229 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz",
2230 - "integrity": "sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==",
2345 + "version": "7.25.9",
2346 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz",
2347 + "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==",
2348 + "license": "MIT",
2349 "dependencies": {
2232 - "@babel/helper-create-regexp-features-plugin": "^7.24.7",
2233 - "@babel/helper-plugin-utils": "^7.24.7"
2350 + "@babel/helper-create-regexp-features-plugin": "^7.25.9",
2351 + "@babel/helper-plugin-utils": "^7.25.9"
2352 },
2353 "engines": {
2354 "node": ">=6.9.0"
@@ -2240,90 +2358,79 @@
2358 }
2359 },
2360 "node_modules/@babel/preset-env": {
2243 - "version": "7.24.7",
2244 - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.7.tgz",
2245 - "integrity": "sha512-1YZNsc+y6cTvWlDHidMBsQZrZfEFjRIo/BZCT906PMdzOyXtSLTgqGdrpcuTDCXyd11Am5uQULtDIcCfnTc8fQ==",
2246 - "dependencies": {
2247 - "@babel/compat-data": "^7.24.7",
2248 - "@babel/helper-compilation-targets": "^7.24.7",
2249 - "@babel/helper-plugin-utils": "^7.24.7",
2250 - "@babel/helper-validator-option": "^7.24.7",
2251 - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.7",
2252 - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.7",
2253 - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7",
2254 - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.7",
2361 + "version": "7.26.0",
2362 + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.0.tgz",
2363 + "integrity": "sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==",
2364 + "license": "MIT",
2365 + "dependencies": {
2366 + "@babel/compat-data": "^7.26.0",
2367 + "@babel/helper-compilation-targets": "^7.25.9",
2368 + "@babel/helper-plugin-utils": "^7.25.9",
2369 + "@babel/helper-validator-option": "^7.25.9",
2370 + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9",
2371 + "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9",
2372 + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9",
2373 + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9",
2374 + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9",
2375 "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
2256 - "@babel/plugin-syntax-async-generators": "^7.8.4",
2257 - "@babel/plugin-syntax-class-properties": "^7.12.13",
2258 - "@babel/plugin-syntax-class-static-block": "^7.14.5",
2259 - "@babel/plugin-syntax-dynamic-import": "^7.8.3",
2260 - "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
2261 - "@babel/plugin-syntax-import-assertions": "^7.24.7",
2262 - "@babel/plugin-syntax-import-attributes": "^7.24.7",
2263 - "@babel/plugin-syntax-import-meta": "^7.10.4",
2264 - "@babel/plugin-syntax-json-strings": "^7.8.3",
2265 - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
2266 - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
2267 - "@babel/plugin-syntax-numeric-separator": "^7.10.4",
2268 - "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
2269 - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
2270 - "@babel/plugin-syntax-optional-chaining": "^7.8.3",
2271 - "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
2272 - "@babel/plugin-syntax-top-level-await": "^7.14.5",
2376 + "@babel/plugin-syntax-import-assertions": "^7.26.0",
2377 + "@babel/plugin-syntax-import-attributes": "^7.26.0",
2378 "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
2274 - "@babel/plugin-transform-arrow-functions": "^7.24.7",
2275 - "@babel/plugin-transform-async-generator-functions": "^7.24.7",
2276 - "@babel/plugin-transform-async-to-generator": "^7.24.7",
2277 - "@babel/plugin-transform-block-scoped-functions": "^7.24.7",
2278 - "@babel/plugin-transform-block-scoping": "^7.24.7",
2279 - "@babel/plugin-transform-class-properties": "^7.24.7",
2280 - "@babel/plugin-transform-class-static-block": "^7.24.7",
2281 - "@babel/plugin-transform-classes": "^7.24.7",
2282 - "@babel/plugin-transform-computed-properties": "^7.24.7",
2283 - "@babel/plugin-transform-destructuring": "^7.24.7",
2284 - "@babel/plugin-transform-dotall-regex": "^7.24.7",
2285 - "@babel/plugin-transform-duplicate-keys": "^7.24.7",
2286 - "@babel/plugin-transform-dynamic-import": "^7.24.7",
2287 - "@babel/plugin-transform-exponentiation-operator": "^7.24.7",
2288 - "@babel/plugin-transform-export-namespace-from": "^7.24.7",
2289 - "@babel/plugin-transform-for-of": "^7.24.7",
2290 - "@babel/plugin-transform-function-name": "^7.24.7",
2291 - "@babel/plugin-transform-json-strings": "^7.24.7",
2292 - "@babel/plugin-transform-literals": "^7.24.7",
2293 - "@babel/plugin-transform-logical-assignment-operators": "^7.24.7",
2294 - "@babel/plugin-transform-member-expression-literals": "^7.24.7",
2295 - "@babel/plugin-transform-modules-amd": "^7.24.7",
2296 - "@babel/plugin-transform-modules-commonjs": "^7.24.7",
2297 - "@babel/plugin-transform-modules-systemjs": "^7.24.7",
2298 - "@babel/plugin-transform-modules-umd": "^7.24.7",
2299 - "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7",
2300 - "@babel/plugin-transform-new-target": "^7.24.7",
2301 - "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
2302 - "@babel/plugin-transform-numeric-separator": "^7.24.7",
2303 - "@babel/plugin-transform-object-rest-spread": "^7.24.7",
2304 - "@babel/plugin-transform-object-super": "^7.24.7",
2305 - "@babel/plugin-transform-optional-catch-binding": "^7.24.7",
2306 - "@babel/plugin-transform-optional-chaining": "^7.24.7",
2307 - "@babel/plugin-transform-parameters": "^7.24.7",
2308 - "@babel/plugin-transform-private-methods": "^7.24.7",
2309 - "@babel/plugin-transform-private-property-in-object": "^7.24.7",
2310 - "@babel/plugin-transform-property-literals": "^7.24.7",
2311 - "@babel/plugin-transform-regenerator": "^7.24.7",
2312 - "@babel/plugin-transform-reserved-words": "^7.24.7",
2313 - "@babel/plugin-transform-shorthand-properties": "^7.24.7",
2314 - "@babel/plugin-transform-spread": "^7.24.7",
2315 - "@babel/plugin-transform-sticky-regex": "^7.24.7",
2316 - "@babel/plugin-transform-template-literals": "^7.24.7",
2317 - "@babel/plugin-transform-typeof-symbol": "^7.24.7",
2318 - "@babel/plugin-transform-unicode-escapes": "^7.24.7",
2319 - "@babel/plugin-transform-unicode-property-regex": "^7.24.7",
2320 - "@babel/plugin-transform-unicode-regex": "^7.24.7",
2321 - "@babel/plugin-transform-unicode-sets-regex": "^7.24.7",
2379 + "@babel/plugin-transform-arrow-functions": "^7.25.9",
2380 + "@babel/plugin-transform-async-generator-functions": "^7.25.9",
2381 + "@babel/plugin-transform-async-to-generator": "^7.25.9",
2382 + "@babel/plugin-transform-block-scoped-functions": "^7.25.9",
2383 + "@babel/plugin-transform-block-scoping": "^7.25.9",
2384 + "@babel/plugin-transform-class-properties": "^7.25.9",
2385 + "@babel/plugin-transform-class-static-block": "^7.26.0",
2386 + "@babel/plugin-transform-classes": "^7.25.9",
2387 + "@babel/plugin-transform-computed-properties": "^7.25.9",
2388 + "@babel/plugin-transform-destructuring": "^7.25.9",
2389 + "@babel/plugin-transform-dotall-regex": "^7.25.9",
2390 + "@babel/plugin-transform-duplicate-keys": "^7.25.9",
2391 + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9",
2392 + "@babel/plugin-transform-dynamic-import": "^7.25.9",
2393 + "@babel/plugin-transform-exponentiation-operator": "^7.25.9",
2394 + "@babel/plugin-transform-export-namespace-from": "^7.25.9",
2395 + "@babel/plugin-transform-for-of": "^7.25.9",
2396 + "@babel/plugin-transform-function-name": "^7.25.9",
2397 + "@babel/plugin-transform-json-strings": "^7.25.9",
2398 + "@babel/plugin-transform-literals": "^7.25.9",
2399 + "@babel/plugin-transform-logical-assignment-operators": "^7.25.9",
2400 + "@babel/plugin-transform-member-expression-literals": "^7.25.9",
2401 + "@babel/plugin-transform-modules-amd": "^7.25.9",
2402 + "@babel/plugin-transform-modules-commonjs": "^7.25.9",
2403 + "@babel/plugin-transform-modules-systemjs": "^7.25.9",
2404 + "@babel/plugin-transform-modules-umd": "^7.25.9",
2405 + "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9",
2406 + "@babel/plugin-transform-new-target": "^7.25.9",
2407 + "@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9",
2408 + "@babel/plugin-transform-numeric-separator": "^7.25.9",
2409 + "@babel/plugin-transform-object-rest-spread": "^7.25.9",
2410 + "@babel/plugin-transform-object-super": "^7.25.9",
2411 + "@babel/plugin-transform-optional-catch-binding": "^7.25.9",
2412 + "@babel/plugin-transform-optional-chaining": "^7.25.9",
2413 + "@babel/plugin-transform-parameters": "^7.25.9",
2414 + "@babel/plugin-transform-private-methods": "^7.25.9",
2415 + "@babel/plugin-transform-private-property-in-object": "^7.25.9",
2416 + "@babel/plugin-transform-property-literals": "^7.25.9",
2417 + "@babel/plugin-transform-regenerator": "^7.25.9",
2418 + "@babel/plugin-transform-regexp-modifiers": "^7.26.0",
2419 + "@babel/plugin-transform-reserved-words": "^7.25.9",
2420 + "@babel/plugin-transform-shorthand-properties": "^7.25.9",
2421 + "@babel/plugin-transform-spread": "^7.25.9",
2422 + "@babel/plugin-transform-sticky-regex": "^7.25.9",
2423 + "@babel/plugin-transform-template-literals": "^7.25.9",
2424 + "@babel/plugin-transform-typeof-symbol": "^7.25.9",
2425 + "@babel/plugin-transform-unicode-escapes": "^7.25.9",
2426 + "@babel/plugin-transform-unicode-property-regex": "^7.25.9",
2427 + "@babel/plugin-transform-unicode-regex": "^7.25.9",
2428 + "@babel/plugin-transform-unicode-sets-regex": "^7.25.9",
2429 "@babel/preset-modules": "0.1.6-no-external-plugins",
2430 "babel-plugin-polyfill-corejs2": "^0.4.10",
2324 - "babel-plugin-polyfill-corejs3": "^0.10.4",
2431 + "babel-plugin-polyfill-corejs3": "^0.10.6",
2432 "babel-plugin-polyfill-regenerator": "^0.6.1",
2326 - "core-js-compat": "^3.31.0",
2433 + "core-js-compat": "^3.38.1",
2434 "semver": "^6.3.1"
2435 },
2436 "engines": {
@@ -2337,6 +2444,7 @@
2444 "version": "7.21.0-placeholder-for-preset-env.2",
2445 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
2446 "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
2447 + "license": "MIT",
2448 "engines": {
2449 "node": ">=6.9.0"
2450 },
@@ -2344,18 +2452,11 @@
2452 "@babel/core": "^7.0.0-0"
2453 }
2454 },
2347 - "node_modules/@babel/preset-env/node_modules/semver": {
2348 - "version": "6.3.1",
2349 - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
2350 - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
2351 - "bin": {
2352 - "semver": "bin/semver.js"
2353 - }
2354 - },
2455 "node_modules/@babel/preset-modules": {
2456 "version": "0.1.6-no-external-plugins",
2457 "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
2458 "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
2459 + "license": "MIT",
2460 "dependencies": {
2461 "@babel/helper-plugin-utils": "^7.0.0",
2462 "@babel/types": "^7.4.4",
@@ -2366,16 +2467,17 @@
2467 }
2468 },
2469 "node_modules/@babel/preset-react": {
2369 - "version": "7.24.7",
2370 - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.24.7.tgz",
2371 - "integrity": "sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==",
2470 + "version": "7.26.3",
2471 + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.26.3.tgz",
2472 + "integrity": "sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw==",
2473 + "license": "MIT",
2474 "dependencies": {
2373 - "@babel/helper-plugin-utils": "^7.24.7",
2374 - "@babel/helper-validator-option": "^7.24.7",
2375 - "@babel/plugin-transform-react-display-name": "^7.24.7",
2376 - "@babel/plugin-transform-react-jsx": "^7.24.7",
2377 - "@babel/plugin-transform-react-jsx-development": "^7.24.7",
2378 - "@babel/plugin-transform-react-pure-annotations": "^7.24.7"
2475 + "@babel/helper-plugin-utils": "^7.25.9",
2476 + "@babel/helper-validator-option": "^7.25.9",
2477 + "@babel/plugin-transform-react-display-name": "^7.25.9",
2478 + "@babel/plugin-transform-react-jsx": "^7.25.9",
2479 + "@babel/plugin-transform-react-jsx-development": "^7.25.9",
2480 + "@babel/plugin-transform-react-pure-annotations": "^7.25.9"
2481 },
2482 "engines": {
2483 "node": ">=6.9.0"
@@ -2385,15 +2487,16 @@
2487 }
2488 },
2489 "node_modules/@babel/preset-typescript": {
2388 - "version": "7.24.7",
2389 - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.7.tgz",
2390 - "integrity": "sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==",
2490 + "version": "7.26.0",
2491 + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz",
2492 + "integrity": "sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==",
2493 + "license": "MIT",
2494 "dependencies": {
2392 - "@babel/helper-plugin-utils": "^7.24.7",
2393 - "@babel/helper-validator-option": "^7.24.7",
2394 - "@babel/plugin-syntax-jsx": "^7.24.7",
2395 - "@babel/plugin-transform-modules-commonjs": "^7.24.7",
2396 - "@babel/plugin-transform-typescript": "^7.24.7"
2495 + "@babel/helper-plugin-utils": "^7.25.9",
2496 + "@babel/helper-validator-option": "^7.25.9",
2497 + "@babel/plugin-syntax-jsx": "^7.25.9",
2498 + "@babel/plugin-transform-modules-commonjs": "^7.25.9",
2499 + "@babel/plugin-transform-typescript": "^7.25.9"
2500 },
2501 "engines": {
2502 "node": ">=6.9.0"
@@ -2402,15 +2505,11 @@
2505 "@babel/core": "^7.0.0-0"
2506 }
2507 },
2405 - "node_modules/@babel/regjsgen": {
2406 - "version": "0.8.0",
2407 - "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
2408 - "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA=="
2409 - },
2508 "node_modules/@babel/runtime": {
2411 - "version": "7.24.7",
2412 - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.7.tgz",
2413 - "integrity": "sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==",
2509 + "version": "7.26.0",
2510 + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz",
2511 + "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==",
2512 + "license": "MIT",
2513 "dependencies": {
2514 "regenerator-runtime": "^0.14.0"
2515 },
@@ -2419,31 +2518,30 @@
2518 }
2519 },
2520 "node_modules/@babel/template": {
2422 - "version": "7.24.7",
2423 - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz",
2424 - "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==",
2521 + "version": "7.25.9",
2522 + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz",
2523 + "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==",
2524 + "license": "MIT",
2525 "dependencies": {
2426 - "@babel/code-frame": "^7.24.7",
2427 - "@babel/parser": "^7.24.7",
2428 - "@babel/types": "^7.24.7"
2526 + "@babel/code-frame": "^7.25.9",
2527 + "@babel/parser": "^7.25.9",
2528 + "@babel/types": "^7.25.9"
2529 },
2530 "engines": {
2531 "node": ">=6.9.0"
2532 }
2533 },
2534 "node_modules/@babel/traverse": {
2435 - "version": "7.24.7",
2436 - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.7.tgz",
2437 - "integrity": "sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==",
2438 - "dependencies": {
2439 - "@babel/code-frame": "^7.24.7",
2440 - "@babel/generator": "^7.24.7",
2441 - "@babel/helper-environment-visitor": "^7.24.7",
2442 - "@babel/helper-function-name": "^7.24.7",
2443 - "@babel/helper-hoist-variables": "^7.24.7",
2444 - "@babel/helper-split-export-declaration": "^7.24.7",
2445 - "@babel/parser": "^7.24.7",
2446 - "@babel/types": "^7.24.7",
2535 + "version": "7.26.4",
2536 + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.4.tgz",
2537 + "integrity": "sha512-fH+b7Y4p3yqvApJALCPJcwb0/XaOSgtK4pzV6WVjPR5GLFQBRI7pfoX2V2iM48NXvX07NUxxm1Vw98YjqTcU5w==",
2538 + "license": "MIT",
2539 + "dependencies": {
2540 + "@babel/code-frame": "^7.26.2",
2541 + "@babel/generator": "^7.26.3",
2542 + "@babel/parser": "^7.26.3",
2543 + "@babel/template": "^7.25.9",
2544 + "@babel/types": "^7.26.3",
2545 "debug": "^4.3.1",
2546 "globals": "^11.1.0"
2547 },
@@ -2452,13 +2550,13 @@
2550 }
2551 },
2552 "node_modules/@babel/types": {
2455 - "version": "7.24.7",
2456 - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.7.tgz",
2457 - "integrity": "sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==",
2553 + "version": "7.26.3",
2554 + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.3.tgz",
2555 + "integrity": "sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==",
2556 + "license": "MIT",
2557 "dependencies": {
2459 - "@babel/helper-string-parser": "^7.24.7",
2460 - "@babel/helper-validator-identifier": "^7.24.7",
2461 - "to-fast-properties": "^2.0.0"
2558 + "@babel/helper-string-parser": "^7.25.9",
2559 + "@babel/helper-validator-identifier": "^7.25.9"
2560 },
2561 "engines": {
2562 "node": ">=6.9.0"
@@ -2468,34 +2566,38 @@
2566 "version": "1.0.1",
2567 "resolved": "https://registry.npmjs.org/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz",
2568 "integrity": "sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==",
2471 - "dev": true
2569 + "dev": true,
2570 + "license": "BSD-2-Clause"
2571 },
2572 "node_modules/@bcoe/v8-coverage": {
2573 "version": "0.2.3",
2574 "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
2575 "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
2477 - "dev": true
2576 + "dev": true,
2577 + "license": "MIT"
2578 },
2579 "node_modules/@builder.io/partytown": {
2580 "version": "0.7.6",
2581 "resolved": "https://registry.npmjs.org/@builder.io/partytown/-/partytown-0.7.6.tgz",
2582 "integrity": "sha512-snXIGNiZpqjno3XYQN2lbBB+05hsQR/LSttbtIW1c0gmZ7Kh/DIo0YrxlDxCDulAMFPFM8J+4voLwvYepSj3sw==",
2583 + "license": "MIT",
2584 "bin": {
2585 "partytown": "bin/partytown.cjs"
2586 }
2587 },
2588 "node_modules/@commitlint/cli": {
2488 - "version": "19.3.0",
2489 - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.3.0.tgz",
2490 - "integrity": "sha512-LgYWOwuDR7BSTQ9OLZ12m7F/qhNY+NpAyPBgo4YNMkACE7lGuUnuQq1yi9hz1KA4+3VqpOYl8H1rY/LYK43v7g==",
2589 + "version": "19.6.1",
2590 + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.6.1.tgz",
2591 + "integrity": "sha512-8hcyA6ZoHwWXC76BoC8qVOSr8xHy00LZhZpauiD0iO0VYbVhMnED0da85lTfIULxl7Lj4c6vZgF0Wu/ed1+jlQ==",
2592 "dev": true,
2593 + "license": "MIT",
2594 "dependencies": {
2493 - "@commitlint/format": "^19.3.0",
2494 - "@commitlint/lint": "^19.2.2",
2495 - "@commitlint/load": "^19.2.0",
2496 - "@commitlint/read": "^19.2.1",
2497 - "@commitlint/types": "^19.0.3",
2498 - "execa": "^8.0.1",
2595 + "@commitlint/format": "^19.5.0",
2596 + "@commitlint/lint": "^19.6.0",
2597 + "@commitlint/load": "^19.6.1",
2598 + "@commitlint/read": "^19.5.0",
2599 + "@commitlint/types": "^19.5.0",
2600 + "tinyexec": "^0.3.0",
2601 "yargs": "^17.0.0"
2602 },
2603 "bin": {
@@ -2506,12 +2608,13 @@
2608 }
2609 },
2610 "node_modules/@commitlint/config-conventional": {
2509 - "version": "19.2.2",
2510 - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.2.2.tgz",
2511 - "integrity": "sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw==",
2611 + "version": "19.6.0",
2612 + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.6.0.tgz",
2613 + "integrity": "sha512-DJT40iMnTYtBtUfw9ApbsLZFke1zKh6llITVJ+x9mtpHD08gsNXaIRqHTmwTZL3dNX5+WoyK7pCN/5zswvkBCQ==",
2614 "dev": true,
2615 + "license": "MIT",
2616 "dependencies": {
2514 - "@commitlint/types": "^19.0.3",
2617 + "@commitlint/types": "^19.5.0",
2618 "conventional-changelog-conventionalcommits": "^7.0.2"
2619 },
2620 "engines": {
@@ -2519,12 +2622,13 @@
2622 }
2623 },
2624 "node_modules/@commitlint/config-validator": {
2522 - "version": "19.0.3",
2523 - "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.0.3.tgz",
2524 - "integrity": "sha512-2D3r4PKjoo59zBc2auodrSCaUnCSALCx54yveOFwwP/i2kfEAQrygwOleFWswLqK0UL/F9r07MFi5ev2ohyM4Q==",
2625 + "version": "19.5.0",
2626 + "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.5.0.tgz",
2627 + "integrity": "sha512-CHtj92H5rdhKt17RmgALhfQt95VayrUo2tSqY9g2w+laAXyk7K/Ef6uPm9tn5qSIwSmrLjKaXK9eiNuxmQrDBw==",
2628 "dev": true,
2629 + "license": "MIT",
2630 "dependencies": {
2527 - "@commitlint/types": "^19.0.3",
2631 + "@commitlint/types": "^19.5.0",
2632 "ajv": "^8.11.0"
2633 },
2634 "engines": {
@@ -2532,12 +2636,13 @@
2636 }
2637 },
2638 "node_modules/@commitlint/ensure": {
2535 - "version": "19.0.3",
2536 - "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.0.3.tgz",
2537 - "integrity": "sha512-SZEpa/VvBLoT+EFZVb91YWbmaZ/9rPH3ESrINOl0HD2kMYsjvl0tF7nMHh0EpTcv4+gTtZBAe1y/SS6/OhfZzQ==",
2639 + "version": "19.5.0",
2640 + "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.5.0.tgz",
2641 + "integrity": "sha512-Kv0pYZeMrdg48bHFEU5KKcccRfKmISSm9MvgIgkpI6m+ohFTB55qZlBW6eYqh/XDfRuIO0x4zSmvBjmOwWTwkg==",
2642 "dev": true,
2643 + "license": "MIT",
2644 "dependencies": {
2540 - "@commitlint/types": "^19.0.3",
2645 + "@commitlint/types": "^19.5.0",
2646 "lodash.camelcase": "^4.3.0",
2647 "lodash.kebabcase": "^4.1.1",
2648 "lodash.snakecase": "^4.1.1",
@@ -2549,80 +2654,86 @@
2654 }
2655 },
2656 "node_modules/@commitlint/execute-rule": {
2552 - "version": "19.0.0",
2553 - "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-19.0.0.tgz",
2554 - "integrity": "sha512-mtsdpY1qyWgAO/iOK0L6gSGeR7GFcdW7tIjcNFxcWkfLDF5qVbPHKuGATFqRMsxcO8OUKNj0+3WOHB7EHm4Jdw==",
2657 + "version": "19.5.0",
2658 + "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-19.5.0.tgz",
2659 + "integrity": "sha512-aqyGgytXhl2ejlk+/rfgtwpPexYyri4t8/n4ku6rRJoRhGZpLFMqrZ+YaubeGysCP6oz4mMA34YSTaSOKEeNrg==",
2660 "dev": true,
2661 + "license": "MIT",
2662 "engines": {
2663 "node": ">=v18"
2664 }
2665 },
2666 "node_modules/@commitlint/format": {
2561 - "version": "19.3.0",
2562 - "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.3.0.tgz",
2563 - "integrity": "sha512-luguk5/aF68HiF4H23ACAfk8qS8AHxl4LLN5oxPc24H+2+JRPsNr1OS3Gaea0CrH7PKhArBMKBz5RX9sA5NtTg==",
2667 + "version": "19.5.0",
2668 + "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.5.0.tgz",
2669 + "integrity": "sha512-yNy088miE52stCI3dhG/vvxFo9e4jFkU1Mj3xECfzp/bIS/JUay4491huAlVcffOoMK1cd296q0W92NlER6r3A==",
2670 "dev": true,
2671 + "license": "MIT",
2672 "dependencies": {
2566 - "@commitlint/types": "^19.0.3",
2673 + "@commitlint/types": "^19.5.0",
2674 "chalk": "^5.3.0"
2675 },
2676 "engines": {
2677 "node": ">=v18"
2678 }
2679 },
2573 - "node_modules/@commitlint/format/node_modules/chalk": {
2574 - "version": "5.3.0",
2575 - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
2576 - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
2577 - "dev": true,
2578 - "engines": {
2579 - "node": "^12.17.0 || ^14.13 || >=16.0.0"
2580 - },
2581 - "funding": {
2582 - "url": "https://github.com/chalk/chalk?sponsor=1"
2583 - }
2584 - },
2680 "node_modules/@commitlint/is-ignored": {
2586 - "version": "19.2.2",
2587 - "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.2.2.tgz",
2588 - "integrity": "sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g==",
2681 + "version": "19.6.0",
2682 + "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.6.0.tgz",
2683 + "integrity": "sha512-Ov6iBgxJQFR9koOupDPHvcHU9keFupDgtB3lObdEZDroiG4jj1rzky60fbQozFKVYRTUdrBGICHG0YVmRuAJmw==",
2684 "dev": true,
2685 + "license": "MIT",
2686 "dependencies": {
2591 - "@commitlint/types": "^19.0.3",
2687 + "@commitlint/types": "^19.5.0",
2688 "semver": "^7.6.0"
2689 },
2690 "engines": {
2691 "node": ">=v18"
2692 }
2693 },
2694 + "node_modules/@commitlint/is-ignored/node_modules/semver": {
2695 + "version": "7.6.3",
2696 + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
2697 + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
2698 + "dev": true,
2699 + "license": "ISC",
2700 + "bin": {
2701 + "semver": "bin/semver.js"
2702 + },
2703 + "engines": {
2704 + "node": ">=10"
2705 + }
2706 + },
2707 "node_modules/@commitlint/lint": {
2599 - "version": "19.2.2",
2600 - "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.2.2.tgz",
2601 - "integrity": "sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==",
2708 + "version": "19.6.0",
2709 + "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.6.0.tgz",
2710 + "integrity": "sha512-LRo7zDkXtcIrpco9RnfhOKeg8PAnE3oDDoalnrVU/EVaKHYBWYL1DlRR7+3AWn0JiBqD8yKOfetVxJGdEtZ0tg==",
2711 "dev": true,
2712 + "license": "MIT",
2713 "dependencies": {
2604 - "@commitlint/is-ignored": "^19.2.2",
2605 - "@commitlint/parse": "^19.0.3",
2606 - "@commitlint/rules": "^19.0.3",
2607 - "@commitlint/types": "^19.0.3"
2714 + "@commitlint/is-ignored": "^19.6.0",
2715 + "@commitlint/parse": "^19.5.0",
2716 + "@commitlint/rules": "^19.6.0",
2717 + "@commitlint/types": "^19.5.0"
2718 },
2719 "engines": {
2720 "node": ">=v18"
2721 }
2722 },
2723 "node_modules/@commitlint/load": {
2614 - "version": "19.2.0",
2615 - "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.2.0.tgz",
2616 - "integrity": "sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ==",
2724 + "version": "19.6.1",
2725 + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.6.1.tgz",
2726 + "integrity": "sha512-kE4mRKWWNju2QpsCWt428XBvUH55OET2N4QKQ0bF85qS/XbsRGG1MiTByDNlEVpEPceMkDr46LNH95DtRwcsfA==",
2727 "dev": true,
2728 + "license": "MIT",
2729 "dependencies": {
2619 - "@commitlint/config-validator": "^19.0.3",
2620 - "@commitlint/execute-rule": "^19.0.0",
2621 - "@commitlint/resolve-extends": "^19.1.0",
2622 - "@commitlint/types": "^19.0.3",
2730 + "@commitlint/config-validator": "^19.5.0",
2731 + "@commitlint/execute-rule": "^19.5.0",
2732 + "@commitlint/resolve-extends": "^19.5.0",
2733 + "@commitlint/types": "^19.5.0",
2734 "chalk": "^5.3.0",
2735 "cosmiconfig": "^9.0.0",
2625 - "cosmiconfig-typescript-loader": "^5.0.0",
2736 + "cosmiconfig-typescript-loader": "^6.1.0",
2737 "lodash.isplainobject": "^4.0.6",
2738 "lodash.merge": "^4.6.2",
2739 "lodash.uniq": "^4.5.0"
@@ -2631,34 +2742,24 @@
2742 "node": ">=v18"
2743 }
2744 },
2634 - "node_modules/@commitlint/load/node_modules/chalk": {
2635 - "version": "5.3.0",
2636 - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
2637 - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
2638 - "dev": true,
2639 - "engines": {
2640 - "node": "^12.17.0 || ^14.13 || >=16.0.0"
2641 - },
2642 - "funding": {
2643 - "url": "https://github.com/chalk/chalk?sponsor=1"
2644 - }
2645 - },
2745 "node_modules/@commitlint/message": {
2647 - "version": "19.0.0",
2648 - "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-19.0.0.tgz",
2649 - "integrity": "sha512-c9czf6lU+9oF9gVVa2lmKaOARJvt4soRsVmbR7Njwp9FpbBgste5i7l/2l5o8MmbwGh4yE1snfnsy2qyA2r/Fw==",
2746 + "version": "19.5.0",
2747 + "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-19.5.0.tgz",
2748 + "integrity": "sha512-R7AM4YnbxN1Joj1tMfCyBryOC5aNJBdxadTZkuqtWi3Xj0kMdutq16XQwuoGbIzL2Pk62TALV1fZDCv36+JhTQ==",
2749 "dev": true,
2750 + "license": "MIT",
2751 "engines": {
2752 "node": ">=v18"
2753 }
2754 },
2755 "node_modules/@commitlint/parse": {
2656 - "version": "19.0.3",
2657 - "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-19.0.3.tgz",
2658 - "integrity": "sha512-Il+tNyOb8VDxN3P6XoBBwWJtKKGzHlitEuXA5BP6ir/3loWlsSqDr5aecl6hZcC/spjq4pHqNh0qPlfeWu38QA==",
2756 + "version": "19.5.0",
2757 + "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-19.5.0.tgz",
2758 + "integrity": "sha512-cZ/IxfAlfWYhAQV0TwcbdR1Oc0/r0Ik1GEessDJ3Lbuma/MRO8FRQX76eurcXtmhJC//rj52ZSZuXUg0oIX0Fw==",
2759 "dev": true,
2760 + "license": "MIT",
2761 "dependencies": {
2661 - "@commitlint/types": "^19.0.3",
2762 + "@commitlint/types": "^19.5.0",
2763 "conventional-changelog-angular": "^7.0.0",
2764 "conventional-commits-parser": "^5.0.0"
2765 },
@@ -2667,29 +2768,31 @@
2768 }
2769 },
2770 "node_modules/@commitlint/read": {
2670 - "version": "19.2.1",
2671 - "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-19.2.1.tgz",
2672 - "integrity": "sha512-qETc4+PL0EUv7Q36lJbPG+NJiBOGg7SSC7B5BsPWOmei+Dyif80ErfWQ0qXoW9oCh7GTpTNRoaVhiI8RbhuaNw==",
2771 + "version": "19.5.0",
2772 + "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-19.5.0.tgz",
2773 + "integrity": "sha512-TjS3HLPsLsxFPQj6jou8/CZFAmOP2y+6V4PGYt3ihbQKTY1Jnv0QG28WRKl/d1ha6zLODPZqsxLEov52dhR9BQ==",
2774 "dev": true,
2775 + "license": "MIT",
2776 "dependencies": {
2675 - "@commitlint/top-level": "^19.0.0",
2676 - "@commitlint/types": "^19.0.3",
2677 - "execa": "^8.0.1",
2777 + "@commitlint/top-level": "^19.5.0",
2778 + "@commitlint/types": "^19.5.0",
2779 "git-raw-commits": "^4.0.0",
2679 - "minimist": "^1.2.8"
2780 + "minimist": "^1.2.8",
2781 + "tinyexec": "^0.3.0"
2782 },
2783 "engines": {
2784 "node": ">=v18"
2785 }
2786 },
2787 "node_modules/@commitlint/resolve-extends": {
2686 - "version": "19.1.0",
2687 - "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.1.0.tgz",
2688 - "integrity": "sha512-z2riI+8G3CET5CPgXJPlzftH+RiWYLMYv4C9tSLdLXdr6pBNimSKukYP9MS27ejmscqCTVA4almdLh0ODD2KYg==",
2788 + "version": "19.5.0",
2789 + "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.5.0.tgz",
2790 + "integrity": "sha512-CU/GscZhCUsJwcKTJS9Ndh3AKGZTNFIOoQB2n8CmFnizE0VnEuJoum+COW+C1lNABEeqk6ssfc1Kkalm4bDklA==",
2791 "dev": true,
2792 + "license": "MIT",
2793 "dependencies": {
2691 - "@commitlint/config-validator": "^19.0.3",
2692 - "@commitlint/types": "^19.0.3",
2794 + "@commitlint/config-validator": "^19.5.0",
2795 + "@commitlint/types": "^19.5.0",
2796 "global-directory": "^4.0.1",
2797 "import-meta-resolve": "^4.0.0",
2798 "lodash.mergewith": "^4.6.2",
@@ -2700,35 +2803,37 @@
2803 }
2804 },
2805 "node_modules/@commitlint/rules": {
2703 - "version": "19.0.3",
2704 - "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-19.0.3.tgz",
2705 - "integrity": "sha512-TspKb9VB6svklxNCKKwxhELn7qhtY1rFF8ls58DcFd0F97XoG07xugPjjbVnLqmMkRjZDbDIwBKt9bddOfLaPw==",
2806 + "version": "19.6.0",
2807 + "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-19.6.0.tgz",
2808 + "integrity": "sha512-1f2reW7lbrI0X0ozZMesS/WZxgPa4/wi56vFuJENBmed6mWq5KsheN/nxqnl/C23ioxpPO/PL6tXpiiFy5Bhjw==",
2809 "dev": true,
2810 + "license": "MIT",
2811 "dependencies": {
2708 - "@commitlint/ensure": "^19.0.3",
2709 - "@commitlint/message": "^19.0.0",
2710 - "@commitlint/to-lines": "^19.0.0",
2711 - "@commitlint/types": "^19.0.3",
2712 - "execa": "^8.0.1"
2812 + "@commitlint/ensure": "^19.5.0",
2813 + "@commitlint/message": "^19.5.0",
2814 + "@commitlint/to-lines": "^19.5.0",
2815 + "@commitlint/types": "^19.5.0"
2816 },
2817 "engines": {
2818 "node": ">=v18"
2819 }
2820 },
2821 "node_modules/@commitlint/to-lines": {
2719 - "version": "19.0.0",
2720 - "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.0.0.tgz",
2721 - "integrity": "sha512-vkxWo+VQU5wFhiP9Ub9Sre0FYe019JxFikrALVoD5UGa8/t3yOJEpEhxC5xKiENKKhUkTpEItMTRAjHw2SCpZw==",
2822 + "version": "19.5.0",
2823 + "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.5.0.tgz",
2824 + "integrity": "sha512-R772oj3NHPkodOSRZ9bBVNq224DOxQtNef5Pl8l2M8ZnkkzQfeSTr4uxawV2Sd3ui05dUVzvLNnzenDBO1KBeQ==",
2825 "dev": true,
2826 + "license": "MIT",
2827 "engines": {
2828 "node": ">=v18"
2829 }
2830 },
2831 "node_modules/@commitlint/top-level": {
2728 - "version": "19.0.0",
2729 - "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-19.0.0.tgz",
2730 - "integrity": "sha512-KKjShd6u1aMGNkCkaX4aG1jOGdn7f8ZI8TR1VEuNqUOjWTOdcDSsmglinglJ18JTjuBX5I1PtjrhQCRcixRVFQ==",
2832 + "version": "19.5.0",
2833 + "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-19.5.0.tgz",
2834 + "integrity": "sha512-IP1YLmGAk0yWrImPRRc578I3dDUI5A2UBJx9FbSOjxe9sTlzFiwVJ+zeMLgAtHMtGZsC8LUnzmW1qRemkFU4ng==",
2835 "dev": true,
2836 + "license": "MIT",
2837 "dependencies": {
2838 "find-up": "^7.0.0"
2839 },
@@ -2737,10 +2842,11 @@
2842 }
2843 },
2844 "node_modules/@commitlint/types": {
2740 - "version": "19.0.3",
2741 - "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.0.3.tgz",
2742 - "integrity": "sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==",
2845 + "version": "19.5.0",
2846 + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.5.0.tgz",
2847 + "integrity": "sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==",
2848 "dev": true,
2849 + "license": "MIT",
2850 "dependencies": {
2851 "@types/conventional-commits-parser": "^5.0.0",
2852 "chalk": "^5.3.0"
@@ -2749,23 +2855,12 @@
2855 "node": ">=v18"
2856 }
2857 },
2752 - "node_modules/@commitlint/types/node_modules/chalk": {
2753 - "version": "5.3.0",
2754 - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
2755 - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
2756 - "dev": true,
2757 - "engines": {
2758 - "node": "^12.17.0 || ^14.13 || >=16.0.0"
2759 - },
2760 - "funding": {
2761 - "url": "https://github.com/chalk/chalk?sponsor=1"
2762 - }
2763 - },
2858 "node_modules/@conventional-commits/parser": {
2859 "version": "0.4.1",
2860 "resolved": "https://registry.npmjs.org/@conventional-commits/parser/-/parser-0.4.1.tgz",
2861 "integrity": "sha512-H2ZmUVt6q+KBccXfMBhbBF14NlANeqHTXL4qCL6QGbMzrc4HDXyzWuxPxPNbz71f/5UkR5DrycP5VO9u7crahg==",
2862 "dev": true,
2863 + "license": "ISC",
2864 "dependencies": {
2865 "unist-util-visit": "^2.0.3",
2866 "unist-util-visit-parents": "^3.1.1"
@@ -2775,13 +2870,15 @@
2870 "version": "2.0.11",
2871 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
2872 "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
2778 - "dev": true
2873 + "dev": true,
2874 + "license": "MIT"
2875 },
2876 "node_modules/@conventional-commits/parser/node_modules/unist-util-is": {
2877 "version": "4.1.0",
2878 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz",
2879 "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==",
2880 "dev": true,
2881 + "license": "MIT",
2882 "funding": {
2883 "type": "opencollective",
2884 "url": "https://opencollective.com/unified"
@@ -2792,6 +2889,7 @@
2889 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz",
2890 "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==",
2891 "dev": true,
2892 + "license": "MIT",
2893 "dependencies": {
2894 "@types/unist": "^2.0.0",
2895 "unist-util-is": "^4.0.0",
@@ -2807,6 +2905,7 @@
2905 "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
2906 "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
2907 "dev": true,
2908 + "license": "MIT",
2909 "dependencies": {
2910 "@jridgewell/trace-mapping": "0.3.9"
2911 },
@@ -2819,6 +2918,7 @@
2918 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
2919 "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
2920 "dev": true,
2921 + "license": "MIT",
2922 "dependencies": {
2923 "@jridgewell/resolve-uri": "^3.0.3",
2924 "@jridgewell/sourcemap-codec": "^1.4.10"
@@ -3926,55 +4026,65 @@
4026 }
4027 },
4028 "node_modules/@emotion/is-prop-valid": {
3929 - "version": "1.2.2",
3930 - "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.2.tgz",
3931 - "integrity": "sha512-uNsoYd37AFmaCdXlg6EYD1KaPOaRWRByMCYzbKUX4+hhMfrxdVSelShywL4JVaAeM/eHUOSprYBQls+/neX3pw==",
4029 + "version": "1.3.1",
4030 + "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.3.1.tgz",
4031 + "integrity": "sha512-/ACwoqx7XQi9knQs/G0qKvv5teDMhD7bXYns9N/wM8ah8iNb8jZ2uNO0YOgiq2o2poIvVtJS2YALasQuMSQ7Kw==",
4032 + "license": "MIT",
4033 "dependencies": {
3933 - "@emotion/memoize": "^0.8.1"
4034 + "@emotion/memoize": "^0.9.0"
4035 }
4036 },
4037 "node_modules/@emotion/memoize": {
3937 - "version": "0.8.1",
3938 - "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz",
3939 - "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA=="
4038 + "version": "0.9.0",
4039 + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz",
4040 + "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==",
4041 + "license": "MIT"
4042 },
4043 "node_modules/@emotion/stylis": {
4044 "version": "0.8.5",
4045 "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz",
3944 - "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ=="
4046 + "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==",
4047 + "license": "MIT"
4048 },
4049 "node_modules/@emotion/unitless": {
4050 "version": "0.7.5",
4051 "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
3949 - "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="
4052 + "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==",
4053 + "license": "MIT"
4054 },
4055 "node_modules/@eslint-community/eslint-utils": {
3952 - "version": "4.4.0",
3953 - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
3954 - "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
4056 + "version": "4.4.1",
4057 + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz",
4058 + "integrity": "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==",
4059 + "license": "MIT",
4060 "dependencies": {
3956 - "eslint-visitor-keys": "^3.3.0"
4061 + "eslint-visitor-keys": "^3.4.3"
4062 },
4063 "engines": {
4064 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4065 },
4066 + "funding": {
4067 + "url": "https://opencollective.com/eslint"
4068 + },
4069 "peerDependencies": {
4070 "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
4071 }
4072 },
4073 "node_modules/@eslint-community/regexpp": {
3966 - "version": "4.10.1",
3967 - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.1.tgz",
3968 - "integrity": "sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==",
4074 + "version": "4.12.1",
4075 + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
4076 + "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
4077 + "license": "MIT",
4078 "engines": {
4079 "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
4080 }
4081 },
4082 "node_modules/@eslint/compat": {
3974 - "version": "1.2.3",
3975 - "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.3.tgz",
3976 - "integrity": "sha512-wlZhwlDFxkxIZ571aH0FoK4h4Vwx7P3HJx62Gp8hTc10bfpwT2x0nULuAHmQSJBOWPgPeVf+9YtnD4j50zVHmA==",
4083 + "version": "1.2.4",
4084 + "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.4.tgz",
4085 + "integrity": "sha512-S8ZdQj/N69YAtuqFt7653jwcvuUj131+6qGLUyDqfDg1OIoBQ66OCuXC473YQfO2AaxITTutiRQiDwoo7ZLYyg==",
4086 "dev": true,
4087 + "license": "Apache-2.0",
4088 "engines": {
4089 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4090 },
@@ -3992,6 +4102,7 @@
4102 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
4103 "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
4104 "dev": true,
4105 + "license": "MIT",
4106 "dependencies": {
4107 "ajv": "^6.12.4",
4108 "debug": "^4.3.2",
@@ -4015,6 +4126,7 @@
4126 "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
4127 "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
4128 "dev": true,
4129 + "license": "MIT",
4130 "dependencies": {
4131 "fast-deep-equal": "^3.1.1",
4132 "fast-json-stable-stringify": "^2.0.0",
@@ -4030,13 +4142,15 @@
4142 "version": "2.0.1",
4143 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
4144 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
4033 - "dev": true
4145 + "dev": true,
4146 + "license": "Python-2.0"
4147 },
4148 "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
4149 "version": "1.1.11",
4150 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
4151 "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
4152 "dev": true,
4153 + "license": "MIT",
4154 "dependencies": {
4155 "balanced-match": "^1.0.0",
4156 "concat-map": "0.0.1"
@@ -4047,6 +4161,7 @@
4161 "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
4162 "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
4163 "dev": true,
4164 + "license": "MIT",
4165 "dependencies": {
4166 "type-fest": "^0.20.2"
4167 },
@@ -4062,6 +4177,7 @@
4177 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
4178 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
4179 "dev": true,
4180 + "license": "MIT",
4181 "dependencies": {
4182 "argparse": "^2.0.1"
4183 },
@@ -4073,13 +4189,15 @@
4189 "version": "0.4.1",
4190 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
4191 "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
4076 - "dev": true
4192 + "dev": true,
4193 + "license": "MIT"
4194 },
4195 "node_modules/@eslint/eslintrc/node_modules/minimatch": {
4196 "version": "3.1.2",
4197 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
4198 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
4199 "dev": true,
4200 + "license": "ISC",
4201 "dependencies": {
4202 "brace-expansion": "^1.1.7"
4203 },
@@ -4092,6 +4210,7 @@
4210 "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
4211 "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
4212 "dev": true,
4213 + "license": "MIT",
4214 "engines": {
4215 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4216 }
@@ -4101,6 +4220,7 @@
4220 "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
4221 "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
4222 "dev": true,
4223 + "license": "MIT",
4224 "engines": {
4225 "node": ">=14"
4226 }
@@ -4109,6 +4229,7 @@
4229 "version": "2.14.0",
4230 "resolved": "https://registry.npmjs.org/@gatsbyjs/parcel-namer-relative-to-cwd/-/parcel-namer-relative-to-cwd-2.14.0.tgz",
4231 "integrity": "sha512-BWIIsz4oPLIUVAWr4Lgw4BGtJjjhb39+oTrXUa6rN0A+vS5qXrpkx1nGzVb5PJ2RJY9Paf4hNLZVW9LaLnGLBA==",
4232 + "license": "MIT",
4233 "dependencies": {
4234 "@babel/runtime": "^7.20.13",
4235 "@parcel/namer-default": "2.8.3",
@@ -4124,6 +4245,7 @@
4245 "version": "2.0.1",
4246 "resolved": "https://registry.npmjs.org/@gatsbyjs/reach-router/-/reach-router-2.0.1.tgz",
4247 "integrity": "sha512-gmSZniS9/phwgEgpFARMpNg21PkYDZEpfgEzvkgpE/iku4uvXqCrxr86fXbTpI9mkrhKS1SCTYmLGe60VdHcdQ==",
4248 + "license": "MIT",
4249 "dependencies": {
4250 "invariant": "^2.2.4",
4251 "prop-types": "^15.8.1"
@@ -4137,6 +4259,7 @@
4259 "version": "2.25.3",
4260 "resolved": "https://registry.npmjs.org/@gatsbyjs/webpack-hot-middleware/-/webpack-hot-middleware-2.25.3.tgz",
4261 "integrity": "sha512-ul17OZ8Dlw+ATRbnuU+kwxuAlq9lKbYz/2uBS1FLCdgoPTF1H2heP7HbUbgfMZbfRQNcCG2rMscMnr32ritCDw==",
4262 + "license": "MIT",
4263 "dependencies": {
4264 "ansi-html-community": "0.0.8",
4265 "html-entities": "^2.3.3",
@@ -4147,29 +4270,34 @@
4270 "version": "1.0.0",
4271 "resolved": "https://registry.npmjs.org/@github/browserslist-config/-/browserslist-config-1.0.0.tgz",
4272 "integrity": "sha512-gIhjdJp/c2beaIWWIlsXdqXVRUz3r2BxBCpfz/F3JXHvSAQ1paMYjLH+maEATtENg+k5eLV7gA+9yPp762ieuw==",
4150 - "dev": true
4273 + "dev": true,
4274 + "license": "MIT"
4275 },
4276 "node_modules/@github/prettier-config": {
4277 "version": "0.0.6",
4278 "resolved": "https://registry.npmjs.org/@github/prettier-config/-/prettier-config-0.0.6.tgz",
4279 "integrity": "sha512-Sdb089z+QbGnFF2NivbDeaJ62ooPlD31wE6Fkb/ESjAOXSjNJo+gjqzYYhlM7G3ERJmKFZRUJYMlsqB7Tym8lQ==",
4156 - "dev": true
4280 + "dev": true,
4281 + "license": "MIT"
4282 },
4283 "node_modules/@github/relative-time-element": {
4159 - "version": "4.4.3",
4160 - "resolved": "https://registry.npmjs.org/@github/relative-time-element/-/relative-time-element-4.4.3.tgz",
4161 - "integrity": "sha512-EVKokqx9/DdUAZ2l9WVyY51EtRCO2gQWWMvsRIn7r4glJ91q9CXcnILVHZVCpfD52ucXUhUvtYsAjNJ4qP4uIg=="
4284 + "version": "4.4.4",
4285 + "resolved": "https://registry.npmjs.org/@github/relative-time-element/-/relative-time-element-4.4.4.tgz",
4286 + "integrity": "sha512-Oi8uOL8O+ZWLD7dHRWCkm2cudcTYtB3VyOYf9BtzCgDGm+OKomyOREtItNMtWl1dxvec62BTKErq36uy+RYxQg==",
4287 + "license": "MIT"
4288 },
4289 "node_modules/@github/tab-container-element": {
4164 - "version": "4.8.0",
4165 - "resolved": "https://registry.npmjs.org/@github/tab-container-element/-/tab-container-element-4.8.0.tgz",
4166 - "integrity": "sha512-LxPe4RSNdmfXcjM5APzbwjzyD3aDOqtoKpKgGc7aXucp8t6SWetbJ5lNoZSRCNtKugUkOLnKY1+Zr5DcdbHrhg=="
4290 + "version": "4.8.2",
4291 + "resolved": "https://registry.npmjs.org/@github/tab-container-element/-/tab-container-element-4.8.2.tgz",
4292 + "integrity": "sha512-WkaM4mfs8x7dXRWEaDb5deC0OhH6sGQ5cw8i/sVw25gikl4f8C7mHj0kihL5k3eKIIqmGT1Fdswdoi+9ZLDpRA==",
4293 + "license": "MIT"
4294 },
4295 "node_modules/@google-automations/git-file-utils": {
4296 "version": "2.0.0",
4297 "resolved": "https://registry.npmjs.org/@google-automations/git-file-utils/-/git-file-utils-2.0.0.tgz",
4298 "integrity": "sha512-F6h8npq7rt60fr3W+cil/zXbIiF9Hj8JzaN3LNh7uBIJpsWnjL9ObV84qW/345boMheDdo/n+cItmvCfsn0lLA==",
4299 "dev": true,
4300 + "license": "Apache-2.0",
4301 "dependencies": {
4302 "@octokit/rest": "^19.0.7",
4303 "@octokit/types": "^9.0.0",
@@ -4184,6 +4312,7 @@
4312 "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.4.tgz",
4313 "integrity": "sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ==",
4314 "dev": true,
4315 + "license": "MIT",
4316 "engines": {
4317 "node": ">= 14"
4318 }
@@ -4193,6 +4322,7 @@
4322 "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.2.4.tgz",
4323 "integrity": "sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ==",
4324 "dev": true,
4325 + "license": "MIT",
4326 "dependencies": {
4327 "@octokit/auth-token": "^3.0.0",
4328 "@octokit/graphql": "^5.0.0",
@@ -4211,6 +4341,7 @@
4341 "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-7.0.6.tgz",
4342 "integrity": "sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg==",
4343 "dev": true,
4344 + "license": "MIT",
4345 "dependencies": {
4346 "@octokit/types": "^9.0.0",
4347 "is-plain-object": "^5.0.0",
@@ -4225,6 +4356,7 @@
4356 "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.6.tgz",
4357 "integrity": "sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==",
4358 "dev": true,
4359 + "license": "MIT",
4360 "dependencies": {
4361 "@octokit/request": "^6.0.0",
4362 "@octokit/types": "^9.0.0",
@@ -4238,13 +4370,15 @@
4370 "version": "18.1.1",
4371 "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.1.1.tgz",
4372 "integrity": "sha512-VRaeH8nCDtF5aXWnjPuEMIYf1itK/s3JYyJcWFJT8X9pSNnBtriDf7wlEWsGuhPLl4QIH4xM8fqTXDwJ3Mu6sw==",
4241 - "dev": true
4373 + "dev": true,
4374 + "license": "MIT"
4375 },
4376 "node_modules/@google-automations/git-file-utils/node_modules/@octokit/plugin-paginate-rest": {
4377 "version": "6.1.2",
4378 "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-6.1.2.tgz",
4379 "integrity": "sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==",
4380 "dev": true,
4381 + "license": "MIT",
4382 "dependencies": {
4383 "@octokit/tsconfig": "^1.0.2",
4384 "@octokit/types": "^9.2.3"
@@ -4261,6 +4395,7 @@
4395 "resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz",
4396 "integrity": "sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==",
4397 "dev": true,
4398 + "license": "MIT",
4399 "peerDependencies": {
4400 "@octokit/core": ">=3"
4401 }
@@ -4270,6 +4405,7 @@
4405 "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.2.3.tgz",
4406 "integrity": "sha512-I5Gml6kTAkzVlN7KCtjOM+Ruwe/rQppp0QU372K1GP7kNOYEKe8Xn5BW4sE62JAHdwpq95OQK/qGNyKQMUzVgA==",
4407 "dev": true,
4408 + "license": "MIT",
4409 "dependencies": {
4410 "@octokit/types": "^10.0.0"
4411 },
@@ -4285,6 +4421,7 @@
4421 "resolved": "https://registry.npmjs.org/@octokit/types/-/types-10.0.0.tgz",
4422 "integrity": "sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==",
4423 "dev": true,
4424 + "license": "MIT",
4425 "dependencies": {
4426 "@octokit/openapi-types": "^18.0.0"
4427 }
@@ -4294,6 +4431,7 @@
4431 "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.8.tgz",
4432 "integrity": "sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==",
4433 "dev": true,
4434 + "license": "MIT",
4435 "dependencies": {
4436 "@octokit/endpoint": "^7.0.0",
4437 "@octokit/request-error": "^3.0.0",
@@ -4311,6 +4449,7 @@
4449 "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.3.tgz",
4450 "integrity": "sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==",
4451 "dev": true,
4452 + "license": "MIT",
4453 "dependencies": {
4454 "@octokit/types": "^9.0.0",
4455 "deprecation": "^2.0.0",
@@ -4325,6 +4464,7 @@
4464 "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.13.tgz",
4465 "integrity": "sha512-/EzVox5V9gYGdbAI+ovYj3nXQT1TtTHRT+0eZPcuC05UFSWO3mdO9UY1C0i2eLF9Un1ONJkAk+IEtYGAC+TahA==",
4466 "dev": true,
4467 + "license": "MIT",
4468 "dependencies": {
4469 "@octokit/core": "^4.2.1",
4470 "@octokit/plugin-paginate-rest": "^6.1.2",
@@ -4340,24 +4480,24 @@
4480 "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.3.2.tgz",
4481 "integrity": "sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==",
4482 "dev": true,
4483 + "license": "MIT",
4484 "dependencies": {
4485 "@octokit/openapi-types": "^18.0.0"
4486 }
4487 },
4347 - "node_modules/@google-automations/git-file-utils/node_modules/is-plain-object": {
4348 - "version": "5.0.0",
4349 - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
4350 - "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
4488 + "node_modules/@google-automations/git-file-utils/node_modules/before-after-hook": {
4489 + "version": "2.2.3",
4490 + "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz",
4491 + "integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==",
4492 "dev": true,
4352 - "engines": {
4353 - "node": ">=0.10.0"
4354 - }
4493 + "license": "Apache-2.0"
4494 },
4495 "node_modules/@google-automations/git-file-utils/node_modules/minimatch": {
4496 "version": "5.1.6",
4497 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
4498 "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
4499 "dev": true,
4500 + "license": "ISC",
4501 "dependencies": {
4502 "brace-expansion": "^2.0.1"
4503 },
@@ -4365,10 +4505,18 @@
4505 "node": ">=10"
4506 }
4507 },
4508 + "node_modules/@google-automations/git-file-utils/node_modules/universal-user-agent": {
4509 + "version": "6.0.1",
4510 + "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz",
4511 + "integrity": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==",
4512 + "dev": true,
4513 + "license": "ISC"
4514 + },
4515 "node_modules/@graphql-codegen/add": {
4516 "version": "3.2.3",
4517 "resolved": "https://registry.npmjs.org/@graphql-codegen/add/-/add-3.2.3.tgz",
4518 "integrity": "sha512-sQOnWpMko4JLeykwyjFTxnhqjd/3NOG2OyMuvK76Wnnwh8DRrNf2VEs2kmSvLl7MndMlOj7Kh5U154dVcvhmKQ==",
4519 + "license": "MIT",
4520 "dependencies": {
4521 "@graphql-codegen/plugin-helpers": "^3.1.1",
4522 "tslib": "~2.4.0"
@@ -4381,6 +4529,7 @@
4529 "version": "3.1.2",
4530 "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz",
4531 "integrity": "sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==",
4532 + "license": "MIT",
4533 "dependencies": {
4534 "@graphql-tools/utils": "^9.0.0",
4535 "change-case-all": "1.0.15",
@@ -4397,6 +4546,7 @@
4546 "version": "1.0.15",
4547 "resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.15.tgz",
4548 "integrity": "sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==",
4549 + "license": "MIT",
4550 "dependencies": {
4551 "change-case": "^4.1.2",
4552 "is-lower-case": "^2.0.2",
@@ -4413,12 +4563,14 @@
4563 "node_modules/@graphql-codegen/add/node_modules/tslib": {
4564 "version": "2.4.1",
4565 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
4416 - "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
4566 + "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==",
4567 + "license": "0BSD"
4568 },
4569 "node_modules/@graphql-codegen/core": {
4570 "version": "2.6.8",
4571 "resolved": "https://registry.npmjs.org/@graphql-codegen/core/-/core-2.6.8.tgz",
4572 "integrity": "sha512-JKllNIipPrheRgl+/Hm/xuWMw9++xNQ12XJR/OHHgFopOg4zmN3TdlRSyYcv/K90hCFkkIwhlHFUQTfKrm8rxQ==",
4573 + "license": "MIT",
4574 "dependencies": {
4575 "@graphql-codegen/plugin-helpers": "^3.1.1",
4576 "@graphql-tools/schema": "^9.0.0",
@@ -4433,6 +4585,7 @@
4585 "version": "3.1.2",
4586 "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz",
4587 "integrity": "sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==",
4588 + "license": "MIT",
4589 "dependencies": {
4590 "@graphql-tools/utils": "^9.0.0",
4591 "change-case-all": "1.0.15",
@@ -4449,6 +4602,7 @@
4602 "version": "1.0.15",
4603 "resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.15.tgz",
4604 "integrity": "sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==",
4605 + "license": "MIT",
4606 "dependencies": {
4607 "change-case": "^4.1.2",
4608 "is-lower-case": "^2.0.2",
@@ -4465,12 +4619,14 @@
4619 "node_modules/@graphql-codegen/core/node_modules/tslib": {
4620 "version": "2.4.1",
4621 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
4468 - "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
4622 + "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==",
4623 + "license": "0BSD"
4624 },
4625 "node_modules/@graphql-codegen/plugin-helpers": {
4626 "version": "2.7.2",
4627 "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.2.tgz",
4628 "integrity": "sha512-kln2AZ12uii6U59OQXdjLk5nOlh1pHis1R98cDZGFnfaiAbX9V3fxcZ1MMJkB7qFUymTALzyjZoXXdyVmPMfRg==",
4629 + "license": "MIT",
4630 "dependencies": {
4631 "@graphql-tools/utils": "^8.8.0",
4632 "change-case-all": "1.0.14",
@@ -4487,6 +4643,7 @@
4643 "version": "8.13.1",
4644 "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.13.1.tgz",
4645 "integrity": "sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==",
4646 + "license": "MIT",
4647 "dependencies": {
4648 "tslib": "^2.4.0"
4649 },
@@ -4497,12 +4654,14 @@
4654 "node_modules/@graphql-codegen/plugin-helpers/node_modules/tslib": {
4655 "version": "2.4.1",
4656 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
4500 - "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
4657 + "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==",
4658 + "license": "0BSD"
4659 },
4660 "node_modules/@graphql-codegen/schema-ast": {
4661 "version": "2.6.1",
4662 "resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-2.6.1.tgz",
4663 "integrity": "sha512-5TNW3b1IHJjCh07D2yQNGDQzUpUl2AD+GVe1Dzjqyx/d2Fn0TPMxLsHsKPS4Plg4saO8FK/QO70wLsP7fdbQ1w==",
4664 + "license": "MIT",
4665 "dependencies": {
4666 "@graphql-codegen/plugin-helpers": "^3.1.2",
4667 "@graphql-tools/utils": "^9.0.0",
@@ -4516,6 +4675,7 @@
4675 "version": "3.1.2",
4676 "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz",
4677 "integrity": "sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==",
4678 + "license": "MIT",
4679 "dependencies": {
4680 "@graphql-tools/utils": "^9.0.0",
4681 "change-case-all": "1.0.15",
@@ -4532,6 +4692,7 @@
4692 "version": "1.0.15",
4693 "resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.15.tgz",
4694 "integrity": "sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==",
4695 + "license": "MIT",
4696 "dependencies": {
4697 "change-case": "^4.1.2",
4698 "is-lower-case": "^2.0.2",
@@ -4548,12 +4709,14 @@
4709 "node_modules/@graphql-codegen/schema-ast/node_modules/tslib": {
4710 "version": "2.4.1",
4711 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
4551 - "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
4712 + "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==",
4713 + "license": "0BSD"
4714 },
4715 "node_modules/@graphql-codegen/typescript": {
4716 "version": "2.8.8",
4717 "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-2.8.8.tgz",
4718 "integrity": "sha512-A0oUi3Oy6+DormOlrTC4orxT9OBZkIglhbJBcDmk34jAKKUgesukXRd4yOhmTrnbchpXz2T8IAOFB3FWIaK4Rw==",
4719 + "license": "MIT",
4720 "dependencies": {
4721 "@graphql-codegen/plugin-helpers": "^3.1.2",
4722 "@graphql-codegen/schema-ast": "^2.6.1",
@@ -4569,6 +4732,7 @@
4732 "version": "2.5.13",
4733 "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-2.5.13.tgz",
4734 "integrity": "sha512-3vfR6Rx6iZU0JRt29GBkFlrSNTM6t+MSLF86ChvL4d/Jfo/JYAGuB3zNzPhirHYzJPCvLOAx2gy9ID1ltrpYiw==",
4735 + "license": "MIT",
4736 "dependencies": {
4737 "@graphql-codegen/plugin-helpers": "^3.1.2",
4738 "@graphql-codegen/typescript": "^2.8.8",
@@ -4584,6 +4748,7 @@
4748 "version": "3.1.2",
4749 "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz",
4750 "integrity": "sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==",
4751 + "license": "MIT",
4752 "dependencies": {
4753 "@graphql-tools/utils": "^9.0.0",
4754 "change-case-all": "1.0.15",
@@ -4600,6 +4765,7 @@
4765 "version": "1.0.15",
4766 "resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.15.tgz",
4767 "integrity": "sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==",
4768 + "license": "MIT",
4769 "dependencies": {
4770 "change-case": "^4.1.2",
4771 "is-lower-case": "^2.0.2",
@@ -4616,12 +4782,14 @@
4782 "node_modules/@graphql-codegen/typescript-operations/node_modules/tslib": {
4783 "version": "2.4.1",
4784 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
4619 - "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
4785 + "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==",
4786 + "license": "0BSD"
4787 },
4788 "node_modules/@graphql-codegen/typescript/node_modules/@graphql-codegen/plugin-helpers": {
4789 "version": "3.1.2",
4790 "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz",
4791 "integrity": "sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==",
4792 + "license": "MIT",
4793 "dependencies": {
4794 "@graphql-tools/utils": "^9.0.0",
4795 "change-case-all": "1.0.15",
@@ -4638,6 +4806,7 @@
4806 "version": "1.0.15",
4807 "resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.15.tgz",
4808 "integrity": "sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==",
4809 + "license": "MIT",
4810 "dependencies": {
4811 "change-case": "^4.1.2",
4812 "is-lower-case": "^2.0.2",
@@ -4654,12 +4823,14 @@
4823 "node_modules/@graphql-codegen/typescript/node_modules/tslib": {
4824 "version": "2.4.1",
4825 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
4657 - "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
4826 + "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==",
4827 + "license": "0BSD"
4828 },
4829 "node_modules/@graphql-codegen/visitor-plugin-common": {
4830 "version": "2.13.8",
4831 "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.8.tgz",
4832 "integrity": "sha512-IQWu99YV4wt8hGxIbBQPtqRuaWZhkQRG2IZKbMoSvh0vGeWb3dB0n0hSgKaOOxDY+tljtOf9MTcUYvJslQucMQ==",
4833 + "license": "MIT",
4834 "dependencies": {
4835 "@graphql-codegen/plugin-helpers": "^3.1.2",
4836 "@graphql-tools/optimize": "^1.3.0",
@@ -4680,6 +4851,7 @@
4851 "version": "3.1.2",
4852 "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz",
4853 "integrity": "sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==",
4854 + "license": "MIT",
4855 "dependencies": {
4856 "@graphql-tools/utils": "^9.0.0",
4857 "change-case-all": "1.0.15",
@@ -4696,6 +4868,7 @@
4868 "version": "1.0.15",
4869 "resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.15.tgz",
4870 "integrity": "sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==",
4871 + "license": "MIT",
4872 "dependencies": {
4873 "change-case": "^4.1.2",
4874 "is-lower-case": "^2.0.2",
@@ -4712,12 +4885,14 @@
4885 "node_modules/@graphql-codegen/visitor-plugin-common/node_modules/tslib": {
4886 "version": "2.4.1",
4887 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
4715 - "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
4888 + "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==",
4889 + "license": "0BSD"
4890 },
4891 "node_modules/@graphql-tools/code-file-loader": {
4892 "version": "7.3.23",
4893 "resolved": "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-7.3.23.tgz",
4894 "integrity": "sha512-8Wt1rTtyTEs0p47uzsPJ1vAtfAx0jmxPifiNdmo9EOCuUPyQGEbMaik/YkqZ7QUFIEYEQu+Vgfo8tElwOPtx5Q==",
4895 + "license": "MIT",
4896 "dependencies": {
4897 "@graphql-tools/graphql-tag-pluck": "7.5.2",
4898 "@graphql-tools/utils": "^9.2.1",
@@ -4733,6 +4908,7 @@
4908 "version": "7.5.2",
4909 "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.5.2.tgz",
4910 "integrity": "sha512-RW+H8FqOOLQw0BPXaahYepVSRjuOHw+7IL8Opaa5G5uYGOBxoXR7DceyQ7BcpMgktAOOmpDNQ2WtcboChOJSRA==",
4911 + "license": "MIT",
4912 "dependencies": {
4913 "@babel/parser": "^7.16.8",
4914 "@babel/plugin-syntax-import-assertions": "^7.20.0",
@@ -4749,6 +4925,7 @@
4925 "version": "7.8.14",
4926 "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-7.8.14.tgz",
4927 "integrity": "sha512-ASQvP+snHMYm+FhIaLxxFgVdRaM0vrN9wW2BKInQpktwWTXVyk+yP5nQUCEGmn0RTdlPKrffBaigxepkEAJPrg==",
4928 + "license": "MIT",
4929 "dependencies": {
4930 "@graphql-tools/schema": "^9.0.18",
4931 "@graphql-tools/utils": "^9.2.1",
@@ -4763,6 +4940,7 @@
4940 "version": "8.4.2",
4941 "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.4.2.tgz",
4942 "integrity": "sha512-XbrHAaj8yDuINph+sAfuq3QCZ/tKblrTLOpirK0+CAgNlZUCHs0Fa+xtMUURgwCVThLle1AF7svJCxFizygLsw==",
4943 + "license": "MIT",
4944 "dependencies": {
4945 "@graphql-tools/utils": "^9.2.1",
4946 "tslib": "^2.4.0"
@@ -4775,6 +4953,7 @@
4953 "version": "1.4.0",
4954 "resolved": "https://registry.npmjs.org/@graphql-tools/optimize/-/optimize-1.4.0.tgz",
4955 "integrity": "sha512-dJs/2XvZp+wgHH8T5J2TqptT9/6uVzIYvA6uFACha+ufvdMBedkfR4b4GbT8jAKLRARiqRTxy3dctnwkTM2tdw==",
4956 + "license": "MIT",
4957 "dependencies": {
4958 "tslib": "^2.4.0"
4959 },
@@ -4786,6 +4965,7 @@
4965 "version": "6.5.18",
4966 "resolved": "https://registry.npmjs.org/@graphql-tools/relay-operation-optimizer/-/relay-operation-optimizer-6.5.18.tgz",
4967 "integrity": "sha512-mc5VPyTeV+LwiM+DNvoDQfPqwQYhPV/cl5jOBjTgSniyaq8/86aODfMkrE2OduhQ5E00hqrkuL2Fdrgk0w1QJg==",
4968 + "license": "MIT",
4969 "dependencies": {
4970 "@ardatan/relay-compiler": "12.0.0",
4971 "@graphql-tools/utils": "^9.2.1",
@@ -4799,6 +4979,7 @@
4979 "version": "9.0.19",
4980 "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-9.0.19.tgz",
4981 "integrity": "sha512-oBRPoNBtCkk0zbUsyP4GaIzCt8C0aCI4ycIRUL67KK5pOHljKLBBtGT+Jr6hkzA74C8Gco8bpZPe7aWFjiaK2w==",
4982 + "license": "MIT",
4983 "dependencies": {
4984 "@graphql-tools/merge": "^8.4.1",
4985 "@graphql-tools/utils": "^9.2.1",
@@ -4813,6 +4994,7 @@
4994 "version": "9.2.1",
4995 "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.2.1.tgz",
4996 "integrity": "sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==",
4997 + "license": "MIT",
4998 "dependencies": {
4999 "@graphql-typed-document-node/core": "^3.1.1",
5000 "tslib": "^2.4.0"
@@ -4825,6 +5007,7 @@
5007 "version": "3.2.0",
5008 "resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.2.0.tgz",
5009 "integrity": "sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==",
5010 + "license": "MIT",
5011 "peerDependencies": {
5012 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5013 }
@@ -4832,12 +5015,14 @@
5015 "node_modules/@hapi/hoek": {
5016 "version": "9.3.0",
5017 "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz",
4835 - "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ=="
5018 + "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==",
5019 + "license": "BSD-3-Clause"
5020 },
5021 "node_modules/@hapi/topo": {
5022 "version": "5.1.0",
5023 "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz",
5024 "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==",
5025 + "license": "BSD-3-Clause",
5026 "dependencies": {
5027 "@hapi/hoek": "^9.0.0"
5028 }
@@ -4848,6 +5033,7 @@
5033 "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
5034 "deprecated": "Use @eslint/config-array instead",
5035 "dev": true,
5036 + "license": "Apache-2.0",
5037 "dependencies": {
5038 "@humanwhocodes/object-schema": "^2.0.3",
5039 "debug": "^4.3.1",
@@ -4862,6 +5048,7 @@
5048 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
5049 "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
5050 "dev": true,
5051 + "license": "MIT",
5052 "dependencies": {
5053 "balanced-match": "^1.0.0",
5054 "concat-map": "0.0.1"
@@ -4872,6 +5059,7 @@
5059 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
5060 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
5061 "dev": true,
5062 + "license": "ISC",
5063 "dependencies": {
5064 "brace-expansion": "^1.1.7"
5065 },
@@ -4884,6 +5072,7 @@
5072 "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
5073 "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
5074 "dev": true,
5075 + "license": "Apache-2.0",
5076 "engines": {
5077 "node": ">=12.22"
5078 },
@@ -4897,18 +5086,21 @@
5086 "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
5087 "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
5088 "deprecated": "Use @eslint/object-schema instead",
4900 - "dev": true
5089 + "dev": true,
5090 + "license": "BSD-3-Clause"
5091 },
5092 "node_modules/@iarna/toml": {
5093 "version": "3.0.0",
5094 "resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-3.0.0.tgz",
5095 "integrity": "sha512-td6ZUkz2oS3VeleBcN+m//Q6HlCFCPrnI0FZhrt/h4XqLEdOyYp2u21nd8MdsR+WJy5r9PTDaHTDDfhf4H4l6Q==",
4906 - "dev": true
5096 + "dev": true,
5097 + "license": "ISC"
5098 },
5099 "node_modules/@isaacs/cliui": {
5100 "version": "8.0.2",
5101 "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
5102 "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
5103 + "license": "ISC",
5104 "dependencies": {
5105 "string-width": "^5.1.2",
5106 "string-width-cjs": "npm:string-width@^4.2.0",
@@ -4922,9 +5114,10 @@
5114 }
5115 },
5116 "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
4925 - "version": "6.0.1",
4926 - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
4927 - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
5117 + "version": "6.1.0",
5118 + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
5119 + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
5120 + "license": "MIT",
5121 "engines": {
5122 "node": ">=12"
5123 },
@@ -4936,6 +5129,7 @@
5129 "version": "6.2.1",
5130 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
5131 "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
5132 + "license": "MIT",
5133 "engines": {
5134 "node": ">=12"
5135 },
@@ -4947,6 +5141,7 @@
5141 "version": "5.1.2",
5142 "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
5143 "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
5144 + "license": "MIT",
5145 "dependencies": {
5146 "eastasianwidth": "^0.2.0",
5147 "emoji-regex": "^9.2.2",
@@ -4963,6 +5158,7 @@
5158 "version": "7.1.0",
5159 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
5160 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
5161 + "license": "MIT",
5162 "dependencies": {
5163 "ansi-regex": "^6.0.1"
5164 },
@@ -4977,6 +5173,7 @@
5173 "version": "8.1.0",
5174 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
5175 "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
5176 + "license": "MIT",
5177 "dependencies": {
5178 "ansi-styles": "^6.1.0",
5179 "string-width": "^5.0.1",
@@ -4993,6 +5190,7 @@
5190 "version": "4.0.1",
5191 "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
5192 "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
5193 + "license": "ISC",
5194 "dependencies": {
5195 "minipass": "^7.0.4"
5196 },
@@ -5004,13 +5202,15 @@
5202 "version": "1.1.0",
5203 "resolved": "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz",
5204 "integrity": "sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ==",
5007 - "dev": true
5205 + "dev": true,
5206 + "license": "ISC"
5207 },
5208 "node_modules/@isaacs/ts-node-temp-fork-for-pr-2009": {
5209 "version": "10.9.7",
5210 "resolved": "https://registry.npmjs.org/@isaacs/ts-node-temp-fork-for-pr-2009/-/ts-node-temp-fork-for-pr-2009-10.9.7.tgz",
5211 "integrity": "sha512-9f0bhUr9TnwwpgUhEpr3FjxSaH/OHaARkE2F9fM0lS4nIs2GNerrvGwQz493dk0JKlTaGYVrKbq36vA/whZ34g==",
5212 "dev": true,
5213 + "license": "MIT",
5214 "dependencies": {
5215 "@cspotcode/source-map-support": "^0.8.0",
5216 "@tsconfig/node14": "*",
@@ -5051,6 +5251,7 @@
5251 "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
5252 "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
5253 "dev": true,
5254 + "license": "BSD-3-Clause",
5255 "engines": {
5256 "node": ">=0.3.1"
5257 }
@@ -5060,6 +5261,7 @@
5261 "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
5262 "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
5263 "dev": true,
5264 + "license": "ISC",
5265 "dependencies": {
5266 "camelcase": "^5.3.1",
5267 "find-up": "^4.1.0",
@@ -5076,6 +5278,7 @@
5278 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
5279 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
5280 "dev": true,
5281 + "license": "MIT",
5282 "dependencies": {
5283 "locate-path": "^5.0.0",
5284 "path-exists": "^4.0.0"
@@ -5089,6 +5292,7 @@
5292 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
5293 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
5294 "dev": true,
5295 + "license": "MIT",
5296 "dependencies": {
5297 "p-locate": "^4.1.0"
5298 },
@@ -5101,6 +5305,7 @@
5305 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
5306 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
5307 "dev": true,
5308 + "license": "MIT",
5309 "dependencies": {
5310 "p-try": "^2.0.0"
5311 },
@@ -5116,6 +5321,7 @@
5321 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
5322 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
5323 "dev": true,
5324 + "license": "MIT",
5325 "dependencies": {
5326 "p-limit": "^2.2.0"
5327 },
@@ -5128,6 +5334,7 @@
5334 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
5335 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
5336 "dev": true,
5337 + "license": "MIT",
5338 "engines": {
5339 "node": ">=8"
5340 }
@@ -5137,6 +5344,7 @@
5344 "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
5345 "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
5346 "dev": true,
5347 + "license": "MIT",
5348 "engines": {
5349 "node": ">=8"
5350 }
@@ -5146,6 +5354,7 @@
5354 "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz",
5355 "integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==",
5356 "dev": true,
5357 + "license": "MIT",
5358 "dependencies": {
5359 "@jest/types": "^29.6.3",
5360 "@types/node": "*",
@@ -5163,6 +5372,7 @@
5372 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
5373 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
5374 "dev": true,
5375 + "license": "MIT",
5376 "dependencies": {
5377 "color-convert": "^2.0.1"
5378 },
@@ -5178,6 +5388,7 @@
5388 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
5389 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
5390 "dev": true,
5391 + "license": "MIT",
5392 "dependencies": {
5393 "ansi-styles": "^4.1.0",
5394 "supports-color": "^7.1.0"
@@ -5189,50 +5400,12 @@
5400 "url": "https://github.com/chalk/chalk?sponsor=1"
5401 }
5402 },
5192 - "node_modules/@jest/console/node_modules/color-convert": {
5193 - "version": "2.0.1",
5194 - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
5195 - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
5196 - "dev": true,
5197 - "dependencies": {
5198 - "color-name": "~1.1.4"
5199 - },
5200 - "engines": {
5201 - "node": ">=7.0.0"
5202 - }
5203 - },
5204 - "node_modules/@jest/console/node_modules/color-name": {
5205 - "version": "1.1.4",
5206 - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
5207 - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
5208 - "dev": true
5209 - },
5210 - "node_modules/@jest/console/node_modules/has-flag": {
5211 - "version": "4.0.0",
5212 - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
5213 - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
5214 - "dev": true,
5215 - "engines": {
5216 - "node": ">=8"
5217 - }
5218 - },
5219 - "node_modules/@jest/console/node_modules/supports-color": {
5220 - "version": "7.2.0",
5221 - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
5222 - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
5223 - "dev": true,
5224 - "dependencies": {
5225 - "has-flag": "^4.0.0"
5226 - },
5227 - "engines": {
5228 - "node": ">=8"
5229 - }
5230 - },
5403 "node_modules/@jest/core": {
5404 "version": "29.7.0",
5405 "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz",
5406 "integrity": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==",
5407 "dev": true,
5408 + "license": "MIT",
5409 "dependencies": {
5410 "@jest/console": "^29.7.0",
5411 "@jest/reporters": "^29.7.0",
@@ -5275,26 +5448,12 @@
5448 }
5449 }
5450 },
5278 - "node_modules/@jest/core/node_modules/ansi-styles": {
5279 - "version": "4.3.0",
5280 - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
5281 - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
5282 - "dev": true,
5283 - "dependencies": {
5284 - "color-convert": "^2.0.1"
5285 - },
5286 - "engines": {
5287 - "node": ">=8"
5288 - },
5289 - "funding": {
5290 - "url": "https://github.com/chalk/ansi-styles?sponsor=1"
5291 - }
5292 - },
5451 "node_modules/@jest/core/node_modules/chalk": {
5452 "version": "4.1.2",
5453 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
5454 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
5455 "dev": true,
5456 + "license": "MIT",
5457 "dependencies": {
5458 "ansi-styles": "^4.1.0",
5459 "supports-color": "^7.1.0"
@@ -5306,6 +5465,22 @@
5465 "url": "https://github.com/chalk/chalk?sponsor=1"
5466 }
5467 },
5468 + "node_modules/@jest/core/node_modules/chalk/node_modules/ansi-styles": {
5469 + "version": "4.3.0",
5470 + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
5471 + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
5472 + "dev": true,
5473 + "license": "MIT",
5474 + "dependencies": {
5475 + "color-convert": "^2.0.1"
5476 + },
5477 + "engines": {
5478 + "node": ">=8"
5479 + },
5480 + "funding": {
5481 + "url": "https://github.com/chalk/ansi-styles?sponsor=1"
5482 + }
5483 + },
5484 "node_modules/@jest/core/node_modules/ci-info": {
5485 "version": "3.9.0",
5486 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
@@ -5317,33 +5492,7 @@
5492 "url": "https://github.com/sponsors/sibiraj-s"
5493 }
5494 ],
5320 - "engines": {
5321 - "node": ">=8"
5322 - }
5323 - },
5324 - "node_modules/@jest/core/node_modules/color-convert": {
5325 - "version": "2.0.1",
5326 - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
5327 - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
5328 - "dev": true,
5329 - "dependencies": {
5330 - "color-name": "~1.1.4"
5331 - },
5332 - "engines": {
5333 - "node": ">=7.0.0"
5334 - }
5335 - },
5336 - "node_modules/@jest/core/node_modules/color-name": {
5337 - "version": "1.1.4",
5338 - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
5339 - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
5340 - "dev": true
5341 - },
5342 - "node_modules/@jest/core/node_modules/has-flag": {
5343 - "version": "4.0.0",
5344 - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
5345 - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
5346 - "dev": true,
5495 + "license": "MIT",
5496 "engines": {
5497 "node": ">=8"
5498 }
@@ -5353,6 +5502,7 @@
5502 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
5503 "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
5504 "dev": true,
5505 + "license": "MIT",
5506 "dependencies": {
5507 "@jest/schemas": "^29.6.3",
5508 "ansi-styles": "^5.0.0",
@@ -5362,35 +5512,12 @@
5512 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
5513 }
5514 },
5365 - "node_modules/@jest/core/node_modules/pretty-format/node_modules/ansi-styles": {
5366 - "version": "5.2.0",
5367 - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
5368 - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
5369 - "dev": true,
5370 - "engines": {
5371 - "node": ">=10"
5372 - },
5373 - "funding": {
5374 - "url": "https://github.com/chalk/ansi-styles?sponsor=1"
5375 - }
5376 - },
5377 - "node_modules/@jest/core/node_modules/supports-color": {
5378 - "version": "7.2.0",
5379 - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
5380 - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
5381 - "dev": true,
5382 - "dependencies": {
5383 - "has-flag": "^4.0.0"
5384 - },
5385 - "engines": {
5386 - "node": ">=8"
5387 - }
5388 - },
5515 "node_modules/@jest/environment": {
5516 "version": "29.7.0",
5517 "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz",
5518 "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==",
5519 "dev": true,
5520 + "license": "MIT",
5521 "dependencies": {
5522 "@jest/fake-timers": "^29.7.0",
5523 "@jest/types": "^29.6.3",
@@ -5406,6 +5533,7 @@
5533 "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz",
5534 "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==",
5535 "dev": true,
5536 + "license": "MIT",
5537 "dependencies": {
5538 "expect": "^29.7.0",
5539 "jest-snapshot": "^29.7.0"
@@ -5419,6 +5547,7 @@
5547 "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz",
5548 "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==",
5549 "dev": true,
5550 + "license": "MIT",
5551 "dependencies": {
5552 "jest-get-type": "^29.6.3"
5553 },
@@ -5431,6 +5560,7 @@
5560 "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz",
5561 "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==",
5562 "dev": true,
5563 + "license": "MIT",
5564 "dependencies": {
5565 "@jest/types": "^29.6.3",
5566 "@sinonjs/fake-timers": "^10.0.2",
@@ -5448,6 +5578,7 @@
5578 "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz",
5579 "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==",
5580 "dev": true,
5581 + "license": "MIT",
5582 "dependencies": {
5583 "@jest/environment": "^29.7.0",
5584 "@jest/expect": "^29.7.0",
@@ -5463,6 +5594,7 @@
5594 "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz",
5595 "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==",
5596 "dev": true,
5597 + "license": "MIT",
5598 "dependencies": {
5599 "@bcoe/v8-coverage": "^0.2.3",
5600 "@jest/console": "^29.7.0",
@@ -5506,6 +5638,7 @@
5638 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
5639 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
5640 "dev": true,
5641 + "license": "MIT",
5642 "dependencies": {
5643 "color-convert": "^2.0.1"
5644 },
@@ -5521,6 +5654,7 @@
5654 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
5655 "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
5656 "dev": true,
5657 + "license": "MIT",
5658 "dependencies": {
5659 "balanced-match": "^1.0.0",
5660 "concat-map": "0.0.1"
@@ -5531,6 +5665,7 @@
5665 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
5666 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
5667 "dev": true,
5668 + "license": "MIT",
5669 "dependencies": {
5670 "ansi-styles": "^4.1.0",
5671 "supports-color": "^7.1.0"
@@ -5542,30 +5677,13 @@
5677 "url": "https://github.com/chalk/chalk?sponsor=1"
5678 }
5679 },
5545 - "node_modules/@jest/reporters/node_modules/color-convert": {
5546 - "version": "2.0.1",
5547 - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
5548 - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
5549 - "dev": true,
5550 - "dependencies": {
5551 - "color-name": "~1.1.4"
5552 - },
5553 - "engines": {
5554 - "node": ">=7.0.0"
5555 - }
5556 - },
5557 - "node_modules/@jest/reporters/node_modules/color-name": {
5558 - "version": "1.1.4",
5559 - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
5560 - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
5561 - "dev": true
5562 - },
5680 "node_modules/@jest/reporters/node_modules/glob": {
5681 "version": "7.2.3",
5682 "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
5683 "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
5684 "deprecated": "Glob versions prior to v9 are no longer supported",
5685 "dev": true,
5686 + "license": "ISC",
5687 "dependencies": {
5688 "fs.realpath": "^1.0.0",
5689 "inflight": "^1.0.4",
@@ -5581,20 +5699,12 @@
5699 "url": "https://github.com/sponsors/isaacs"
5700 }
5701 },
5584 - "node_modules/@jest/reporters/node_modules/has-flag": {
5585 - "version": "4.0.0",
5586 - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
5587 - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
5588 - "dev": true,
5589 - "engines": {
5590 - "node": ">=8"
5591 - }
5592 - },
5702 "node_modules/@jest/reporters/node_modules/istanbul-lib-instrument": {
5594 - "version": "6.0.2",
5595 - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.2.tgz",
5596 - "integrity": "sha512-1WUsZ9R1lA0HtBSohTkm39WTPlNKSJ5iFk7UwqXkBLoHQT+hfqPsfsTDVuZdKGaBwn7din9bS7SsnoAr943hvw==",
5703 + "version": "6.0.3",
5704 + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz",
5705 + "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==",
5706 "dev": true,
5707 + "license": "BSD-3-Clause",
5708 "dependencies": {
5709 "@babel/core": "^7.23.9",
5710 "@babel/parser": "^7.23.9",
@@ -5611,6 +5721,7 @@
5721 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz",
5722 "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==",
5723 "dev": true,
5724 + "license": "MIT",
5725 "dependencies": {
5726 "@types/node": "*",
5727 "jest-util": "^29.7.0",
@@ -5626,6 +5737,7 @@
5737 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
5738 "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
5739 "dev": true,
5740 + "license": "MIT",
5741 "dependencies": {
5742 "has-flag": "^4.0.0"
5743 },
@@ -5641,6 +5753,7 @@
5753 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
5754 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
5755 "dev": true,
5756 + "license": "ISC",
5757 "dependencies": {
5758 "brace-expansion": "^1.1.7"
5759 },
@@ -5648,16 +5761,17 @@
5761 "node": "*"
5762 }
5763 },
5651 - "node_modules/@jest/reporters/node_modules/supports-color": {
5652 - "version": "7.2.0",
5653 - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
5654 - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
5764 + "node_modules/@jest/reporters/node_modules/semver": {
5765 + "version": "7.6.3",
5766 + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
5767 + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
5768 "dev": true,
5656 - "dependencies": {
5657 - "has-flag": "^4.0.0"
5769 + "license": "ISC",
5770 + "bin": {
5771 + "semver": "bin/semver.js"
5772 },
5773 "engines": {
5660 - "node": ">=8"
5774 + "node": ">=10"
5775 }
5776 },
5777 "node_modules/@jest/schemas": {
@@ -5665,6 +5779,7 @@
5779 "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz",
5780 "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==",
5781 "dev": true,
5782 + "license": "MIT",
5783 "dependencies": {
5784 "@sinclair/typebox": "^0.27.8"
5785 },
@@ -5677,6 +5792,7 @@
5792 "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz",
5793 "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==",
5794 "dev": true,
5795 + "license": "MIT",
5796 "dependencies": {
5797 "@jridgewell/trace-mapping": "^0.3.18",
5798 "callsites": "^3.0.0",
@@ -5691,6 +5807,7 @@
5807 "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz",
5808 "integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==",
5809 "dev": true,
5810 + "license": "MIT",
5811 "dependencies": {
5812 "@jest/console": "^29.7.0",
5813 "@jest/types": "^29.6.3",
@@ -5706,6 +5823,7 @@
5823 "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz",
5824 "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==",
5825 "dev": true,
5826 + "license": "MIT",
5827 "dependencies": {
5828 "@jest/test-result": "^29.7.0",
5829 "graceful-fs": "^4.2.9",
@@ -5721,6 +5839,7 @@
5839 "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz",
5840 "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==",
5841 "dev": true,
5842 + "license": "MIT",
5843 "dependencies": {
5844 "@babel/core": "^7.11.6",
5845 "@jest/types": "^29.6.3",
@@ -5747,6 +5866,7 @@
5866 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
5867 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
5868 "dev": true,
5869 + "license": "MIT",
5870 "dependencies": {
5871 "color-convert": "^2.0.1"
5872 },
@@ -5762,6 +5882,7 @@
5882 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
5883 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
5884 "dev": true,
5885 + "license": "MIT",
5886 "dependencies": {
5887 "ansi-styles": "^4.1.0",
5888 "supports-color": "^7.1.0"
@@ -5773,50 +5894,12 @@
5894 "url": "https://github.com/chalk/chalk?sponsor=1"
5895 }
5896 },
5776 - "node_modules/@jest/transform/node_modules/color-convert": {
5777 - "version": "2.0.1",
5778 - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
5779 - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
5780 - "dev": true,
5781 - "dependencies": {
5782 - "color-name": "~1.1.4"
5783 - },
5784 - "engines": {
5785 - "node": ">=7.0.0"
5786 - }
5787 - },
5788 - "node_modules/@jest/transform/node_modules/color-name": {
5789 - "version": "1.1.4",
5790 - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
5791 - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
5792 - "dev": true
5793 - },
5794 - "node_modules/@jest/transform/node_modules/has-flag": {
5795 - "version": "4.0.0",
5796 - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
5797 - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
5798 - "dev": true,
5799 - "engines": {
5800 - "node": ">=8"
5801 - }
5802 - },
5803 - "node_modules/@jest/transform/node_modules/supports-color": {
5804 - "version": "7.2.0",
5805 - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
5806 - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
5807 - "dev": true,
5808 - "dependencies": {
5809 - "has-flag": "^4.0.0"
5810 - },
5811 - "engines": {
5812 - "node": ">=8"
5813 - }
5814 - },
5897 "node_modules/@jest/types": {
5898 "version": "29.6.3",
5899 "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz",
5900 "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==",
5901 "dev": true,
5902 + "license": "MIT",
5903 "dependencies": {
5904 "@jest/schemas": "^29.6.3",
5905 "@types/istanbul-lib-coverage": "^2.0.0",
@@ -5834,6 +5917,7 @@
5917 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
5918 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
5919 "dev": true,
5920 + "license": "MIT",
5921 "dependencies": {
5922 "color-convert": "^2.0.1"
5923 },
@@ -5849,6 +5933,7 @@
5933 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
5934 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
5935 "dev": true,
5936 + "license": "MIT",
5937 "dependencies": {
5938 "ansi-styles": "^4.1.0",
5939 "supports-color": "^7.1.0"
@@ -5860,49 +5945,11 @@
5945 "url": "https://github.com/chalk/chalk?sponsor=1"
5946 }
5947 },
5863 - "node_modules/@jest/types/node_modules/color-convert": {
5864 - "version": "2.0.1",
5865 - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
5866 - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
5867 - "dev": true,
5868 - "dependencies": {
5869 - "color-name": "~1.1.4"
5870 - },
5871 - "engines": {
5872 - "node": ">=7.0.0"
5873 - }
5874 - },
5875 - "node_modules/@jest/types/node_modules/color-name": {
5876 - "version": "1.1.4",
5877 - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
5878 - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
5879 - "dev": true
5880 - },
5881 - "node_modules/@jest/types/node_modules/has-flag": {
5882 - "version": "4.0.0",
5883 - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
5884 - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
5885 - "dev": true,
5886 - "engines": {
5887 - "node": ">=8"
5888 - }
5889 - },
5890 - "node_modules/@jest/types/node_modules/supports-color": {
5891 - "version": "7.2.0",
5892 - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
5893 - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
5894 - "dev": true,
5895 - "dependencies": {
5896 - "has-flag": "^4.0.0"
5897 - },
5898 - "engines": {
5899 - "node": ">=8"
5900 - }
5901 - },
5948 "node_modules/@jridgewell/gen-mapping": {
5903 - "version": "0.3.5",
5904 - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
5905 - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
5949 + "version": "0.3.8",
5950 + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
5951 + "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
5952 + "license": "MIT",
5953 "dependencies": {
5954 "@jridgewell/set-array": "^1.2.1",
5955 "@jridgewell/sourcemap-codec": "^1.4.10",
@@ -5916,6 +5963,7 @@
5963 "version": "3.1.2",
5964 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
5965 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
5966 + "license": "MIT",
5967 "engines": {
5968 "node": ">=6.0.0"
5969 }
@@ -5924,6 +5972,7 @@
5972 "version": "1.2.1",
5973 "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
5974 "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
5975 + "license": "MIT",
5976 "engines": {
5977 "node": ">=6.0.0"
5978 }
@@ -5932,20 +5981,23 @@
5981 "version": "0.3.6",
5982 "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
5983 "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
5984 + "license": "MIT",
5985 "dependencies": {
5986 "@jridgewell/gen-mapping": "^0.3.5",
5987 "@jridgewell/trace-mapping": "^0.3.25"
5988 }
5989 },
5990 "node_modules/@jridgewell/sourcemap-codec": {
5941 - "version": "1.4.15",
5942 - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
5943 - "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
5991 + "version": "1.5.0",
5992 + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
5993 + "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
5994 + "license": "MIT"
5995 },
5996 "node_modules/@jridgewell/trace-mapping": {
5997 "version": "0.3.25",
5998 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
5999 "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
6000 + "license": "MIT",
6001 "dependencies": {
6002 "@jridgewell/resolve-uri": "^3.1.0",
6003 "@jridgewell/sourcemap-codec": "^1.4.14"
@@ -5956,6 +6008,7 @@
6008 "resolved": "https://registry.npmjs.org/@jsep-plugin/assignment/-/assignment-1.3.0.tgz",
6009 "integrity": "sha512-VVgV+CXrhbMI3aSusQyclHkenWSAm95WaiKrMxRFam3JSUiIaQjoMIw2sEs/OX4XifnqeQUN4DYbJjlA8EfktQ==",
6010 "dev": true,
6011 + "license": "MIT",
6012 "engines": {
6013 "node": ">= 10.16.0"
6014 },
@@ -5968,6 +6021,7 @@
6021 "resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.4.tgz",
6022 "integrity": "sha512-q7qL4Mgjs1vByCaTnDFcBnV9HS7GVPJX5vyVoCgZHNSC9rjwIlmbXG5sUuorR5ndfHAIlJ8pVStxvjXHbNvtUg==",
6023 "dev": true,
6024 + "license": "MIT",
6025 "engines": {
6026 "node": ">= 10.16.0"
6027 },
@@ -5976,14 +6030,16 @@
6030 }
6031 },
6032 "node_modules/@lezer/common": {
5979 - "version": "1.2.1",
5980 - "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.1.tgz",
5981 - "integrity": "sha512-yemX0ZD2xS/73llMZIK6KplkjIjf2EvAHcinDi/TfJ9hS25G0388+ClHt6/3but0oOxinTcQHJLDXh6w1crzFQ=="
6033 + "version": "1.2.3",
6034 + "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.3.tgz",
6035 + "integrity": "sha512-w7ojc8ejBqr2REPsWxJjrMFsA/ysDCFICn8zEOR9mrqzOu2amhITYuLD8ag6XZf0CFXDrhKqw7+tW8cX66NaDA==",
6036 + "license": "MIT"
6037 },
6038 "node_modules/@lezer/lr": {
5984 - "version": "1.4.1",
5985 - "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.1.tgz",
5986 - "integrity": "sha512-CHsKq8DMKBf9b3yXPDIU4DbH+ZJd/sJdYOW2llbW/HudP5u0VS6Bfq1hLYfgU7uAYGFIyGGQIsSOXGPEErZiJw==",
6039 + "version": "1.4.2",
6040 + "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.2.tgz",
6041 + "integrity": "sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==",
6042 + "license": "MIT",
6043 "dependencies": {
6044 "@lezer/common": "^1.0.0"
6045 }
@@ -5991,12 +6047,14 @@
6047 "node_modules/@lit-labs/react": {
6048 "version": "1.2.1",
6049 "resolved": "https://registry.npmjs.org/@lit-labs/react/-/react-1.2.1.tgz",
5994 - "integrity": "sha512-DiZdJYFU0tBbdQkfwwRSwYyI/mcWkg3sWesKRsHUd4G+NekTmmeq9fzsurvcKTNVa0comNljwtg4Hvi1ds3V+A=="
6050 + "integrity": "sha512-DiZdJYFU0tBbdQkfwwRSwYyI/mcWkg3sWesKRsHUd4G+NekTmmeq9fzsurvcKTNVa0comNljwtg4Hvi1ds3V+A==",
6051 + "license": "BSD-3-Clause"
6052 },
6053 "node_modules/@lit-labs/ssr-dom-shim": {
6054 "version": "1.2.1",
6055 "resolved": "https://registry.npmjs.org/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.2.1.tgz",
5999 - "integrity": "sha512-wx4aBmgeGvFmOKucFKY+8VFJSYZxs9poN3SDNQFF6lT6NrQUnHiPB2PWz2sc4ieEcAaYYzN+1uWahEeTq2aRIQ=="
6056 + "integrity": "sha512-wx4aBmgeGvFmOKucFKY+8VFJSYZxs9poN3SDNQFF6lT6NrQUnHiPB2PWz2sc4ieEcAaYYzN+1uWahEeTq2aRIQ==",
6057 + "license": "BSD-3-Clause"
6058 },
6059 "node_modules/@lmdb/lmdb-darwin-arm64": {
6060 "version": "2.5.3",
@@ -6005,6 +6063,7 @@
6063 "cpu": [
6064 "arm64"
6065 ],
6066 + "license": "MIT",
6067 "optional": true,
6068 "os": [
6069 "darwin"
@@ -6017,6 +6076,7 @@
6076 "cpu": [
6077 "x64"
6078 ],
6079 + "license": "MIT",
6080 "optional": true,
6081 "os": [
6082 "darwin"
@@ -6029,6 +6089,7 @@
6089 "cpu": [
6090 "arm"
6091 ],
6092 + "license": "MIT",
6093 "optional": true,
6094 "os": [
6095 "linux"
@@ -6041,6 +6102,7 @@
6102 "cpu": [
6103 "arm64"
6104 ],
6105 + "license": "MIT",
6106 "optional": true,
6107 "os": [
6108 "linux"
@@ -6053,6 +6115,7 @@
6115 "cpu": [
6116 "x64"
6117 ],
6118 + "license": "MIT",
6119 "optional": true,
6120 "os": [
6121 "linux"
@@ -6065,6 +6128,7 @@
6128 "cpu": [
6129 "x64"
6130 ],
6131 + "license": "MIT",
6132 "optional": true,
6133 "os": [
6134 "win32"
@@ -6074,6 +6138,7 @@
6138 "version": "3.1.0",
6139 "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.1.0.tgz",
6140 "integrity": "sha512-/QxEhPAvGwbQmy1Px8F899L5Uc2KZ6JtXwlCgJmjSTBedwOZkByYcBG4GceIGPXRDsmfxhHazuS+hlOShRLeDw==",
6141 + "license": "MIT",
6142 "dependencies": {
6143 "@types/estree": "^1.0.0",
6144 "@types/estree-jsx": "^1.0.0",
@@ -6109,6 +6174,7 @@
6174 "version": "3.1.0",
6175 "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-3.1.0.tgz",
6176 "integrity": "sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==",
6177 + "license": "MIT",
6178 "dependencies": {
6179 "@types/mdx": "^2.0.0"
6180 },
@@ -6125,6 +6191,7 @@
6191 "version": "0.1.1",
6192 "resolved": "https://registry.npmjs.org/@mischnic/json-sourcemap/-/json-sourcemap-0.1.1.tgz",
6193 "integrity": "sha512-iA7+tyVqfrATAIsIRWQG+a7ZLLD0VaOCKV2Wd/v4mqIU3J9c4jx9p7S0nw1XH3gJCKNBOOwACOPYYSUu9pgT+w==",
6194 + "license": "MIT",
6195 "dependencies": {
6196 "@lezer/common": "^1.0.0",
6197 "@lezer/lr": "^1.0.0",
@@ -6141,6 +6208,7 @@
6208 "cpu": [
6209 "arm64"
6210 ],
6211 + "license": "MIT",
6212 "optional": true,
6213 "os": [
6214 "darwin"
@@ -6153,6 +6221,7 @@
6221 "cpu": [
6222 "x64"
6223 ],
6224 + "license": "MIT",
6225 "optional": true,
6226 "os": [
6227 "darwin"
@@ -6165,6 +6234,7 @@
6234 "cpu": [
6235 "arm"
6236 ],
6237 + "license": "MIT",
6238 "optional": true,
6239 "os": [
6240 "linux"
@@ -6177,6 +6247,7 @@
6247 "cpu": [
6248 "arm64"
6249 ],
6250 + "license": "MIT",
6251 "optional": true,
6252 "os": [
6253 "linux"
@@ -6189,6 +6260,7 @@
6260 "cpu": [
6261 "x64"
6262 ],
6263 + "license": "MIT",
6264 "optional": true,
6265 "os": [
6266 "linux"
@@ -6201,6 +6273,7 @@
6273 "cpu": [
6274 "x64"
6275 ],
6276 + "license": "MIT",
6277 "optional": true,
6278 "os": [
6279 "win32"
@@ -6210,6 +6283,7 @@
6283 "version": "5.1.1-v1",
6284 "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
6285 "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==",
6286 + "license": "MIT",
6287 "dependencies": {
6288 "eslint-scope": "5.1.1"
6289 }
@@ -6218,6 +6292,7 @@
6292 "version": "5.1.1",
6293 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
6294 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
6295 + "license": "BSD-2-Clause",
6296 "dependencies": {
6297 "esrecurse": "^4.3.0",
6298 "estraverse": "^4.1.1"
@@ -6230,6 +6305,7 @@
6305 "version": "4.3.0",
6306 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
6307 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
6308 + "license": "BSD-2-Clause",
6309 "engines": {
6310 "node": ">=4.0"
6311 }
@@ -6238,6 +6314,7 @@
6314 "version": "2.1.5",
6315 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
6316 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
6317 + "license": "MIT",
6318 "dependencies": {
6319 "@nodelib/fs.stat": "2.0.5",
6320 "run-parallel": "^1.1.9"
@@ -6250,6 +6327,7 @@
6327 "version": "2.0.5",
6328 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
6329 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
6330 + "license": "MIT",
6331 "engines": {
6332 "node": ">= 8"
6333 }
@@ -6258,6 +6336,7 @@
6336 "version": "1.2.8",
6337 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
6338 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
6339 + "license": "MIT",
6340 "dependencies": {
6341 "@nodelib/fs.scandir": "2.1.5",
6342 "fastq": "^1.6.0"
@@ -6271,6 +6350,7 @@
6350 "resolved": "https://registry.npmjs.org/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz",
6351 "integrity": "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==",
6352 "dev": true,
6353 + "license": "MIT",
6354 "engines": {
6355 "node": ">=12.4.0"
6356 }
@@ -6279,6 +6359,8 @@
6359 "version": "2.2.2",
6360 "resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.2.tgz",
6361 "integrity": "sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og==",
6362 + "dev": true,
6363 + "license": "ISC",
6364 "dependencies": {
6365 "agent-base": "^7.1.0",
6366 "http-proxy-agent": "^7.0.0",
@@ -6291,12 +6373,11 @@
6373 }
6374 },
6375 "node_modules/@npmcli/agent/node_modules/agent-base": {
6294 - "version": "7.1.1",
6295 - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
6296 - "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
6297 - "dependencies": {
6298 - "debug": "^4.3.4"
6299 - },
6376 + "version": "7.1.3",
6377 + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
6378 + "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
6379 + "dev": true,
6380 + "license": "MIT",
6381 "engines": {
6382 "node": ">= 14"
6383 }
@@ -6305,6 +6386,8 @@
6386 "version": "7.0.2",
6387 "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
6388 "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
6389 + "dev": true,
6390 + "license": "MIT",
6391 "dependencies": {
6392 "agent-base": "^7.1.0",
6393 "debug": "^4.3.4"
@@ -6314,11 +6397,13 @@
6397 }
6398 },
6399 "node_modules/@npmcli/agent/node_modules/https-proxy-agent": {
6317 - "version": "7.0.4",
6318 - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
6319 - "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
6400 + "version": "7.0.6",
6401 + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
6402 + "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
6403 + "dev": true,
6404 + "license": "MIT",
6405 "dependencies": {
6321 - "agent-base": "^7.0.2",
6406 + "agent-base": "^7.1.2",
6407 "debug": "4"
6408 },
6409 "engines": {
@@ -6326,10 +6411,11 @@
6411 }
6412 },
6413 "node_modules/@npmcli/arborist": {
6329 - "version": "7.5.3",
6330 - "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.5.3.tgz",
6331 - "integrity": "sha512-7gbMdDNSYUzi0j2mpb6FoXRg3BxXWplMQZH1MZlvNjSdWFObaUz2Ssvo0Nlh2xmWks1OPo+gpsE6qxpT/5M7lQ==",
6414 + "version": "7.5.4",
6415 + "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.5.4.tgz",
6416 + "integrity": "sha512-nWtIc6QwwoUORCRNzKx4ypHqCk3drI+5aeYdMTQQiRCcn4lOOgfQh7WyZobGYTxXPSq1VwV53lkpN/BRlRk08g==",
6417 "dev": true,
6418 + "license": "ISC",
6419 "dependencies": {
6420 "@isaacs/string-locale-compare": "^1.1.0",
6421 "@npmcli/fs": "^3.1.1",
@@ -6374,20 +6460,188 @@
6460 "node": "^16.14.0 || >=18.0.0"

This file is too large to show in full.