this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

run `npm update`

+450 -396
+6
changelog.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 + ## [Unreleased](https://github.com/patrik-csak/BB26/compare/v5.0.0...HEAD) 9 + 10 + ### Changed 11 + 12 + - Updated dependencies 13 + 8 14 ## [5.0.0](https://github.com/patrik-csak/BB26/compare/v4.0.0...v5.0.0) – 2025-07-26 9 15 10 16 ### Changed
+444 -396
package-lock.json
··· 61 61 } 62 62 }, 63 63 "node_modules/@babel/helper-validator-identifier": { 64 - "version": "7.27.1", 65 - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz", 66 - "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==", 64 + "version": "7.28.5", 65 + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", 66 + "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", 67 67 "dev": true, 68 68 "license": "MIT", 69 69 "engines": { ··· 81 81 } 82 82 }, 83 83 "node_modules/@emnapi/core": { 84 - "version": "1.4.5", 85 - "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.4.5.tgz", 86 - "integrity": "sha512-XsLw1dEOpkSX/WucdqUhPWP7hDxSvZiY+fsUC14h+FtQ2Ifni4znbBt8punRX+Uj2JG/uDb8nEHVKvrVlvdZ5Q==", 84 + "version": "1.7.1", 85 + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.7.1.tgz", 86 + "integrity": "sha512-o1uhUASyo921r2XtHYOHy7gdkGLge8ghBEQHMWmyJFoXlpU58kIrhhN3w26lpQb6dspetweapMn2CSNwQ8I4wg==", 87 87 "dev": true, 88 88 "license": "MIT", 89 89 "optional": true, 90 90 "dependencies": { 91 - "@emnapi/wasi-threads": "1.0.4", 91 + "@emnapi/wasi-threads": "1.1.0", 92 92 "tslib": "^2.4.0" 93 93 } 94 94 }, 95 95 "node_modules/@emnapi/runtime": { 96 - "version": "1.4.5", 97 - "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.5.tgz", 98 - "integrity": "sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==", 96 + "version": "1.7.1", 97 + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.7.1.tgz", 98 + "integrity": "sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==", 99 99 "dev": true, 100 100 "license": "MIT", 101 101 "optional": true, ··· 104 104 } 105 105 }, 106 106 "node_modules/@emnapi/wasi-threads": { 107 - "version": "1.0.4", 108 - "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.4.tgz", 109 - "integrity": "sha512-PJR+bOmMOPH8AtcTGAyYNiuJ3/Fcoj2XN/gBEWzDIKh254XO+mM9XoXHk5GNEhodxeMznbg7BlRojVbKN+gC6g==", 107 + "version": "1.1.0", 108 + "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz", 109 + "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==", 110 110 "dev": true, 111 111 "license": "MIT", 112 112 "optional": true, ··· 148 148 } 149 149 }, 150 150 "node_modules/@eslint-community/eslint-utils": { 151 - "version": "4.7.0", 152 - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz", 153 - "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==", 151 + "version": "4.9.0", 152 + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz", 153 + "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==", 154 154 "dev": true, 155 155 "license": "MIT", 156 156 "dependencies": { ··· 180 180 } 181 181 }, 182 182 "node_modules/@eslint-community/regexpp": { 183 - "version": "4.12.1", 184 - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", 185 - "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", 183 + "version": "4.12.2", 184 + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz", 185 + "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==", 186 186 "dev": true, 187 187 "license": "MIT", 188 188 "engines": { ··· 190 190 } 191 191 }, 192 192 "node_modules/@eslint/config-array": { 193 - "version": "0.21.0", 194 - "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz", 195 - "integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==", 193 + "version": "0.21.1", 194 + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz", 195 + "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==", 196 196 "dev": true, 197 197 "license": "Apache-2.0", 198 198 "dependencies": { 199 - "@eslint/object-schema": "^2.1.6", 199 + "@eslint/object-schema": "^2.1.7", 200 200 "debug": "^4.3.1", 201 201 "minimatch": "^3.1.2" 202 202 }, ··· 205 205 } 206 206 }, 207 207 "node_modules/@eslint/config-helpers": { 208 - "version": "0.3.0", 209 - "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.0.tgz", 210 - "integrity": "sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==", 208 + "version": "0.4.2", 209 + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz", 210 + "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==", 211 211 "dev": true, 212 212 "license": "Apache-2.0", 213 + "dependencies": { 214 + "@eslint/core": "^0.17.0" 215 + }, 213 216 "engines": { 214 217 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 215 218 } 216 219 }, 217 220 "node_modules/@eslint/core": { 218 - "version": "0.15.1", 219 - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.1.tgz", 220 - "integrity": "sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==", 221 + "version": "0.17.0", 222 + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz", 223 + "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==", 221 224 "dev": true, 222 225 "license": "Apache-2.0", 223 226 "dependencies": { ··· 252 255 } 253 256 }, 254 257 "node_modules/@eslint/js": { 255 - "version": "9.32.0", 256 - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.32.0.tgz", 257 - "integrity": "sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==", 258 + "version": "9.39.1", 259 + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.1.tgz", 260 + "integrity": "sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==", 258 261 "dev": true, 259 262 "license": "MIT", 260 263 "engines": { ··· 265 268 } 266 269 }, 267 270 "node_modules/@eslint/object-schema": { 268 - "version": "2.1.6", 269 - "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz", 270 - "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==", 271 + "version": "2.1.7", 272 + "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz", 273 + "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==", 271 274 "dev": true, 272 275 "license": "Apache-2.0", 273 276 "engines": { ··· 275 278 } 276 279 }, 277 280 "node_modules/@eslint/plugin-kit": { 278 - "version": "0.3.4", 279 - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz", 280 - "integrity": "sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==", 281 + "version": "0.4.1", 282 + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz", 283 + "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==", 281 284 "dev": true, 282 285 "license": "Apache-2.0", 283 286 "dependencies": { 284 - "@eslint/core": "^0.15.1", 287 + "@eslint/core": "^0.17.0", 285 288 "levn": "^0.4.1" 286 289 }, 287 290 "engines": { ··· 299 302 } 300 303 }, 301 304 "node_modules/@humanfs/node": { 302 - "version": "0.16.6", 303 - "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz", 304 - "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==", 305 + "version": "0.16.7", 306 + "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz", 307 + "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==", 305 308 "dev": true, 306 309 "license": "Apache-2.0", 307 310 "dependencies": { 308 311 "@humanfs/core": "^0.19.1", 309 - "@humanwhocodes/retry": "^0.3.0" 312 + "@humanwhocodes/retry": "^0.4.0" 310 313 }, 311 314 "engines": { 312 315 "node": ">=18.18.0" 313 - } 314 - }, 315 - "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": { 316 - "version": "0.3.1", 317 - "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz", 318 - "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==", 319 - "dev": true, 320 - "license": "Apache-2.0", 321 - "engines": { 322 - "node": ">=18.18" 323 - }, 324 - "funding": { 325 - "type": "github", 326 - "url": "https://github.com/sponsors/nzakas" 327 316 } 328 317 }, 329 318 "node_modules/@humanwhocodes/module-importer": { ··· 454 443 } 455 444 }, 456 445 "node_modules/@jridgewell/sourcemap-codec": { 457 - "version": "1.5.4", 458 - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz", 459 - "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==", 446 + "version": "1.5.5", 447 + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", 448 + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", 460 449 "dev": true, 461 450 "license": "MIT" 462 451 }, 463 452 "node_modules/@jridgewell/trace-mapping": { 464 - "version": "0.3.29", 465 - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz", 466 - "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==", 453 + "version": "0.3.31", 454 + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", 455 + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", 467 456 "dev": true, 468 457 "license": "MIT", 469 458 "dependencies": { ··· 569 558 } 570 559 }, 571 560 "node_modules/@rollup/pluginutils": { 572 - "version": "5.2.0", 573 - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.2.0.tgz", 574 - "integrity": "sha512-qWJ2ZTbmumwiLFomfzTyt5Kng4hwPi9rwCYN4SHb6eaRU1KNO4ccxINHr/VhH4GgPlt1XfSTLX2LBTme8ne4Zw==", 561 + "version": "5.3.0", 562 + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz", 563 + "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==", 575 564 "dev": true, 576 565 "license": "MIT", 577 566 "dependencies": { ··· 657 646 } 658 647 }, 659 648 "node_modules/@tybys/wasm-util": { 660 - "version": "0.10.0", 661 - "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.0.tgz", 662 - "integrity": "sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ==", 649 + "version": "0.10.1", 650 + "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz", 651 + "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==", 663 652 "dev": true, 664 653 "license": "MIT", 665 654 "optional": true, ··· 700 689 "license": "MIT" 701 690 }, 702 691 "node_modules/@typescript-eslint/eslint-plugin": { 703 - "version": "8.38.0", 704 - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.38.0.tgz", 705 - "integrity": "sha512-CPoznzpuAnIOl4nhj4tRr4gIPj5AfKgkiJmGQDaq+fQnRJTYlcBjbX3wbciGmpoPf8DREufuPRe1tNMZnGdanA==", 692 + "version": "8.47.0", 693 + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.47.0.tgz", 694 + "integrity": "sha512-fe0rz9WJQ5t2iaLfdbDc9T80GJy0AeO453q8C3YCilnGozvOyCG5t+EZtg7j7D88+c3FipfP/x+wzGnh1xp8ZA==", 706 695 "dev": true, 707 696 "license": "MIT", 708 697 "dependencies": { 709 698 "@eslint-community/regexpp": "^4.10.0", 710 - "@typescript-eslint/scope-manager": "8.38.0", 711 - "@typescript-eslint/type-utils": "8.38.0", 712 - "@typescript-eslint/utils": "8.38.0", 713 - "@typescript-eslint/visitor-keys": "8.38.0", 699 + "@typescript-eslint/scope-manager": "8.47.0", 700 + "@typescript-eslint/type-utils": "8.47.0", 701 + "@typescript-eslint/utils": "8.47.0", 702 + "@typescript-eslint/visitor-keys": "8.47.0", 714 703 "graphemer": "^1.4.0", 715 704 "ignore": "^7.0.0", 716 705 "natural-compare": "^1.4.0", ··· 724 713 "url": "https://opencollective.com/typescript-eslint" 725 714 }, 726 715 "peerDependencies": { 727 - "@typescript-eslint/parser": "^8.38.0", 716 + "@typescript-eslint/parser": "^8.47.0", 728 717 "eslint": "^8.57.0 || ^9.0.0", 729 - "typescript": ">=4.8.4 <5.9.0" 718 + "typescript": ">=4.8.4 <6.0.0" 730 719 } 731 720 }, 732 721 "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": { ··· 740 729 } 741 730 }, 742 731 "node_modules/@typescript-eslint/parser": { 743 - "version": "8.38.0", 744 - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.38.0.tgz", 745 - "integrity": "sha512-Zhy8HCvBUEfBECzIl1PKqF4p11+d0aUJS1GeUiuqK9WmOug8YCmC4h4bjyBvMyAMI9sbRczmrYL5lKg/YMbrcQ==", 732 + "version": "8.47.0", 733 + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.47.0.tgz", 734 + "integrity": "sha512-lJi3PfxVmo0AkEY93ecfN+r8SofEqZNGByvHAI3GBLrvt1Cw6H5k1IM02nSzu0RfUafr2EvFSw0wAsZgubNplQ==", 746 735 "dev": true, 747 736 "license": "MIT", 748 737 "dependencies": { 749 - "@typescript-eslint/scope-manager": "8.38.0", 750 - "@typescript-eslint/types": "8.38.0", 751 - "@typescript-eslint/typescript-estree": "8.38.0", 752 - "@typescript-eslint/visitor-keys": "8.38.0", 738 + "@typescript-eslint/scope-manager": "8.47.0", 739 + "@typescript-eslint/types": "8.47.0", 740 + "@typescript-eslint/typescript-estree": "8.47.0", 741 + "@typescript-eslint/visitor-keys": "8.47.0", 753 742 "debug": "^4.3.4" 754 743 }, 755 744 "engines": { ··· 761 750 }, 762 751 "peerDependencies": { 763 752 "eslint": "^8.57.0 || ^9.0.0", 764 - "typescript": ">=4.8.4 <5.9.0" 753 + "typescript": ">=4.8.4 <6.0.0" 765 754 } 766 755 }, 767 756 "node_modules/@typescript-eslint/project-service": { 768 - "version": "8.38.0", 769 - "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.38.0.tgz", 770 - "integrity": "sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg==", 757 + "version": "8.47.0", 758 + "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.47.0.tgz", 759 + "integrity": "sha512-2X4BX8hUeB5JcA1TQJ7GjcgulXQ+5UkNb0DL8gHsHUHdFoiCTJoYLTpib3LtSDPZsRET5ygN4qqIWrHyYIKERA==", 771 760 "dev": true, 772 761 "license": "MIT", 773 762 "dependencies": { 774 - "@typescript-eslint/tsconfig-utils": "^8.38.0", 775 - "@typescript-eslint/types": "^8.38.0", 763 + "@typescript-eslint/tsconfig-utils": "^8.47.0", 764 + "@typescript-eslint/types": "^8.47.0", 776 765 "debug": "^4.3.4" 777 766 }, 778 767 "engines": { ··· 783 772 "url": "https://opencollective.com/typescript-eslint" 784 773 }, 785 774 "peerDependencies": { 786 - "typescript": ">=4.8.4 <5.9.0" 775 + "typescript": ">=4.8.4 <6.0.0" 787 776 } 788 777 }, 789 778 "node_modules/@typescript-eslint/scope-manager": { 790 - "version": "8.38.0", 791 - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.38.0.tgz", 792 - "integrity": "sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ==", 779 + "version": "8.47.0", 780 + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.47.0.tgz", 781 + "integrity": "sha512-a0TTJk4HXMkfpFkL9/WaGTNuv7JWfFTQFJd6zS9dVAjKsojmv9HT55xzbEpnZoY+VUb+YXLMp+ihMLz/UlZfDg==", 793 782 "dev": true, 794 783 "license": "MIT", 795 784 "dependencies": { 796 - "@typescript-eslint/types": "8.38.0", 797 - "@typescript-eslint/visitor-keys": "8.38.0" 785 + "@typescript-eslint/types": "8.47.0", 786 + "@typescript-eslint/visitor-keys": "8.47.0" 798 787 }, 799 788 "engines": { 800 789 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" ··· 805 794 } 806 795 }, 807 796 "node_modules/@typescript-eslint/tsconfig-utils": { 808 - "version": "8.38.0", 809 - "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.38.0.tgz", 810 - "integrity": "sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ==", 797 + "version": "8.47.0", 798 + "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.47.0.tgz", 799 + "integrity": "sha512-ybUAvjy4ZCL11uryalkKxuT3w3sXJAuWhOoGS3T/Wu+iUu1tGJmk5ytSY8gbdACNARmcYEB0COksD2j6hfGK2g==", 811 800 "dev": true, 812 801 "license": "MIT", 813 802 "engines": { ··· 818 807 "url": "https://opencollective.com/typescript-eslint" 819 808 }, 820 809 "peerDependencies": { 821 - "typescript": ">=4.8.4 <5.9.0" 810 + "typescript": ">=4.8.4 <6.0.0" 822 811 } 823 812 }, 824 813 "node_modules/@typescript-eslint/type-utils": { 825 - "version": "8.38.0", 826 - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.38.0.tgz", 827 - "integrity": "sha512-c7jAvGEZVf0ao2z+nnz8BUaHZD09Agbh+DY7qvBQqLiz8uJzRgVPj5YvOh8I8uEiH8oIUGIfHzMwUcGVco/SJg==", 814 + "version": "8.47.0", 815 + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.47.0.tgz", 816 + "integrity": "sha512-QC9RiCmZ2HmIdCEvhd1aJELBlD93ErziOXXlHEZyuBo3tBiAZieya0HLIxp+DoDWlsQqDawyKuNEhORyku+P8A==", 828 817 "dev": true, 829 818 "license": "MIT", 830 819 "dependencies": { 831 - "@typescript-eslint/types": "8.38.0", 832 - "@typescript-eslint/typescript-estree": "8.38.0", 833 - "@typescript-eslint/utils": "8.38.0", 820 + "@typescript-eslint/types": "8.47.0", 821 + "@typescript-eslint/typescript-estree": "8.47.0", 822 + "@typescript-eslint/utils": "8.47.0", 834 823 "debug": "^4.3.4", 835 824 "ts-api-utils": "^2.1.0" 836 825 }, ··· 843 832 }, 844 833 "peerDependencies": { 845 834 "eslint": "^8.57.0 || ^9.0.0", 846 - "typescript": ">=4.8.4 <5.9.0" 835 + "typescript": ">=4.8.4 <6.0.0" 847 836 } 848 837 }, 849 838 "node_modules/@typescript-eslint/types": { 850 - "version": "8.38.0", 851 - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.38.0.tgz", 852 - "integrity": "sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==", 839 + "version": "8.47.0", 840 + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.47.0.tgz", 841 + "integrity": "sha512-nHAE6bMKsizhA2uuYZbEbmp5z2UpffNrPEqiKIeN7VsV6UY/roxanWfoRrf6x/k9+Obf+GQdkm0nPU+vnMXo9A==", 853 842 "dev": true, 854 843 "license": "MIT", 855 844 "engines": { ··· 861 850 } 862 851 }, 863 852 "node_modules/@typescript-eslint/typescript-estree": { 864 - "version": "8.38.0", 865 - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.38.0.tgz", 866 - "integrity": "sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==", 853 + "version": "8.47.0", 854 + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.47.0.tgz", 855 + "integrity": "sha512-k6ti9UepJf5NpzCjH31hQNLHQWupTRPhZ+KFF8WtTuTpy7uHPfeg2NM7cP27aCGajoEplxJDFVCEm9TGPYyiVg==", 867 856 "dev": true, 868 857 "license": "MIT", 869 858 "dependencies": { 870 - "@typescript-eslint/project-service": "8.38.0", 871 - "@typescript-eslint/tsconfig-utils": "8.38.0", 872 - "@typescript-eslint/types": "8.38.0", 873 - "@typescript-eslint/visitor-keys": "8.38.0", 859 + "@typescript-eslint/project-service": "8.47.0", 860 + "@typescript-eslint/tsconfig-utils": "8.47.0", 861 + "@typescript-eslint/types": "8.47.0", 862 + "@typescript-eslint/visitor-keys": "8.47.0", 874 863 "debug": "^4.3.4", 875 864 "fast-glob": "^3.3.2", 876 865 "is-glob": "^4.0.3", ··· 886 875 "url": "https://opencollective.com/typescript-eslint" 887 876 }, 888 877 "peerDependencies": { 889 - "typescript": ">=4.8.4 <5.9.0" 878 + "typescript": ">=4.8.4 <6.0.0" 890 879 } 891 880 }, 892 881 "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": { ··· 916 905 } 917 906 }, 918 907 "node_modules/@typescript-eslint/utils": { 919 - "version": "8.38.0", 920 - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.38.0.tgz", 921 - "integrity": "sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==", 908 + "version": "8.47.0", 909 + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.47.0.tgz", 910 + "integrity": "sha512-g7XrNf25iL4TJOiPqatNuaChyqt49a/onq5YsJ9+hXeugK+41LVg7AxikMfM02PC6jbNtZLCJj6AUcQXJS/jGQ==", 922 911 "dev": true, 923 912 "license": "MIT", 924 913 "dependencies": { 925 914 "@eslint-community/eslint-utils": "^4.7.0", 926 - "@typescript-eslint/scope-manager": "8.38.0", 927 - "@typescript-eslint/types": "8.38.0", 928 - "@typescript-eslint/typescript-estree": "8.38.0" 915 + "@typescript-eslint/scope-manager": "8.47.0", 916 + "@typescript-eslint/types": "8.47.0", 917 + "@typescript-eslint/typescript-estree": "8.47.0" 929 918 }, 930 919 "engines": { 931 920 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" ··· 936 925 }, 937 926 "peerDependencies": { 938 927 "eslint": "^8.57.0 || ^9.0.0", 939 - "typescript": ">=4.8.4 <5.9.0" 928 + "typescript": ">=4.8.4 <6.0.0" 940 929 } 941 930 }, 942 931 "node_modules/@typescript-eslint/visitor-keys": { 943 - "version": "8.38.0", 944 - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.38.0.tgz", 945 - "integrity": "sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==", 932 + "version": "8.47.0", 933 + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.47.0.tgz", 934 + "integrity": "sha512-SIV3/6eftCy1bNzCQoPmbWsRLujS8t5iDIZ4spZOBHqrM+yfX2ogg8Tt3PDTAVKw3sSCiUgg30uOAvK2r9zGjQ==", 946 935 "dev": true, 947 936 "license": "MIT", 948 937 "dependencies": { 949 - "@typescript-eslint/types": "8.38.0", 938 + "@typescript-eslint/types": "8.47.0", 950 939 "eslint-visitor-keys": "^4.2.1" 951 940 }, 952 941 "engines": { ··· 1350 1339 } 1351 1340 }, 1352 1341 "node_modules/ansi-regex": { 1353 - "version": "6.1.0", 1354 - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", 1355 - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", 1342 + "version": "6.2.2", 1343 + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", 1344 + "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", 1356 1345 "dev": true, 1357 1346 "license": "MIT", 1358 1347 "engines": { ··· 1363 1352 } 1364 1353 }, 1365 1354 "node_modules/ansi-styles": { 1366 - "version": "6.2.1", 1367 - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", 1368 - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", 1355 + "version": "6.2.3", 1356 + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", 1357 + "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", 1369 1358 "dev": true, 1370 1359 "license": "MIT", 1371 1360 "engines": { ··· 1656 1645 "dev": true, 1657 1646 "license": "MIT" 1658 1647 }, 1648 + "node_modules/baseline-browser-mapping": { 1649 + "version": "2.8.29", 1650 + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.29.tgz", 1651 + "integrity": "sha512-sXdt2elaVnhpDNRDz+1BDx1JQoJRuNk7oVlAlbGiFkLikHCAQiccexF/9e91zVi6RCgqspl04aP+6Cnl9zRLrA==", 1652 + "dev": true, 1653 + "license": "Apache-2.0", 1654 + "bin": { 1655 + "baseline-browser-mapping": "dist/cli.js" 1656 + } 1657 + }, 1659 1658 "node_modules/bindings": { 1660 1659 "version": "1.5.0", 1661 1660 "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", ··· 1698 1697 } 1699 1698 }, 1700 1699 "node_modules/browserslist": { 1701 - "version": "4.25.1", 1702 - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.1.tgz", 1703 - "integrity": "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==", 1700 + "version": "4.28.0", 1701 + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.0.tgz", 1702 + "integrity": "sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==", 1704 1703 "dev": true, 1705 1704 "funding": [ 1706 1705 { ··· 1718 1717 ], 1719 1718 "license": "MIT", 1720 1719 "dependencies": { 1721 - "caniuse-lite": "^1.0.30001726", 1722 - "electron-to-chromium": "^1.5.173", 1723 - "node-releases": "^2.0.19", 1724 - "update-browserslist-db": "^1.1.3" 1720 + "baseline-browser-mapping": "^2.8.25", 1721 + "caniuse-lite": "^1.0.30001754", 1722 + "electron-to-chromium": "^1.5.249", 1723 + "node-releases": "^2.0.27", 1724 + "update-browserslist-db": "^1.1.4" 1725 1725 }, 1726 1726 "bin": { 1727 1727 "browserslist": "cli.js" ··· 1856 1856 } 1857 1857 }, 1858 1858 "node_modules/caniuse-lite": { 1859 - "version": "1.0.30001727", 1860 - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001727.tgz", 1861 - "integrity": "sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==", 1859 + "version": "1.0.30001755", 1860 + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001755.tgz", 1861 + "integrity": "sha512-44V+Jm6ctPj7R52Na4TLi3Zri4dWUljJd+RDm+j8LtNCc/ihLCT+X1TzoOAkRETEWqjuLnh9581Tl80FvK7jVA==", 1862 1862 "dev": true, 1863 1863 "funding": [ 1864 1864 { ··· 1877 1877 "license": "CC-BY-4.0" 1878 1878 }, 1879 1879 "node_modules/cbor": { 1880 - "version": "10.0.9", 1881 - "resolved": "https://registry.npmjs.org/cbor/-/cbor-10.0.9.tgz", 1882 - "integrity": "sha512-KEWYehb/vJkRmigctVQLsz73Us2RNnITo/wOwQV5AtZpLGH1r2PPlsNHdsX460YuHZCyhLklbYzAOuJfOeg34Q==", 1880 + "version": "10.0.11", 1881 + "resolved": "https://registry.npmjs.org/cbor/-/cbor-10.0.11.tgz", 1882 + "integrity": "sha512-vIwORDd/WyB8Nc23o2zNN5RrtFGlR6Fca61TtjkUXueI3Jf2DOZDl1zsshvBntZ3wZHBM9ztjnkXSmzQDaq3WA==", 1883 1883 "dev": true, 1884 1884 "license": "MIT", 1885 1885 "dependencies": { ··· 1890 1890 } 1891 1891 }, 1892 1892 "node_modules/chalk": { 1893 - "version": "5.4.1", 1894 - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", 1895 - "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", 1893 + "version": "5.6.2", 1894 + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", 1895 + "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", 1896 1896 "dev": true, 1897 1897 "license": "MIT", 1898 1898 "engines": { ··· 1920 1920 "license": "MIT" 1921 1921 }, 1922 1922 "node_modules/ci-info": { 1923 - "version": "4.3.0", 1924 - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.3.0.tgz", 1925 - "integrity": "sha512-l+2bNRMiQgcfILUi33labAZYIWlH1kWDp+ecNo5iisRKrbm0xcRyCww71/YU0Fkw0mAFpz9bJayXPjey6vkmaQ==", 1923 + "version": "4.3.1", 1924 + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.3.1.tgz", 1925 + "integrity": "sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA==", 1926 1926 "dev": true, 1927 1927 "funding": [ 1928 1928 { ··· 2210 2210 } 2211 2211 }, 2212 2212 "node_modules/core-js-compat": { 2213 - "version": "3.44.0", 2214 - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.44.0.tgz", 2215 - "integrity": "sha512-JepmAj2zfl6ogy34qfWtcE7nHKAJnKsQFRn++scjVS2bZFllwptzw61BZcZFYBPpUznLfAvh0LGhxKppk04ClA==", 2213 + "version": "3.46.0", 2214 + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.46.0.tgz", 2215 + "integrity": "sha512-p9hObIIEENxSV8xIu+V68JjSeARg6UVMG5mR+JEUguG3sI6MsiS1njz2jHmyJDvA+8jX/sytkBHup6kxhM9law==", 2216 2216 "dev": true, 2217 2217 "license": "MIT", 2218 2218 "dependencies": { 2219 - "browserslist": "^4.25.1" 2219 + "browserslist": "^4.26.3" 2220 2220 }, 2221 2221 "funding": { 2222 2222 "type": "opencollective", ··· 2346 2346 } 2347 2347 }, 2348 2348 "node_modules/debug": { 2349 - "version": "4.4.1", 2350 - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", 2351 - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", 2349 + "version": "4.4.3", 2350 + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", 2351 + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", 2352 2352 "dev": true, 2353 2353 "license": "MIT", 2354 2354 "dependencies": { ··· 2371 2371 "license": "MIT" 2372 2372 }, 2373 2373 "node_modules/default-browser": { 2374 - "version": "5.2.1", 2375 - "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.2.1.tgz", 2376 - "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==", 2374 + "version": "5.4.0", 2375 + "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.4.0.tgz", 2376 + "integrity": "sha512-XDuvSq38Hr1MdN47EDvYtx3U0MTqpCEn+F6ft8z2vYDzMrvQhVp0ui9oQdqW3MvK3vqUETglt1tVGgjLuJ5izg==", 2377 2377 "dev": true, 2378 2378 "license": "MIT", 2379 2379 "dependencies": { ··· 2388 2388 } 2389 2389 }, 2390 2390 "node_modules/default-browser-id": { 2391 - "version": "5.0.0", 2392 - "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz", 2393 - "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==", 2391 + "version": "5.0.1", 2392 + "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.1.tgz", 2393 + "integrity": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==", 2394 2394 "dev": true, 2395 2395 "license": "MIT", 2396 2396 "engines": { ··· 2450 2450 } 2451 2451 }, 2452 2452 "node_modules/del": { 2453 - "version": "8.0.0", 2454 - "resolved": "https://registry.npmjs.org/del/-/del-8.0.0.tgz", 2455 - "integrity": "sha512-R6ep6JJ+eOBZsBr9esiNN1gxFbZE4Q2cULkUSFumGYecAiS6qodDvcPx/sFuWHMNul7DWmrtoEOpYSm7o6tbSA==", 2453 + "version": "8.0.1", 2454 + "resolved": "https://registry.npmjs.org/del/-/del-8.0.1.tgz", 2455 + "integrity": "sha512-gPqh0mKTPvaUZGAuHbrBUYKZWBNAeHG7TU3QH5EhVwPMyKvmfJaNXhcD2jTcXsJRRcffuho4vaYweu80dRrMGA==", 2456 2456 "dev": true, 2457 2457 "license": "MIT", 2458 2458 "dependencies": { ··· 2461 2461 "is-path-cwd": "^3.0.0", 2462 2462 "is-path-inside": "^4.0.0", 2463 2463 "p-map": "^7.0.2", 2464 + "presentable-error": "^0.0.1", 2464 2465 "slash": "^5.1.0" 2465 2466 }, 2466 2467 "engines": { ··· 2492 2493 } 2493 2494 }, 2494 2495 "node_modules/detect-indent": { 2495 - "version": "7.0.1", 2496 - "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-7.0.1.tgz", 2497 - "integrity": "sha512-Mc7QhQ8s+cLrnUfU/Ji94vG/r8M26m8f++vyres4ZoojaRDpZ1eSIh/EpzLNwlWuvzSZ3UbDFspjFvTDXe6e/g==", 2496 + "version": "7.0.2", 2497 + "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-7.0.2.tgz", 2498 + "integrity": "sha512-y+8xyqdGLL+6sh0tVeHcfP/QDd8gUgbasolJJpY7NgeQGSZ739bDtSiaiDgtoicy+mtYB81dKLxO9xRhCyIB3A==", 2498 2499 "dev": true, 2499 2500 "license": "MIT", 2500 2501 "engines": { 2501 2502 "node": ">=12.20" 2503 + }, 2504 + "funding": { 2505 + "url": "https://github.com/sponsors/sindresorhus" 2502 2506 } 2503 2507 }, 2504 2508 "node_modules/detect-libc": { 2505 - "version": "2.0.4", 2506 - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", 2507 - "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", 2509 + "version": "2.1.2", 2510 + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", 2511 + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", 2508 2512 "dev": true, 2509 2513 "license": "Apache-2.0", 2510 2514 "engines": { ··· 2552 2556 "url": "https://github.com/sponsors/sindresorhus" 2553 2557 } 2554 2558 }, 2555 - "node_modules/dot-prop/node_modules/type-fest": { 2556 - "version": "3.13.1", 2557 - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz", 2558 - "integrity": "sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==", 2559 - "license": "(MIT OR CC0-1.0)", 2560 - "engines": { 2561 - "node": ">=14.16" 2562 - }, 2563 - "funding": { 2564 - "url": "https://github.com/sponsors/sindresorhus" 2565 - } 2566 - }, 2567 2559 "node_modules/dunder-proto": { 2568 2560 "version": "1.0.1", 2569 2561 "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", ··· 2587 2579 "license": "MIT" 2588 2580 }, 2589 2581 "node_modules/electron-to-chromium": { 2590 - "version": "1.5.191", 2591 - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.191.tgz", 2592 - "integrity": "sha512-xcwe9ELcuxYLUFqZZxL19Z6HVKcvNkIwhbHUz7L3us6u12yR+7uY89dSl570f/IqNthx8dAw3tojG7i4Ni4tDA==", 2582 + "version": "1.5.255", 2583 + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.255.tgz", 2584 + "integrity": "sha512-Z9oIp4HrFF/cZkDPMpz2XSuVpc1THDpT4dlmATFlJUIBVCy9Vap5/rIXsASP1CscBacBqhabwh8vLctqBwEerQ==", 2593 2585 "dev": true, 2594 2586 "license": "ISC" 2595 2587 }, ··· 2607 2599 } 2608 2600 }, 2609 2601 "node_modules/emoji-regex": { 2610 - "version": "10.4.0", 2611 - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", 2612 - "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==", 2602 + "version": "10.6.0", 2603 + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz", 2604 + "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==", 2613 2605 "dev": true, 2614 2606 "license": "MIT" 2615 2607 }, ··· 2627 2619 } 2628 2620 }, 2629 2621 "node_modules/enhanced-resolve": { 2630 - "version": "5.18.2", 2631 - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.2.tgz", 2632 - "integrity": "sha512-6Jw4sE1maoRJo3q8MsSIn2onJFbLTOjY9hlx4DZXmOKvLRd1Ok2kXmAGXaafL2+ijsJZ1ClYbl/pmqr9+k4iUQ==", 2622 + "version": "5.18.3", 2623 + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz", 2624 + "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==", 2633 2625 "dev": true, 2634 2626 "license": "MIT", 2635 2627 "dependencies": { ··· 2641 2633 } 2642 2634 }, 2643 2635 "node_modules/env-editor": { 2644 - "version": "1.1.0", 2645 - "resolved": "https://registry.npmjs.org/env-editor/-/env-editor-1.1.0.tgz", 2646 - "integrity": "sha512-7AXskzN6T7Q9TFcKAGJprUbpQa4i1VsAetO9rdBqbGMGlragTziBgWt4pVYJMBWHQlLoX0buy6WFikzPH4Qjpw==", 2636 + "version": "1.3.0", 2637 + "resolved": "https://registry.npmjs.org/env-editor/-/env-editor-1.3.0.tgz", 2638 + "integrity": "sha512-EqiD/j01PooUbeWk+etUo2TWoocjoxMfGNYpS9e47glIJ5r8WepycIki+LCbonFbPdwlqY5ETeSTAJVMih4z4w==", 2647 2639 "dev": true, 2648 2640 "license": "MIT", 2649 2641 "engines": { ··· 2676 2668 } 2677 2669 }, 2678 2670 "node_modules/error-ex": { 2679 - "version": "1.3.2", 2680 - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", 2681 - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", 2671 + "version": "1.3.4", 2672 + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz", 2673 + "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==", 2682 2674 "dev": true, 2683 2675 "license": "MIT", 2684 2676 "dependencies": { ··· 2886 2878 } 2887 2879 }, 2888 2880 "node_modules/eslint": { 2889 - "version": "9.32.0", 2890 - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.32.0.tgz", 2891 - "integrity": "sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==", 2881 + "version": "9.39.1", 2882 + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.1.tgz", 2883 + "integrity": "sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==", 2892 2884 "dev": true, 2893 2885 "license": "MIT", 2894 2886 "dependencies": { 2895 - "@eslint-community/eslint-utils": "^4.2.0", 2887 + "@eslint-community/eslint-utils": "^4.8.0", 2896 2888 "@eslint-community/regexpp": "^4.12.1", 2897 - "@eslint/config-array": "^0.21.0", 2898 - "@eslint/config-helpers": "^0.3.0", 2899 - "@eslint/core": "^0.15.0", 2889 + "@eslint/config-array": "^0.21.1", 2890 + "@eslint/config-helpers": "^0.4.2", 2891 + "@eslint/core": "^0.17.0", 2900 2892 "@eslint/eslintrc": "^3.3.1", 2901 - "@eslint/js": "9.32.0", 2902 - "@eslint/plugin-kit": "^0.3.4", 2893 + "@eslint/js": "9.39.1", 2894 + "@eslint/plugin-kit": "^0.4.1", 2903 2895 "@humanfs/node": "^0.16.6", 2904 2896 "@humanwhocodes/module-importer": "^1.0.1", 2905 2897 "@humanwhocodes/retry": "^0.4.2", 2906 2898 "@types/estree": "^1.0.6", 2907 - "@types/json-schema": "^7.0.15", 2908 2899 "ajv": "^6.12.4", 2909 2900 "chalk": "^4.0.0", 2910 2901 "cross-spawn": "^7.0.6", ··· 3256 3247 } 3257 3248 }, 3258 3249 "node_modules/eslint-plugin-import-x/node_modules/minimatch": { 3259 - "version": "10.0.3", 3260 - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz", 3261 - "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==", 3250 + "version": "10.1.1", 3251 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz", 3252 + "integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==", 3262 3253 "dev": true, 3263 - "license": "ISC", 3254 + "license": "BlueOak-1.0.0", 3264 3255 "dependencies": { 3265 3256 "@isaacs/brace-expansion": "^5.0.0" 3266 3257 }, ··· 3272 3263 } 3273 3264 }, 3274 3265 "node_modules/eslint-plugin-n": { 3275 - "version": "17.21.0", 3276 - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.21.0.tgz", 3277 - "integrity": "sha512-1+iZ8We4ZlwVMtb/DcHG3y5/bZOdazIpa/4TySo22MLKdwrLcfrX0hbadnCvykSQCCmkAnWmIP8jZVb2AAq29A==", 3266 + "version": "17.23.1", 3267 + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.23.1.tgz", 3268 + "integrity": "sha512-68PealUpYoHOBh332JLLD9Sj7OQUDkFpmcfqt8R9sySfFSeuGJjMTJQvCRRB96zO3A/PELRLkPrzsHmzEFQQ5A==", 3278 3269 "dev": true, 3279 3270 "license": "MIT", 3280 3271 "dependencies": { ··· 3283 3274 "eslint-plugin-es-x": "^7.8.0", 3284 3275 "get-tsconfig": "^4.8.1", 3285 3276 "globals": "^15.11.0", 3277 + "globrex": "^0.1.2", 3286 3278 "ignore": "^5.3.2", 3287 - "minimatch": "^9.0.5", 3288 3279 "semver": "^7.6.3", 3289 3280 "ts-declaration-location": "^1.0.6" 3290 3281 }, ··· 3298 3289 "eslint": ">=8.23.0" 3299 3290 } 3300 3291 }, 3301 - "node_modules/eslint-plugin-n/node_modules/brace-expansion": { 3302 - "version": "2.0.2", 3303 - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", 3304 - "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", 3305 - "dev": true, 3306 - "license": "MIT", 3307 - "dependencies": { 3308 - "balanced-match": "^1.0.0" 3309 - } 3310 - }, 3311 3292 "node_modules/eslint-plugin-n/node_modules/globals": { 3312 3293 "version": "15.15.0", 3313 3294 "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", ··· 3321 3302 "url": "https://github.com/sponsors/sindresorhus" 3322 3303 } 3323 3304 }, 3324 - "node_modules/eslint-plugin-n/node_modules/minimatch": { 3325 - "version": "9.0.5", 3326 - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", 3327 - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", 3328 - "dev": true, 3329 - "license": "ISC", 3330 - "dependencies": { 3331 - "brace-expansion": "^2.0.1" 3332 - }, 3333 - "engines": { 3334 - "node": ">=16 || 14 >=14.17" 3335 - }, 3336 - "funding": { 3337 - "url": "https://github.com/sponsors/isaacs" 3338 - } 3339 - }, 3340 3305 "node_modules/eslint-plugin-no-use-extend-native": { 3341 3306 "version": "0.7.2", 3342 3307 "resolved": "https://registry.npmjs.org/eslint-plugin-no-use-extend-native/-/eslint-plugin-no-use-extend-native-0.7.2.tgz", ··· 3357 3322 } 3358 3323 }, 3359 3324 "node_modules/eslint-plugin-prettier": { 3360 - "version": "5.5.3", 3361 - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.3.tgz", 3362 - "integrity": "sha512-NAdMYww51ehKfDyDhv59/eIItUVzU0Io9H2E8nHNGKEeeqlnci+1gCvrHib6EmZdf6GxF+LCV5K7UC65Ezvw7w==", 3325 + "version": "5.5.4", 3326 + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.4.tgz", 3327 + "integrity": "sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg==", 3363 3328 "dev": true, 3364 3329 "license": "MIT", 3365 3330 "dependencies": { ··· 3525 3490 } 3526 3491 }, 3527 3492 "node_modules/eslint-plugin-unicorn/node_modules/globals": { 3528 - "version": "16.3.0", 3529 - "resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz", 3530 - "integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==", 3493 + "version": "16.5.0", 3494 + "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", 3495 + "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", 3531 3496 "dev": true, 3532 3497 "license": "MIT", 3533 3498 "engines": { ··· 3783 3748 "license": "Apache-2.0" 3784 3749 }, 3785 3750 "node_modules/fast-equals": { 3786 - "version": "5.2.2", 3787 - "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.2.2.tgz", 3788 - "integrity": "sha512-V7/RktU11J3I36Nwq2JnZEM7tNm17eBJz+u25qdxBZeCKiX6BkVSZQjwWIr+IobgnZy+ag73tTZgZi7tr0LrBw==", 3751 + "version": "5.3.3", 3752 + "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.3.3.tgz", 3753 + "integrity": "sha512-/boTcHZeIAQ2r/tL11voclBHDeP9WPxLt+tyAbVSyyXuUFyh0Tne7gJZTqGbxnvj79TjLdCXLOY7UIPhyG5MTw==", 3789 3754 "license": "MIT", 3790 3755 "engines": { 3791 3756 "node": ">=6.0.0" ··· 3846 3811 } 3847 3812 }, 3848 3813 "node_modules/fdir": { 3849 - "version": "6.4.6", 3850 - "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz", 3851 - "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==", 3814 + "version": "6.5.0", 3815 + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", 3816 + "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", 3852 3817 "dev": true, 3853 3818 "license": "MIT", 3819 + "engines": { 3820 + "node": ">=12.0.0" 3821 + }, 3854 3822 "peerDependencies": { 3855 3823 "picomatch": "^3 || ^4" 3856 3824 }, ··· 4079 4047 "url": "https://github.com/sponsors/ljharb" 4080 4048 } 4081 4049 }, 4050 + "node_modules/generator-function": { 4051 + "version": "2.0.1", 4052 + "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz", 4053 + "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==", 4054 + "dev": true, 4055 + "license": "MIT", 4056 + "engines": { 4057 + "node": ">= 0.4" 4058 + } 4059 + }, 4082 4060 "node_modules/get-caller-file": { 4083 4061 "version": "2.0.5", 4084 4062 "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", ··· 4090 4068 } 4091 4069 }, 4092 4070 "node_modules/get-east-asian-width": { 4093 - "version": "1.3.0", 4094 - "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz", 4095 - "integrity": "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==", 4071 + "version": "1.4.0", 4072 + "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz", 4073 + "integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==", 4096 4074 "dev": true, 4097 4075 "license": "MIT", 4098 4076 "engines": { ··· 4200 4178 } 4201 4179 }, 4202 4180 "node_modules/get-tsconfig": { 4203 - "version": "4.10.1", 4204 - "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.10.1.tgz", 4205 - "integrity": "sha512-auHyJ4AgMz7vgS8Hp3N6HXSmlMdUyhSUrfBF16w153rxtLIEOE+HGqaBppczZvnHLqQJfiHotCYpNhl0lUROFQ==", 4181 + "version": "4.13.0", 4182 + "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.0.tgz", 4183 + "integrity": "sha512-1VKTZJCwBrvbd+Wn3AOgQP/2Av+TfTCOlE4AcRJE72W1ksZXbAx8PPBR9RzgTeSPzlPMHrbANMH3LbltH73wxQ==", 4206 4184 "dev": true, 4207 4185 "license": "MIT", 4208 4186 "dependencies": { ··· 4223 4201 } 4224 4202 }, 4225 4203 "node_modules/glob": { 4226 - "version": "10.4.5", 4227 - "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", 4228 - "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", 4204 + "version": "10.5.0", 4205 + "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz", 4206 + "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==", 4229 4207 "dev": true, 4230 4208 "license": "ISC", 4231 4209 "dependencies": { ··· 4355 4333 "engines": { 4356 4334 "node": ">= 4" 4357 4335 } 4336 + }, 4337 + "node_modules/globrex": { 4338 + "version": "0.1.2", 4339 + "resolved": "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz", 4340 + "integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==", 4341 + "dev": true, 4342 + "license": "MIT" 4358 4343 }, 4359 4344 "node_modules/gopd": { 4360 4345 "version": "1.2.0", ··· 4509 4494 } 4510 4495 }, 4511 4496 "node_modules/identifier-regex": { 4512 - "version": "1.0.0", 4513 - "resolved": "https://registry.npmjs.org/identifier-regex/-/identifier-regex-1.0.0.tgz", 4514 - "integrity": "sha512-Rcy5cjBOM9iTR+Vwy0Llyip9u0cA99T1yiWOhDW/+PDaTQhyski0tMovsipQ/FRNDkudjLWusJ/IMVIlG5WZnQ==", 4497 + "version": "1.0.1", 4498 + "resolved": "https://registry.npmjs.org/identifier-regex/-/identifier-regex-1.0.1.tgz", 4499 + "integrity": "sha512-ZrYyM0sozNPZlvBvE7Oq9Bn44n0qKGrYu5sQ0JzMUnjIhpgWYE2JB6aBoFwEYdPjqj7jPyxXTMJiHDOxDfd8yw==", 4515 4500 "license": "MIT", 4516 4501 "dependencies": { 4517 4502 "reserved-identifiers": "^1.0.0" ··· 4845 4830 } 4846 4831 }, 4847 4832 "node_modules/is-generator-function": { 4848 - "version": "1.1.0", 4849 - "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz", 4850 - "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==", 4833 + "version": "1.1.2", 4834 + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz", 4835 + "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==", 4851 4836 "dev": true, 4852 4837 "license": "MIT", 4853 4838 "dependencies": { 4854 - "call-bound": "^1.0.3", 4855 - "get-proto": "^1.0.0", 4839 + "call-bound": "^1.0.4", 4840 + "generator-function": "^2.0.0", 4841 + "get-proto": "^1.0.1", 4856 4842 "has-tostringtag": "^1.0.2", 4857 4843 "safe-regex-test": "^1.1.0" 4858 4844 }, ··· 5302 5288 } 5303 5289 }, 5304 5290 "node_modules/istanbul-reports": { 5305 - "version": "3.1.7", 5306 - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz", 5307 - "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==", 5291 + "version": "3.2.0", 5292 + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.2.0.tgz", 5293 + "integrity": "sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==", 5308 5294 "dev": true, 5309 5295 "license": "BSD-3-Clause", 5310 5296 "dependencies": { ··· 5380 5366 } 5381 5367 }, 5382 5368 "node_modules/js-yaml": { 5383 - "version": "4.1.0", 5384 - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", 5385 - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", 5369 + "version": "4.1.1", 5370 + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", 5371 + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", 5386 5372 "dev": true, 5387 5373 "license": "MIT", 5388 5374 "dependencies": { ··· 5615 5601 "dev": true, 5616 5602 "license": "ISC" 5617 5603 }, 5604 + "node_modules/make-asynchronous": { 5605 + "version": "1.0.1", 5606 + "resolved": "https://registry.npmjs.org/make-asynchronous/-/make-asynchronous-1.0.1.tgz", 5607 + "integrity": "sha512-T9BPOmEOhp6SmV25SwLVcHK4E6JyG/coH3C6F1NjNXSziv/fd4GmsqMk8YR6qpPOswfaOCApSNkZv6fxoaYFcQ==", 5608 + "license": "MIT", 5609 + "dependencies": { 5610 + "p-event": "^6.0.0", 5611 + "type-fest": "^4.6.0", 5612 + "web-worker": "1.2.0" 5613 + }, 5614 + "engines": { 5615 + "node": ">=18" 5616 + }, 5617 + "funding": { 5618 + "url": "https://github.com/sponsors/sindresorhus" 5619 + } 5620 + }, 5621 + "node_modules/make-asynchronous/node_modules/type-fest": { 5622 + "version": "4.41.0", 5623 + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz", 5624 + "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==", 5625 + "license": "(MIT OR CC0-1.0)", 5626 + "engines": { 5627 + "node": ">=16" 5628 + }, 5629 + "funding": { 5630 + "url": "https://github.com/sponsors/sindresorhus" 5631 + } 5632 + }, 5618 5633 "node_modules/make-dir": { 5619 5634 "version": "4.0.0", 5620 5635 "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", ··· 5671 5686 } 5672 5687 }, 5673 5688 "node_modules/memoize": { 5674 - "version": "10.1.0", 5675 - "resolved": "https://registry.npmjs.org/memoize/-/memoize-10.1.0.tgz", 5676 - "integrity": "sha512-MMbFhJzh4Jlg/poq1si90XRlTZRDHVqdlz2mPyGJ6kqMpyHUyVpDd5gpFAvVehW64+RA1eKE9Yt8aSLY7w2Kgg==", 5689 + "version": "10.2.0", 5690 + "resolved": "https://registry.npmjs.org/memoize/-/memoize-10.2.0.tgz", 5691 + "integrity": "sha512-DeC6b7QBrZsRs3Y02A6A7lQyzFbsQbqgjI6UW0GigGWV+u1s25TycMr0XHZE4cJce7rY/vyw2ctMQqfDkIhUEA==", 5677 5692 "dev": true, 5678 5693 "license": "MIT", 5679 5694 "dependencies": { ··· 5756 5771 "url": "https://github.com/sponsors/sindresorhus" 5757 5772 } 5758 5773 }, 5759 - "node_modules/min-indent": { 5760 - "version": "1.0.1", 5761 - "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", 5762 - "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", 5763 - "dev": true, 5764 - "license": "MIT", 5765 - "engines": { 5766 - "node": ">=4" 5767 - } 5768 - }, 5769 5774 "node_modules/minimatch": { 5770 5775 "version": "3.1.2", 5771 5776 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", ··· 5790 5795 } 5791 5796 }, 5792 5797 "node_modules/minizlib": { 5793 - "version": "3.0.2", 5794 - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.2.tgz", 5795 - "integrity": "sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==", 5798 + "version": "3.1.0", 5799 + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz", 5800 + "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==", 5796 5801 "dev": true, 5797 5802 "license": "MIT", 5798 5803 "dependencies": { ··· 5802 5807 "node": ">= 18" 5803 5808 } 5804 5809 }, 5805 - "node_modules/mkdirp": { 5806 - "version": "3.0.1", 5807 - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz", 5808 - "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==", 5809 - "dev": true, 5810 - "license": "MIT", 5811 - "bin": { 5812 - "mkdirp": "dist/cjs/src/bin.js" 5813 - }, 5814 - "engines": { 5815 - "node": ">=10" 5816 - }, 5817 - "funding": { 5818 - "url": "https://github.com/sponsors/isaacs" 5819 - } 5820 - }, 5821 5810 "node_modules/ms": { 5822 5811 "version": "2.1.3", 5823 5812 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", ··· 5826 5815 "license": "MIT" 5827 5816 }, 5828 5817 "node_modules/napi-postinstall": { 5829 - "version": "0.3.2", 5830 - "resolved": "https://registry.npmjs.org/napi-postinstall/-/napi-postinstall-0.3.2.tgz", 5831 - "integrity": "sha512-tWVJxJHmBWLy69PvO96TZMZDrzmw5KeiZBz3RHmiM2XZ9grBJ2WgMAFVVg25nqp3ZjTFUs2Ftw1JhscL3Teliw==", 5818 + "version": "0.3.4", 5819 + "resolved": "https://registry.npmjs.org/napi-postinstall/-/napi-postinstall-0.3.4.tgz", 5820 + "integrity": "sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==", 5832 5821 "dev": true, 5833 5822 "license": "MIT", 5834 5823 "bin": { ··· 5882 5871 } 5883 5872 }, 5884 5873 "node_modules/node-releases": { 5885 - "version": "2.0.19", 5886 - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz", 5887 - "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==", 5874 + "version": "2.0.27", 5875 + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", 5876 + "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", 5888 5877 "dev": true, 5889 5878 "license": "MIT" 5890 5879 }, ··· 6156 6145 "url": "https://github.com/sponsors/ljharb" 6157 6146 } 6158 6147 }, 6148 + "node_modules/p-event": { 6149 + "version": "6.0.1", 6150 + "resolved": "https://registry.npmjs.org/p-event/-/p-event-6.0.1.tgz", 6151 + "integrity": "sha512-Q6Bekk5wpzW5qIyUP4gdMEujObYstZl6DMMOSenwBvV0BlE5LkDwkjs5yHbZmdCEq2o4RJx4tE1vwxFVf2FG1w==", 6152 + "license": "MIT", 6153 + "dependencies": { 6154 + "p-timeout": "^6.1.2" 6155 + }, 6156 + "engines": { 6157 + "node": ">=16.17" 6158 + }, 6159 + "funding": { 6160 + "url": "https://github.com/sponsors/sindresorhus" 6161 + } 6162 + }, 6159 6163 "node_modules/p-limit": { 6160 6164 "version": "3.1.0", 6161 6165 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", ··· 6189 6193 } 6190 6194 }, 6191 6195 "node_modules/p-map": { 6192 - "version": "7.0.3", 6193 - "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.3.tgz", 6194 - "integrity": "sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==", 6196 + "version": "7.0.4", 6197 + "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.4.tgz", 6198 + "integrity": "sha512-tkAQEw8ysMzmkhgw8k+1U/iPhWNhykKnSk4Rd5zLoPJCuJaGRPo6YposrZgaxHKzDHdDWWZvE/Sk7hsL2X/CpQ==", 6195 6199 "dev": true, 6196 6200 "license": "MIT", 6197 6201 "engines": { ··· 6201 6205 "url": "https://github.com/sponsors/sindresorhus" 6202 6206 } 6203 6207 }, 6208 + "node_modules/p-timeout": { 6209 + "version": "6.1.4", 6210 + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz", 6211 + "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==", 6212 + "license": "MIT", 6213 + "engines": { 6214 + "node": ">=14.16" 6215 + }, 6216 + "funding": { 6217 + "url": "https://github.com/sponsors/sindresorhus" 6218 + } 6219 + }, 6204 6220 "node_modules/package-config": { 6205 6221 "version": "5.0.0", 6206 6222 "resolved": "https://registry.npmjs.org/package-config/-/package-config-5.0.0.tgz", ··· 6416 6432 "node": ">= 0.8.0" 6417 6433 } 6418 6434 }, 6435 + "node_modules/presentable-error": { 6436 + "version": "0.0.1", 6437 + "resolved": "https://registry.npmjs.org/presentable-error/-/presentable-error-0.0.1.tgz", 6438 + "integrity": "sha512-E6rsNU1QNJgB3sjj7OANinGncFKuK+164sLXw1/CqBjj/EkXSoSdHCtWQGBNlREIGLnL7IEUEGa08YFVUbrhVg==", 6439 + "dev": true, 6440 + "license": "MIT", 6441 + "engines": { 6442 + "node": ">=16" 6443 + }, 6444 + "funding": { 6445 + "url": "https://github.com/sponsors/sindresorhus" 6446 + } 6447 + }, 6419 6448 "node_modules/prettier": { 6420 6449 "version": "3.6.2", 6421 6450 "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", ··· 6446 6475 } 6447 6476 }, 6448 6477 "node_modules/pretty-ms": { 6449 - "version": "9.2.0", 6450 - "resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-9.2.0.tgz", 6451 - "integrity": "sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg==", 6478 + "version": "9.3.0", 6479 + "resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-9.3.0.tgz", 6480 + "integrity": "sha512-gjVS5hOP+M3wMm5nmNOucbIrqudzs9v/57bWRHQWLYklXqoXKrVfYW2W9+glfGsqtPgpiz5WwyEEB+ksXIx3gQ==", 6452 6481 "dev": true, 6453 6482 "license": "MIT", 6454 6483 "dependencies": { ··· 6518 6547 "license": "MIT" 6519 6548 }, 6520 6549 "node_modules/random-int": { 6521 - "version": "3.0.0", 6522 - "resolved": "https://registry.npmjs.org/random-int/-/random-int-3.0.0.tgz", 6523 - "integrity": "sha512-QvewnOwigesW2WFyTHiQzR6XUUcSQO/BqmfgRz5N5GpGrKQnTf7ebMz8UtuwaET8IfO1n0wLx8/fHsI8E0Jpow==", 6550 + "version": "3.1.0", 6551 + "resolved": "https://registry.npmjs.org/random-int/-/random-int-3.1.0.tgz", 6552 + "integrity": "sha512-h8CRz8cpvzj0hC/iH/1Gapgcl2TQ6xtnCpyOI5WvWfXf/yrDx2DOU+tD9rX23j36IF11xg1KqB9W11Z18JPMdw==", 6524 6553 "license": "MIT", 6525 6554 "engines": { 6526 6555 "node": ">=12" ··· 6627 6656 } 6628 6657 }, 6629 6658 "node_modules/reserved-identifiers": { 6630 - "version": "1.0.0", 6631 - "resolved": "https://registry.npmjs.org/reserved-identifiers/-/reserved-identifiers-1.0.0.tgz", 6632 - "integrity": "sha512-h0bP2Katmvf3hv4Z3WtDl4+6xt/OglQ2Xa6TnhZ/Rm9/7IH1crXQqMwD4J2ngKBonVv+fB55zfGgNDAmsevLVQ==", 6659 + "version": "1.2.0", 6660 + "resolved": "https://registry.npmjs.org/reserved-identifiers/-/reserved-identifiers-1.2.0.tgz", 6661 + "integrity": "sha512-yE7KUfFvaBFzGPs5H3Ops1RevfUEsDc5Iz65rOwWg4lE8HJSYtle77uul3+573457oHvBKuHYDl/xqUkKpEEdw==", 6633 6662 "license": "MIT", 6634 6663 "engines": { 6635 6664 "node": ">=18" ··· 6701 6730 } 6702 6731 }, 6703 6732 "node_modules/run-applescript": { 6704 - "version": "7.0.0", 6705 - "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz", 6706 - "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==", 6733 + "version": "7.1.0", 6734 + "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz", 6735 + "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==", 6707 6736 "dev": true, 6708 6737 "license": "MIT", 6709 6738 "engines": { ··· 6793 6822 } 6794 6823 }, 6795 6824 "node_modules/semver": { 6796 - "version": "7.7.2", 6797 - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", 6798 - "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", 6825 + "version": "7.7.3", 6826 + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", 6827 + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", 6799 6828 "dev": true, 6800 6829 "license": "ISC", 6801 6830 "bin": { ··· 6814 6843 "dependencies": { 6815 6844 "type-fest": "^0.13.1" 6816 6845 }, 6846 + "engines": { 6847 + "node": ">=10" 6848 + }, 6849 + "funding": { 6850 + "url": "https://github.com/sponsors/sindresorhus" 6851 + } 6852 + }, 6853 + "node_modules/serialize-error/node_modules/type-fest": { 6854 + "version": "0.13.1", 6855 + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz", 6856 + "integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==", 6857 + "dev": true, 6858 + "license": "(MIT OR CC0-1.0)", 6817 6859 "engines": { 6818 6860 "node": ">=10" 6819 6861 }, ··· 7268 7310 } 7269 7311 }, 7270 7312 "node_modules/strip-ansi": { 7271 - "version": "7.1.0", 7272 - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", 7273 - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", 7313 + "version": "7.1.2", 7314 + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", 7315 + "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", 7274 7316 "dev": true, 7275 7317 "license": "MIT", 7276 7318 "dependencies": { ··· 7321 7363 } 7322 7364 }, 7323 7365 "node_modules/strip-indent": { 7324 - "version": "4.0.0", 7325 - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.0.0.tgz", 7326 - "integrity": "sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==", 7366 + "version": "4.1.1", 7367 + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.1.1.tgz", 7368 + "integrity": "sha512-SlyRoSkdh1dYP0PzclLE7r0M9sgbFKKMFXpFRUMNuKhQSbC6VQIGzq3E0qsfvGJaUFJPGv6Ws1NZ/haTAjfbMA==", 7327 7369 "dev": true, 7328 7370 "license": "MIT", 7329 - "dependencies": { 7330 - "min-indent": "^1.0.1" 7331 - }, 7332 7371 "engines": { 7333 7372 "node": ">=12" 7334 7373 }, ··· 7350 7389 } 7351 7390 }, 7352 7391 "node_modules/super-regex": { 7353 - "version": "1.0.0", 7354 - "resolved": "https://registry.npmjs.org/super-regex/-/super-regex-1.0.0.tgz", 7355 - "integrity": "sha512-CY8u7DtbvucKuquCmOFEKhr9Besln7n9uN8eFbwcoGYWXOMW07u2o8njWaiXt11ylS3qoGF55pILjRmPlbodyg==", 7392 + "version": "1.1.0", 7393 + "resolved": "https://registry.npmjs.org/super-regex/-/super-regex-1.1.0.tgz", 7394 + "integrity": "sha512-WHkws2ZflZe41zj6AolvvmaTrWds/VuyeYr9iPVv/oQeaIoVxMKaushfFWpOGDT+GuBrM/sVqF8KUCYQlSSTdQ==", 7356 7395 "license": "MIT", 7357 7396 "dependencies": { 7358 7397 "function-timeout": "^1.0.1", 7398 + "make-asynchronous": "^1.0.1", 7359 7399 "time-span": "^5.1.0" 7360 7400 }, 7361 7401 "engines": { ··· 7392 7432 } 7393 7433 }, 7394 7434 "node_modules/supertap/node_modules/js-yaml": { 7395 - "version": "3.14.1", 7396 - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", 7397 - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", 7435 + "version": "3.14.2", 7436 + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz", 7437 + "integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==", 7398 7438 "dev": true, 7399 7439 "license": "MIT", 7400 7440 "dependencies": { ··· 7465 7505 } 7466 7506 }, 7467 7507 "node_modules/tapable": { 7468 - "version": "2.2.2", 7469 - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.2.tgz", 7470 - "integrity": "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==", 7508 + "version": "2.3.0", 7509 + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", 7510 + "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", 7471 7511 "dev": true, 7472 7512 "license": "MIT", 7473 7513 "engines": { 7474 7514 "node": ">=6" 7515 + }, 7516 + "funding": { 7517 + "type": "opencollective", 7518 + "url": "https://opencollective.com/webpack" 7475 7519 } 7476 7520 }, 7477 7521 "node_modules/tar": { 7478 - "version": "7.4.3", 7479 - "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.3.tgz", 7480 - "integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==", 7522 + "version": "7.5.2", 7523 + "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.2.tgz", 7524 + "integrity": "sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==", 7481 7525 "dev": true, 7482 - "license": "ISC", 7526 + "license": "BlueOak-1.0.0", 7483 7527 "dependencies": { 7484 7528 "@isaacs/fs-minipass": "^4.0.0", 7485 7529 "chownr": "^3.0.0", 7486 7530 "minipass": "^7.1.2", 7487 - "minizlib": "^3.0.1", 7488 - "mkdirp": "^3.0.1", 7531 + "minizlib": "^3.1.0", 7489 7532 "yallist": "^5.0.0" 7490 7533 }, 7491 7534 "engines": { ··· 7569 7612 } 7570 7613 }, 7571 7614 "node_modules/tinyglobby": { 7572 - "version": "0.2.14", 7573 - "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz", 7574 - "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==", 7615 + "version": "0.2.15", 7616 + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", 7617 + "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", 7575 7618 "dev": true, 7576 7619 "license": "MIT", 7577 7620 "dependencies": { 7578 - "fdir": "^6.4.4", 7579 - "picomatch": "^4.0.2" 7621 + "fdir": "^6.5.0", 7622 + "picomatch": "^4.0.3" 7580 7623 }, 7581 7624 "engines": { 7582 7625 "node": ">=12.0.0" ··· 7663 7706 } 7664 7707 }, 7665 7708 "node_modules/type-fest": { 7666 - "version": "0.13.1", 7667 - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz", 7668 - "integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==", 7669 - "dev": true, 7709 + "version": "3.13.1", 7710 + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz", 7711 + "integrity": "sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==", 7670 7712 "license": "(MIT OR CC0-1.0)", 7671 7713 "engines": { 7672 - "node": ">=10" 7714 + "node": ">=14.16" 7673 7715 }, 7674 7716 "funding": { 7675 7717 "url": "https://github.com/sponsors/sindresorhus" ··· 7754 7796 } 7755 7797 }, 7756 7798 "node_modules/typescript": { 7757 - "version": "5.8.3", 7758 - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", 7759 - "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", 7799 + "version": "5.9.3", 7800 + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", 7801 + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", 7760 7802 "dev": true, 7761 7803 "license": "Apache-2.0", 7762 7804 "bin": { ··· 7768 7810 } 7769 7811 }, 7770 7812 "node_modules/typescript-eslint": { 7771 - "version": "8.38.0", 7772 - "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.38.0.tgz", 7773 - "integrity": "sha512-FsZlrYK6bPDGoLeZRuvx2v6qrM03I0U0SnfCLPs/XCCPCFD80xU9Pg09H/K+XFa68uJuZo7l/Xhs+eDRg2l3hg==", 7813 + "version": "8.47.0", 7814 + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.47.0.tgz", 7815 + "integrity": "sha512-Lwe8i2XQ3WoMjua/r1PHrCTpkubPYJCAfOurtn+mtTzqB6jNd+14n9UN1bJ4s3F49x9ixAm0FLflB/JzQ57M8Q==", 7774 7816 "dev": true, 7775 7817 "license": "MIT", 7776 7818 "dependencies": { 7777 - "@typescript-eslint/eslint-plugin": "8.38.0", 7778 - "@typescript-eslint/parser": "8.38.0", 7779 - "@typescript-eslint/typescript-estree": "8.38.0", 7780 - "@typescript-eslint/utils": "8.38.0" 7819 + "@typescript-eslint/eslint-plugin": "8.47.0", 7820 + "@typescript-eslint/parser": "8.47.0", 7821 + "@typescript-eslint/typescript-estree": "8.47.0", 7822 + "@typescript-eslint/utils": "8.47.0" 7781 7823 }, 7782 7824 "engines": { 7783 7825 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" ··· 7788 7830 }, 7789 7831 "peerDependencies": { 7790 7832 "eslint": "^8.57.0 || ^9.0.0", 7791 - "typescript": ">=4.8.4 <5.9.0" 7833 + "typescript": ">=4.8.4 <6.0.0" 7792 7834 } 7793 7835 }, 7794 7836 "node_modules/unbox-primitive": { ··· 7859 7901 } 7860 7902 }, 7861 7903 "node_modules/update-browserslist-db": { 7862 - "version": "1.1.3", 7863 - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz", 7864 - "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==", 7904 + "version": "1.1.4", 7905 + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz", 7906 + "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==", 7865 7907 "dev": true, 7866 7908 "funding": [ 7867 7909 { ··· 7913 7955 "engines": { 7914 7956 "node": ">=10.12.0" 7915 7957 } 7958 + }, 7959 + "node_modules/web-worker": { 7960 + "version": "1.2.0", 7961 + "resolved": "https://registry.npmjs.org/web-worker/-/web-worker-1.2.0.tgz", 7962 + "integrity": "sha512-PgF341avzqyx60neE9DD+XS26MMNMoUQRz9NOZwW32nPQrF6p77f1htcnjBSEV8BGMKZ16choqUG4hyI0Hx7mA==", 7963 + "license": "Apache-2.0" 7916 7964 }, 7917 7965 "node_modules/webidl-conversions": { 7918 7966 "version": "3.0.1", ··· 8221 8269 } 8222 8270 }, 8223 8271 "node_modules/xo": { 8224 - "version": "1.2.1", 8225 - "resolved": "https://registry.npmjs.org/xo/-/xo-1.2.1.tgz", 8226 - "integrity": "sha512-CPv9yCCa8WkS8JMME5igrBQhqwOlQ+YFFsF2JP0vjQjuGdme5PLYgnDu8LnawMahtDq2PzpOWbMu2EEIxrOfBA==", 8272 + "version": "1.2.3", 8273 + "resolved": "https://registry.npmjs.org/xo/-/xo-1.2.3.tgz", 8274 + "integrity": "sha512-ykvWr88620CwealQwr7nWcPwolE6RMAVsCSBIdF3JnVdQUBAllnBJypSPsu0YYFzWTrJjQfNgH82lnWMPVTXnA==", 8227 8275 "dev": true, 8228 8276 "license": "MIT", 8229 8277 "dependencies": { ··· 8270 8318 } 8271 8319 }, 8272 8320 "node_modules/xo/node_modules/globals": { 8273 - "version": "16.3.0", 8274 - "resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz", 8275 - "integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==", 8321 + "version": "16.5.0", 8322 + "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", 8323 + "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", 8276 8324 "dev": true, 8277 8325 "license": "MIT", 8278 8326 "engines": { ··· 8423 8471 } 8424 8472 }, 8425 8473 "node_modules/yoctocolors": { 8426 - "version": "2.1.1", 8427 - "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.1.tgz", 8428 - "integrity": "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==", 8474 + "version": "2.1.2", 8475 + "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.2.tgz", 8476 + "integrity": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==", 8429 8477 "dev": true, 8430 8478 "license": "MIT", 8431 8479 "engines": {