this repo has no description
0
fork

Configure Feed

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

run `npm update`

+330 -258
+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/auto-terminal-profile/compare/v7.0.0...HEAD) 9 + 10 + ### Changed 11 + 12 + - Updated dependencies 13 + 8 14 ## [7.0.0](https://github.com/patrik-csak/auto-terminal-profile/compare/v6.0.0...v7.0.0) – 2025-09-21 9 15 10 16 ### Changed
+324 -258
package-lock.json
··· 40 40 "url": "https://buymeacoffee.com/patrikcsak" 41 41 } 42 42 }, 43 - "../terminal-profile": { 44 - "name": "mac-terminal", 45 - "version": "3.0.0", 46 - "extraneous": true, 47 - "license": "MIT", 48 - "os": [ 49 - "darwin" 50 - ], 51 - "dependencies": { 52 - "alpha-sort": "^5.0.0", 53 - "ow": "^3.0.0", 54 - "ps-list": "^8.1.1", 55 - "run-applescript": "^7.0.0" 56 - }, 57 - "devDependencies": { 58 - "eslint": "^9.27.0", 59 - "prettier": "^3.5.3", 60 - "sort-package-json": "^3.2.1", 61 - "xo": "^1.0.0" 62 - }, 63 - "engines": { 64 - "node": ">=20 <=24" 65 - } 66 - }, 67 43 "node_modules/@babel/code-frame": { 68 44 "version": "7.27.1", 69 45 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz", ··· 79 55 } 80 56 }, 81 57 "node_modules/@babel/helper-validator-identifier": { 82 - "version": "7.27.1", 83 - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz", 84 - "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==", 58 + "version": "7.28.5", 59 + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", 60 + "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", 85 61 "license": "MIT", 86 62 "engines": { 87 63 "node": ">=6.9.0" ··· 97 73 } 98 74 }, 99 75 "node_modules/@emnapi/core": { 100 - "version": "1.5.0", 101 - "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.5.0.tgz", 102 - "integrity": "sha512-sbP8GzB1WDzacS8fgNPpHlp6C9VZe+SJP3F90W9rLemaQj2PzIuTEl1qDOYQf58YIpyjViI24y9aPWCjEzY2cg==", 76 + "version": "1.7.1", 77 + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.7.1.tgz", 78 + "integrity": "sha512-o1uhUASyo921r2XtHYOHy7gdkGLge8ghBEQHMWmyJFoXlpU58kIrhhN3w26lpQb6dspetweapMn2CSNwQ8I4wg==", 103 79 "dev": true, 104 80 "license": "MIT", 105 81 "optional": true, ··· 109 85 } 110 86 }, 111 87 "node_modules/@emnapi/runtime": { 112 - "version": "1.5.0", 113 - "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.5.0.tgz", 114 - "integrity": "sha512-97/BJ3iXHww3djw6hYIfErCZFee7qCtrneuLa20UXFCOTCfBM2cvQHjWJ2EG0s0MtdNwInarqCTz35i4wWXHsQ==", 88 + "version": "1.7.1", 89 + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.7.1.tgz", 90 + "integrity": "sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==", 115 91 "dev": true, 116 92 "license": "MIT", 117 93 "optional": true, ··· 183 159 } 184 160 }, 185 161 "node_modules/@eslint-community/regexpp": { 186 - "version": "4.12.1", 187 - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", 188 - "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", 162 + "version": "4.12.2", 163 + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz", 164 + "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==", 189 165 "dev": true, 190 166 "license": "MIT", 191 167 "engines": { ··· 193 169 } 194 170 }, 195 171 "node_modules/@eslint/config-array": { 196 - "version": "0.21.0", 197 - "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz", 198 - "integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==", 172 + "version": "0.21.1", 173 + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz", 174 + "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==", 199 175 "dev": true, 200 176 "license": "Apache-2.0", 201 177 "dependencies": { 202 - "@eslint/object-schema": "^2.1.6", 178 + "@eslint/object-schema": "^2.1.7", 203 179 "debug": "^4.3.1", 204 180 "minimatch": "^3.1.2" 205 181 }, ··· 208 184 } 209 185 }, 210 186 "node_modules/@eslint/config-helpers": { 211 - "version": "0.3.1", 212 - "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.1.tgz", 213 - "integrity": "sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==", 187 + "version": "0.4.2", 188 + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz", 189 + "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==", 214 190 "dev": true, 215 191 "license": "Apache-2.0", 192 + "dependencies": { 193 + "@eslint/core": "^0.17.0" 194 + }, 216 195 "engines": { 217 196 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 218 197 } 219 198 }, 220 199 "node_modules/@eslint/core": { 221 - "version": "0.15.2", 222 - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.2.tgz", 223 - "integrity": "sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==", 200 + "version": "0.17.0", 201 + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz", 202 + "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==", 224 203 "dev": true, 225 204 "license": "Apache-2.0", 226 205 "dependencies": { ··· 279 258 "license": "MIT" 280 259 }, 281 260 "node_modules/@eslint/js": { 282 - "version": "9.35.0", 283 - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.35.0.tgz", 284 - "integrity": "sha512-30iXE9whjlILfWobBkNerJo+TXYsgVM5ERQwMcMKCHckHflCmf7wXDAHlARoWnh0s1U72WqlbeyE7iAcCzuCPw==", 261 + "version": "9.39.1", 262 + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.1.tgz", 263 + "integrity": "sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==", 285 264 "dev": true, 286 265 "license": "MIT", 287 266 "engines": { ··· 292 271 } 293 272 }, 294 273 "node_modules/@eslint/object-schema": { 295 - "version": "2.1.6", 296 - "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz", 297 - "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==", 274 + "version": "2.1.7", 275 + "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz", 276 + "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==", 298 277 "dev": true, 299 278 "license": "Apache-2.0", 300 279 "engines": { ··· 302 281 } 303 282 }, 304 283 "node_modules/@eslint/plugin-kit": { 305 - "version": "0.3.5", 306 - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz", 307 - "integrity": "sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==", 284 + "version": "0.4.1", 285 + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz", 286 + "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==", 308 287 "dev": true, 309 288 "license": "Apache-2.0", 310 289 "dependencies": { 311 - "@eslint/core": "^0.15.2", 290 + "@eslint/core": "^0.17.0", 312 291 "levn": "^0.4.1" 313 292 }, 314 293 "engines": { ··· 461 440 "license": "MIT" 462 441 }, 463 442 "node_modules/@sindresorhus/is": { 464 - "version": "6.3.1", 465 - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-6.3.1.tgz", 466 - "integrity": "sha512-FX4MfcifwJyFOI2lPoX7PQxCqx8BG1HCho7WdiXwpEQx1Ycij0JxkfYtGK7yqNScrZGSlt6RE6sw8QYoH7eKnQ==", 443 + "version": "7.1.1", 444 + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-7.1.1.tgz", 445 + "integrity": "sha512-rO92VvpgMc3kfiTjGT52LEtJ8Yc5kCWhZjLQ3LwlA4pSgPpQO7bVpYXParOD8Jwf+cVQECJo3yP/4I8aZtUQTQ==", 467 446 "license": "MIT", 468 447 "engines": { 469 - "node": ">=16" 448 + "node": ">=18" 470 449 }, 471 450 "funding": { 472 451 "url": "https://github.com/sindresorhus/is?sponsor=1" ··· 560 539 "license": "MIT" 561 540 }, 562 541 "node_modules/@typescript-eslint/eslint-plugin": { 563 - "version": "8.44.0", 564 - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.44.0.tgz", 565 - "integrity": "sha512-EGDAOGX+uwwekcS0iyxVDmRV9HX6FLSM5kzrAToLTsr9OWCIKG/y3lQheCq18yZ5Xh78rRKJiEpP0ZaCs4ryOQ==", 542 + "version": "8.47.0", 543 + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.47.0.tgz", 544 + "integrity": "sha512-fe0rz9WJQ5t2iaLfdbDc9T80GJy0AeO453q8C3YCilnGozvOyCG5t+EZtg7j7D88+c3FipfP/x+wzGnh1xp8ZA==", 566 545 "dev": true, 567 546 "license": "MIT", 568 547 "dependencies": { 569 548 "@eslint-community/regexpp": "^4.10.0", 570 - "@typescript-eslint/scope-manager": "8.44.0", 571 - "@typescript-eslint/type-utils": "8.44.0", 572 - "@typescript-eslint/utils": "8.44.0", 573 - "@typescript-eslint/visitor-keys": "8.44.0", 549 + "@typescript-eslint/scope-manager": "8.47.0", 550 + "@typescript-eslint/type-utils": "8.47.0", 551 + "@typescript-eslint/utils": "8.47.0", 552 + "@typescript-eslint/visitor-keys": "8.47.0", 574 553 "graphemer": "^1.4.0", 575 554 "ignore": "^7.0.0", 576 555 "natural-compare": "^1.4.0", ··· 584 563 "url": "https://opencollective.com/typescript-eslint" 585 564 }, 586 565 "peerDependencies": { 587 - "@typescript-eslint/parser": "^8.44.0", 566 + "@typescript-eslint/parser": "^8.47.0", 588 567 "eslint": "^8.57.0 || ^9.0.0", 589 568 "typescript": ">=4.8.4 <6.0.0" 590 569 } ··· 600 579 } 601 580 }, 602 581 "node_modules/@typescript-eslint/parser": { 603 - "version": "8.44.0", 604 - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.44.0.tgz", 605 - "integrity": "sha512-VGMpFQGUQWYT9LfnPcX8ouFojyrZ/2w3K5BucvxL/spdNehccKhB4jUyB1yBCXpr2XFm0jkECxgrpXBW2ipoAw==", 582 + "version": "8.47.0", 583 + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.47.0.tgz", 584 + "integrity": "sha512-lJi3PfxVmo0AkEY93ecfN+r8SofEqZNGByvHAI3GBLrvt1Cw6H5k1IM02nSzu0RfUafr2EvFSw0wAsZgubNplQ==", 606 585 "dev": true, 607 586 "license": "MIT", 608 587 "dependencies": { 609 - "@typescript-eslint/scope-manager": "8.44.0", 610 - "@typescript-eslint/types": "8.44.0", 611 - "@typescript-eslint/typescript-estree": "8.44.0", 612 - "@typescript-eslint/visitor-keys": "8.44.0", 588 + "@typescript-eslint/scope-manager": "8.47.0", 589 + "@typescript-eslint/types": "8.47.0", 590 + "@typescript-eslint/typescript-estree": "8.47.0", 591 + "@typescript-eslint/visitor-keys": "8.47.0", 613 592 "debug": "^4.3.4" 614 593 }, 615 594 "engines": { ··· 625 604 } 626 605 }, 627 606 "node_modules/@typescript-eslint/project-service": { 628 - "version": "8.44.0", 629 - "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.44.0.tgz", 630 - "integrity": "sha512-ZeaGNraRsq10GuEohKTo4295Z/SuGcSq2LzfGlqiuEvfArzo/VRrT0ZaJsVPuKZ55lVbNk8U6FcL+ZMH8CoyVA==", 607 + "version": "8.47.0", 608 + "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.47.0.tgz", 609 + "integrity": "sha512-2X4BX8hUeB5JcA1TQJ7GjcgulXQ+5UkNb0DL8gHsHUHdFoiCTJoYLTpib3LtSDPZsRET5ygN4qqIWrHyYIKERA==", 631 610 "dev": true, 632 611 "license": "MIT", 633 612 "dependencies": { 634 - "@typescript-eslint/tsconfig-utils": "^8.44.0", 635 - "@typescript-eslint/types": "^8.44.0", 613 + "@typescript-eslint/tsconfig-utils": "^8.47.0", 614 + "@typescript-eslint/types": "^8.47.0", 636 615 "debug": "^4.3.4" 637 616 }, 638 617 "engines": { ··· 647 626 } 648 627 }, 649 628 "node_modules/@typescript-eslint/scope-manager": { 650 - "version": "8.44.0", 651 - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.44.0.tgz", 652 - "integrity": "sha512-87Jv3E+al8wpD+rIdVJm/ItDBe/Im09zXIjFoipOjr5gHUhJmTzfFLuTJ/nPTMc2Srsroy4IBXwcTCHyRR7KzA==", 629 + "version": "8.47.0", 630 + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.47.0.tgz", 631 + "integrity": "sha512-a0TTJk4HXMkfpFkL9/WaGTNuv7JWfFTQFJd6zS9dVAjKsojmv9HT55xzbEpnZoY+VUb+YXLMp+ihMLz/UlZfDg==", 653 632 "dev": true, 654 633 "license": "MIT", 655 634 "dependencies": { 656 - "@typescript-eslint/types": "8.44.0", 657 - "@typescript-eslint/visitor-keys": "8.44.0" 635 + "@typescript-eslint/types": "8.47.0", 636 + "@typescript-eslint/visitor-keys": "8.47.0" 658 637 }, 659 638 "engines": { 660 639 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" ··· 665 644 } 666 645 }, 667 646 "node_modules/@typescript-eslint/tsconfig-utils": { 668 - "version": "8.44.0", 669 - "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.44.0.tgz", 670 - "integrity": "sha512-x5Y0+AuEPqAInc6yd0n5DAcvtoQ/vyaGwuX5HE9n6qAefk1GaedqrLQF8kQGylLUb9pnZyLf+iEiL9fr8APDtQ==", 647 + "version": "8.47.0", 648 + "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.47.0.tgz", 649 + "integrity": "sha512-ybUAvjy4ZCL11uryalkKxuT3w3sXJAuWhOoGS3T/Wu+iUu1tGJmk5ytSY8gbdACNARmcYEB0COksD2j6hfGK2g==", 671 650 "dev": true, 672 651 "license": "MIT", 673 652 "engines": { ··· 682 661 } 683 662 }, 684 663 "node_modules/@typescript-eslint/type-utils": { 685 - "version": "8.44.0", 686 - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.44.0.tgz", 687 - "integrity": "sha512-9cwsoSxJ8Sak67Be/hD2RNt/fsqmWnNE1iHohG8lxqLSNY8xNfyY7wloo5zpW3Nu9hxVgURevqfcH6vvKCt6yg==", 664 + "version": "8.47.0", 665 + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.47.0.tgz", 666 + "integrity": "sha512-QC9RiCmZ2HmIdCEvhd1aJELBlD93ErziOXXlHEZyuBo3tBiAZieya0HLIxp+DoDWlsQqDawyKuNEhORyku+P8A==", 688 667 "dev": true, 689 668 "license": "MIT", 690 669 "dependencies": { 691 - "@typescript-eslint/types": "8.44.0", 692 - "@typescript-eslint/typescript-estree": "8.44.0", 693 - "@typescript-eslint/utils": "8.44.0", 670 + "@typescript-eslint/types": "8.47.0", 671 + "@typescript-eslint/typescript-estree": "8.47.0", 672 + "@typescript-eslint/utils": "8.47.0", 694 673 "debug": "^4.3.4", 695 674 "ts-api-utils": "^2.1.0" 696 675 }, ··· 707 686 } 708 687 }, 709 688 "node_modules/@typescript-eslint/types": { 710 - "version": "8.44.0", 711 - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.44.0.tgz", 712 - "integrity": "sha512-ZSl2efn44VsYM0MfDQe68RKzBz75NPgLQXuGypmym6QVOWL5kegTZuZ02xRAT9T+onqvM6T8CdQk0OwYMB6ZvA==", 689 + "version": "8.47.0", 690 + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.47.0.tgz", 691 + "integrity": "sha512-nHAE6bMKsizhA2uuYZbEbmp5z2UpffNrPEqiKIeN7VsV6UY/roxanWfoRrf6x/k9+Obf+GQdkm0nPU+vnMXo9A==", 713 692 "dev": true, 714 693 "license": "MIT", 715 694 "engines": { ··· 721 700 } 722 701 }, 723 702 "node_modules/@typescript-eslint/typescript-estree": { 724 - "version": "8.44.0", 725 - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.44.0.tgz", 726 - "integrity": "sha512-lqNj6SgnGcQZwL4/SBJ3xdPEfcBuhCG8zdcwCPgYcmiPLgokiNDKlbPzCwEwu7m279J/lBYWtDYL+87OEfn8Jw==", 703 + "version": "8.47.0", 704 + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.47.0.tgz", 705 + "integrity": "sha512-k6ti9UepJf5NpzCjH31hQNLHQWupTRPhZ+KFF8WtTuTpy7uHPfeg2NM7cP27aCGajoEplxJDFVCEm9TGPYyiVg==", 727 706 "dev": true, 728 707 "license": "MIT", 729 708 "dependencies": { 730 - "@typescript-eslint/project-service": "8.44.0", 731 - "@typescript-eslint/tsconfig-utils": "8.44.0", 732 - "@typescript-eslint/types": "8.44.0", 733 - "@typescript-eslint/visitor-keys": "8.44.0", 709 + "@typescript-eslint/project-service": "8.47.0", 710 + "@typescript-eslint/tsconfig-utils": "8.47.0", 711 + "@typescript-eslint/types": "8.47.0", 712 + "@typescript-eslint/visitor-keys": "8.47.0", 734 713 "debug": "^4.3.4", 735 714 "fast-glob": "^3.3.2", 736 715 "is-glob": "^4.0.3", ··· 776 755 } 777 756 }, 778 757 "node_modules/@typescript-eslint/utils": { 779 - "version": "8.44.0", 780 - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.44.0.tgz", 781 - "integrity": "sha512-nktOlVcg3ALo0mYlV+L7sWUD58KG4CMj1rb2HUVOO4aL3K/6wcD+NERqd0rrA5Vg06b42YhF6cFxeixsp9Riqg==", 758 + "version": "8.47.0", 759 + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.47.0.tgz", 760 + "integrity": "sha512-g7XrNf25iL4TJOiPqatNuaChyqt49a/onq5YsJ9+hXeugK+41LVg7AxikMfM02PC6jbNtZLCJj6AUcQXJS/jGQ==", 782 761 "dev": true, 783 762 "license": "MIT", 784 763 "dependencies": { 785 764 "@eslint-community/eslint-utils": "^4.7.0", 786 - "@typescript-eslint/scope-manager": "8.44.0", 787 - "@typescript-eslint/types": "8.44.0", 788 - "@typescript-eslint/typescript-estree": "8.44.0" 765 + "@typescript-eslint/scope-manager": "8.47.0", 766 + "@typescript-eslint/types": "8.47.0", 767 + "@typescript-eslint/typescript-estree": "8.47.0" 789 768 }, 790 769 "engines": { 791 770 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" ··· 800 779 } 801 780 }, 802 781 "node_modules/@typescript-eslint/visitor-keys": { 803 - "version": "8.44.0", 804 - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.44.0.tgz", 805 - "integrity": "sha512-zaz9u8EJ4GBmnehlrpoKvj/E3dNbuQ7q0ucyZImm3cLqJ8INTc970B1qEqDX/Rzq65r3TvVTN7kHWPBoyW7DWw==", 782 + "version": "8.47.0", 783 + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.47.0.tgz", 784 + "integrity": "sha512-SIV3/6eftCy1bNzCQoPmbWsRLujS8t5iDIZ4spZOBHqrM+yfX2ogg8Tt3PDTAVKw3sSCiUgg30uOAvK2r9zGjQ==", 806 785 "dev": true, 807 786 "license": "MIT", 808 787 "dependencies": { 809 - "@typescript-eslint/types": "8.44.0", 788 + "@typescript-eslint/types": "8.47.0", 810 789 "eslint-visitor-keys": "^4.2.1" 811 790 }, 812 791 "engines": { ··· 1365 1344 } 1366 1345 }, 1367 1346 "node_modules/atomically": { 1368 - "version": "2.0.3", 1369 - "resolved": "https://registry.npmjs.org/atomically/-/atomically-2.0.3.tgz", 1370 - "integrity": "sha512-kU6FmrwZ3Lx7/7y3hPS5QnbJfaohcIul5fGqf7ok+4KklIEk9tJ0C2IQPdacSbVUWv6zVHXEBWoWd6NrVMT7Cw==", 1347 + "version": "2.1.0", 1348 + "resolved": "https://registry.npmjs.org/atomically/-/atomically-2.1.0.tgz", 1349 + "integrity": "sha512-+gDffFXRW6sl/HCwbta7zK4uNqbPjv4YJEAdz7Vu+FLQHe77eZ4bvbJGi4hE0QPeJlMYMA3piXEr1UL3dAwx7Q==", 1350 + "license": "MIT", 1371 1351 "dependencies": { 1372 - "stubborn-fs": "^1.2.5", 1373 - "when-exit": "^2.1.1" 1352 + "stubborn-fs": "^2.0.0", 1353 + "when-exit": "^2.1.4" 1374 1354 } 1375 1355 }, 1376 1356 "node_modules/available-typed-arrays": { ··· 1397 1377 "license": "MIT" 1398 1378 }, 1399 1379 "node_modules/baseline-browser-mapping": { 1400 - "version": "2.8.4", 1401 - "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.4.tgz", 1402 - "integrity": "sha512-L+YvJwGAgwJBV1p6ffpSTa2KRc69EeeYGYjRVWKs0GKrK+LON0GC0gV+rKSNtALEDvMDqkvCFq9r1r94/Gjwxw==", 1380 + "version": "2.8.29", 1381 + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.29.tgz", 1382 + "integrity": "sha512-sXdt2elaVnhpDNRDz+1BDx1JQoJRuNk7oVlAlbGiFkLikHCAQiccexF/9e91zVi6RCgqspl04aP+6Cnl9zRLrA==", 1403 1383 "dev": true, 1404 1384 "license": "Apache-2.0", 1405 1385 "bin": { ··· 1452 1432 } 1453 1433 }, 1454 1434 "node_modules/browserslist": { 1455 - "version": "4.26.2", 1456 - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.26.2.tgz", 1457 - "integrity": "sha512-ECFzp6uFOSB+dcZ5BK/IBaGWssbSYBHvuMeMt3MMFyhI0Z8SqGgEkBLARgpRH3hutIgPVsALcMwbDrJqPxQ65A==", 1435 + "version": "4.28.0", 1436 + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.0.tgz", 1437 + "integrity": "sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==", 1458 1438 "dev": true, 1459 1439 "funding": [ 1460 1440 { ··· 1472 1452 ], 1473 1453 "license": "MIT", 1474 1454 "dependencies": { 1475 - "baseline-browser-mapping": "^2.8.3", 1476 - "caniuse-lite": "^1.0.30001741", 1477 - "electron-to-chromium": "^1.5.218", 1478 - "node-releases": "^2.0.21", 1479 - "update-browserslist-db": "^1.1.3" 1455 + "baseline-browser-mapping": "^2.8.25", 1456 + "caniuse-lite": "^1.0.30001754", 1457 + "electron-to-chromium": "^1.5.249", 1458 + "node-releases": "^2.0.27", 1459 + "update-browserslist-db": "^1.1.4" 1480 1460 }, 1481 1461 "bin": { 1482 1462 "browserslist": "cli.js" ··· 1577 1557 } 1578 1558 }, 1579 1559 "node_modules/caniuse-lite": { 1580 - "version": "1.0.30001743", 1581 - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001743.tgz", 1582 - "integrity": "sha512-e6Ojr7RV14Un7dz6ASD0aZDmQPT/A+eZU+nuTNfjqmRrmkmQlnTNWH0SKmqagx9PeW87UVqapSurtAXifmtdmw==", 1560 + "version": "1.0.30001755", 1561 + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001755.tgz", 1562 + "integrity": "sha512-44V+Jm6ctPj7R52Na4TLi3Zri4dWUljJd+RDm+j8LtNCc/ihLCT+X1TzoOAkRETEWqjuLnh9581Tl80FvK7jVA==", 1583 1563 "dev": true, 1584 1564 "funding": [ 1585 1565 { ··· 1610 1590 } 1611 1591 }, 1612 1592 "node_modules/ci-info": { 1613 - "version": "4.3.0", 1614 - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.3.0.tgz", 1615 - "integrity": "sha512-l+2bNRMiQgcfILUi33labAZYIWlH1kWDp+ecNo5iisRKrbm0xcRyCww71/YU0Fkw0mAFpz9bJayXPjey6vkmaQ==", 1593 + "version": "4.3.1", 1594 + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.3.1.tgz", 1595 + "integrity": "sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA==", 1616 1596 "dev": true, 1617 1597 "funding": [ 1618 1598 { ··· 1669 1649 "license": "MIT" 1670 1650 }, 1671 1651 "node_modules/commander": { 1672 - "version": "14.0.1", 1673 - "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.1.tgz", 1674 - "integrity": "sha512-2JkV3gUZUVrbNA+1sjBOYLsMZ5cEEl8GTFP2a4AVz5hvasAMCQ1D2l2le/cX+pV4N6ZU17zjUahLpIXRrnWL8A==", 1652 + "version": "14.0.2", 1653 + "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.2.tgz", 1654 + "integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==", 1675 1655 "license": "MIT", 1676 1656 "engines": { 1677 1657 "node": ">=20" ··· 1753 1733 } 1754 1734 }, 1755 1735 "node_modules/core-js-compat": { 1756 - "version": "3.45.1", 1757 - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.45.1.tgz", 1758 - "integrity": "sha512-tqTt5T4PzsMIZ430XGviK4vzYSoeNJ6CXODi6c/voxOT6IZqBht5/EKaSNnYiEjjRYxjVz7DQIsOsY0XNi8PIA==", 1736 + "version": "3.46.0", 1737 + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.46.0.tgz", 1738 + "integrity": "sha512-p9hObIIEENxSV8xIu+V68JjSeARg6UVMG5mR+JEUguG3sI6MsiS1njz2jHmyJDvA+8jX/sytkBHup6kxhM9law==", 1759 1739 "dev": true, 1760 1740 "license": "MIT", 1761 1741 "dependencies": { 1762 - "browserslist": "^4.25.3" 1742 + "browserslist": "^4.26.3" 1763 1743 }, 1764 1744 "funding": { 1765 1745 "type": "opencollective", ··· 1985 1965 "license": "MIT" 1986 1966 }, 1987 1967 "node_modules/default-browser": { 1988 - "version": "5.2.1", 1989 - "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.2.1.tgz", 1990 - "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==", 1968 + "version": "5.4.0", 1969 + "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.4.0.tgz", 1970 + "integrity": "sha512-XDuvSq38Hr1MdN47EDvYtx3U0MTqpCEn+F6ft8z2vYDzMrvQhVp0ui9oQdqW3MvK3vqUETglt1tVGgjLuJ5izg==", 1991 1971 "dev": true, 1992 1972 "license": "MIT", 1993 1973 "dependencies": { ··· 2002 1982 } 2003 1983 }, 2004 1984 "node_modules/default-browser-id": { 2005 - "version": "5.0.0", 2006 - "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz", 2007 - "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==", 1985 + "version": "5.0.1", 1986 + "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.1.tgz", 1987 + "integrity": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==", 2008 1988 "dev": true, 2009 1989 "license": "MIT", 2010 1990 "engines": { ··· 2133 2113 } 2134 2114 }, 2135 2115 "node_modules/electron-to-chromium": { 2136 - "version": "1.5.219", 2137 - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.219.tgz", 2138 - "integrity": "sha512-JqaXfxHOS0WvKweEnrPHWRm8cnPVbdB7vXCQHPPFoAJFM3xig5/+/H08ZVkvJf4unvj8yncKy6MerOPj1NW1GQ==", 2116 + "version": "1.5.255", 2117 + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.255.tgz", 2118 + "integrity": "sha512-Z9oIp4HrFF/cZkDPMpz2XSuVpc1THDpT4dlmATFlJUIBVCy9Vap5/rIXsASP1CscBacBqhabwh8vLctqBwEerQ==", 2139 2119 "dev": true, 2140 2120 "license": "ISC" 2141 2121 }, 2142 2122 "node_modules/emoji-regex": { 2143 - "version": "10.5.0", 2144 - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.5.0.tgz", 2145 - "integrity": "sha512-lb49vf1Xzfx080OKA0o6l8DQQpV+6Vg95zyCJX9VB/BqKYlhG7N4wgROUUHRA+ZPUefLnteQOad7z1kT2bV7bg==", 2123 + "version": "10.6.0", 2124 + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz", 2125 + "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==", 2146 2126 "dev": true, 2147 2127 "license": "MIT" 2148 2128 }, ··· 2421 2401 } 2422 2402 }, 2423 2403 "node_modules/eslint": { 2424 - "version": "9.35.0", 2425 - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.35.0.tgz", 2426 - "integrity": "sha512-QePbBFMJFjgmlE+cXAlbHZbHpdFVS2E/6vzCy7aKlebddvl1vadiC4JFV5u/wqTkNUwEV8WrQi257jf5f06hrg==", 2404 + "version": "9.39.1", 2405 + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.1.tgz", 2406 + "integrity": "sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==", 2427 2407 "dev": true, 2428 2408 "license": "MIT", 2429 2409 "dependencies": { 2430 2410 "@eslint-community/eslint-utils": "^4.8.0", 2431 2411 "@eslint-community/regexpp": "^4.12.1", 2432 - "@eslint/config-array": "^0.21.0", 2433 - "@eslint/config-helpers": "^0.3.1", 2434 - "@eslint/core": "^0.15.2", 2412 + "@eslint/config-array": "^0.21.1", 2413 + "@eslint/config-helpers": "^0.4.2", 2414 + "@eslint/core": "^0.17.0", 2435 2415 "@eslint/eslintrc": "^3.3.1", 2436 - "@eslint/js": "9.35.0", 2437 - "@eslint/plugin-kit": "^0.3.5", 2416 + "@eslint/js": "9.39.1", 2417 + "@eslint/plugin-kit": "^0.4.1", 2438 2418 "@humanfs/node": "^0.16.6", 2439 2419 "@humanwhocodes/module-importer": "^1.0.1", 2440 2420 "@humanwhocodes/retry": "^0.4.2", 2441 2421 "@types/estree": "^1.0.6", 2442 - "@types/json-schema": "^7.0.15", 2443 2422 "ajv": "^6.12.4", 2444 2423 "chalk": "^4.0.0", 2445 2424 "cross-spawn": "^7.0.6", ··· 2801 2780 } 2802 2781 }, 2803 2782 "node_modules/eslint-plugin-import-x/node_modules/minimatch": { 2804 - "version": "10.0.3", 2805 - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz", 2806 - "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==", 2783 + "version": "10.1.1", 2784 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz", 2785 + "integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==", 2807 2786 "dev": true, 2808 - "license": "ISC", 2787 + "license": "BlueOak-1.0.0", 2809 2788 "dependencies": { 2810 2789 "@isaacs/brace-expansion": "^5.0.0" 2811 2790 }, ··· 2817 2796 } 2818 2797 }, 2819 2798 "node_modules/eslint-plugin-n": { 2820 - "version": "17.23.0", 2821 - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.23.0.tgz", 2822 - "integrity": "sha512-aPePGxUr5LezcXmMRBF83eK1MmqUYY1NdLdHC+jdpfc5b98eL7yDXY20gXJ6DcTxrHBhrLsfYYqo7J+m0h9YXQ==", 2799 + "version": "17.23.1", 2800 + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.23.1.tgz", 2801 + "integrity": "sha512-68PealUpYoHOBh332JLLD9Sj7OQUDkFpmcfqt8R9sySfFSeuGJjMTJQvCRRB96zO3A/PELRLkPrzsHmzEFQQ5A==", 2823 2802 "dev": true, 2824 2803 "license": "MIT", 2825 2804 "dependencies": { ··· 3044 3023 } 3045 3024 }, 3046 3025 "node_modules/eslint-plugin-unicorn/node_modules/globals": { 3047 - "version": "16.4.0", 3048 - "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz", 3049 - "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==", 3026 + "version": "16.5.0", 3027 + "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", 3028 + "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", 3050 3029 "dev": true, 3051 3030 "license": "MIT", 3052 3031 "engines": { ··· 3274 3253 "license": "Apache-2.0" 3275 3254 }, 3276 3255 "node_modules/fast-equals": { 3277 - "version": "5.2.2", 3278 - "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.2.2.tgz", 3279 - "integrity": "sha512-V7/RktU11J3I36Nwq2JnZEM7tNm17eBJz+u25qdxBZeCKiX6BkVSZQjwWIr+IobgnZy+ag73tTZgZi7tr0LrBw==", 3256 + "version": "5.3.3", 3257 + "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.3.3.tgz", 3258 + "integrity": "sha512-/boTcHZeIAQ2r/tL11voclBHDeP9WPxLt+tyAbVSyyXuUFyh0Tne7gJZTqGbxnvj79TjLdCXLOY7UIPhyG5MTw==", 3280 3259 "license": "MIT", 3281 3260 "engines": { 3282 3261 "node": ">=6.0.0" ··· 3563 3542 "url": "https://github.com/sponsors/ljharb" 3564 3543 } 3565 3544 }, 3545 + "node_modules/generator-function": { 3546 + "version": "2.0.1", 3547 + "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz", 3548 + "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==", 3549 + "dev": true, 3550 + "license": "MIT", 3551 + "engines": { 3552 + "node": ">= 0.4" 3553 + } 3554 + }, 3566 3555 "node_modules/get-east-asian-width": { 3567 3556 "version": "1.4.0", 3568 3557 "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz", ··· 3673 3662 } 3674 3663 }, 3675 3664 "node_modules/get-tsconfig": { 3676 - "version": "4.10.1", 3677 - "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.10.1.tgz", 3678 - "integrity": "sha512-auHyJ4AgMz7vgS8Hp3N6HXSmlMdUyhSUrfBF16w153rxtLIEOE+HGqaBppczZvnHLqQJfiHotCYpNhl0lUROFQ==", 3665 + "version": "4.13.0", 3666 + "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.0.tgz", 3667 + "integrity": "sha512-1VKTZJCwBrvbd+Wn3AOgQP/2Av+TfTCOlE4AcRJE72W1ksZXbAx8PPBR9RzgTeSPzlPMHrbANMH3LbltH73wxQ==", 3679 3668 "dev": true, 3680 3669 "license": "MIT", 3681 3670 "dependencies": { ··· 4025 4014 } 4026 4015 }, 4027 4016 "node_modules/index-to-position": { 4028 - "version": "1.1.0", 4029 - "resolved": "https://registry.npmjs.org/index-to-position/-/index-to-position-1.1.0.tgz", 4030 - "integrity": "sha512-XPdx9Dq4t9Qk1mTMbWONJqU7boCoumEH7fRET37HX5+khDUl3J2W6PdALxhILYlIYx2amlwYcRPp28p0tSiojg==", 4017 + "version": "1.2.0", 4018 + "resolved": "https://registry.npmjs.org/index-to-position/-/index-to-position-1.2.0.tgz", 4019 + "integrity": "sha512-Yg7+ztRkqslMAS2iFaU+Oa4KTSidr63OsFGlOrJoW981kIYO3CGCS3wA95P1mUi/IVSJkn0D479KTJpVpvFNuw==", 4031 4020 "license": "MIT", 4032 4021 "engines": { 4033 4022 "node": ">=18" ··· 4262 4251 } 4263 4252 }, 4264 4253 "node_modules/is-generator-function": { 4265 - "version": "1.1.0", 4266 - "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz", 4267 - "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==", 4254 + "version": "1.1.2", 4255 + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz", 4256 + "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==", 4268 4257 "dev": true, 4269 4258 "license": "MIT", 4270 4259 "dependencies": { 4271 - "call-bound": "^1.0.3", 4272 - "get-proto": "^1.0.0", 4260 + "call-bound": "^1.0.4", 4261 + "generator-function": "^2.0.0", 4262 + "get-proto": "^1.0.1", 4273 4263 "has-tostringtag": "^1.0.2", 4274 4264 "safe-regex-test": "^1.1.0" 4275 4265 }, ··· 4684 4674 } 4685 4675 }, 4686 4676 "node_modules/js-yaml": { 4687 - "version": "4.1.0", 4688 - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", 4689 - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", 4677 + "version": "4.1.1", 4678 + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", 4679 + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", 4690 4680 "dev": true, 4691 4681 "license": "MIT", 4692 4682 "dependencies": { ··· 4730 4720 "license": "MIT" 4731 4721 }, 4732 4722 "node_modules/json-schema-typed": { 4733 - "version": "8.0.1", 4734 - "resolved": "https://registry.npmjs.org/json-schema-typed/-/json-schema-typed-8.0.1.tgz", 4735 - "integrity": "sha512-XQmWYj2Sm4kn4WeTYvmpKEbyPsL7nBsb647c7pMe6l02/yx2+Jfc4dT6UZkEXnIUb5LhD55r2HPsJ1milQ4rDg==", 4723 + "version": "8.0.2", 4724 + "resolved": "https://registry.npmjs.org/json-schema-typed/-/json-schema-typed-8.0.2.tgz", 4725 + "integrity": "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==", 4736 4726 "license": "BSD-2-Clause" 4737 4727 }, 4738 4728 "node_modules/json-stable-stringify-without-jsonify": { ··· 4945 4935 "url": "https://github.com/sponsors/sindresorhus" 4946 4936 } 4947 4937 }, 4938 + "node_modules/make-asynchronous": { 4939 + "version": "1.0.1", 4940 + "resolved": "https://registry.npmjs.org/make-asynchronous/-/make-asynchronous-1.0.1.tgz", 4941 + "integrity": "sha512-T9BPOmEOhp6SmV25SwLVcHK4E6JyG/coH3C6F1NjNXSziv/fd4GmsqMk8YR6qpPOswfaOCApSNkZv6fxoaYFcQ==", 4942 + "license": "MIT", 4943 + "dependencies": { 4944 + "p-event": "^6.0.0", 4945 + "type-fest": "^4.6.0", 4946 + "web-worker": "1.2.0" 4947 + }, 4948 + "engines": { 4949 + "node": ">=18" 4950 + }, 4951 + "funding": { 4952 + "url": "https://github.com/sponsors/sindresorhus" 4953 + } 4954 + }, 4948 4955 "node_modules/math-intrinsics": { 4949 4956 "version": "1.1.0", 4950 4957 "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", ··· 5060 5067 "license": "MIT" 5061 5068 }, 5062 5069 "node_modules/napi-postinstall": { 5063 - "version": "0.3.3", 5064 - "resolved": "https://registry.npmjs.org/napi-postinstall/-/napi-postinstall-0.3.3.tgz", 5065 - "integrity": "sha512-uTp172LLXSxuSYHv/kou+f6KW3SMppU9ivthaVTXian9sOt3XM/zHYHpRZiLgQoxeWfYUnslNWQHF1+G71xcow==", 5070 + "version": "0.3.4", 5071 + "resolved": "https://registry.npmjs.org/napi-postinstall/-/napi-postinstall-0.3.4.tgz", 5072 + "integrity": "sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==", 5066 5073 "dev": true, 5067 5074 "license": "MIT", 5068 5075 "bin": { ··· 5083 5090 "license": "MIT" 5084 5091 }, 5085 5092 "node_modules/node-releases": { 5086 - "version": "2.0.21", 5087 - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.21.tgz", 5088 - "integrity": "sha512-5b0pgg78U3hwXkCM8Z9b2FJdPZlr9Psr9V2gQPESdGHqbntyFJKFW4r5TeWGFzafGY3hzs1JC62VEQMbl1JFkw==", 5093 + "version": "2.0.27", 5094 + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", 5095 + "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", 5089 5096 "dev": true, 5090 5097 "license": "MIT" 5091 5098 }, ··· 5321 5328 } 5322 5329 }, 5323 5330 "node_modules/ow": { 5324 - "version": "3.0.0", 5325 - "resolved": "https://registry.npmjs.org/ow/-/ow-3.0.0.tgz", 5326 - "integrity": "sha512-Hud8xDH/tbY0iAdiGry4ZtaTloALVVdykLhuKgztOjYI+YRdB3NB8eqsCSn91r7oj1pZ+MZFLYB88sDhW0Od4Q==", 5331 + "version": "3.1.1", 5332 + "resolved": "https://registry.npmjs.org/ow/-/ow-3.1.1.tgz", 5333 + "integrity": "sha512-Hixi5roGFYZuiPV2pnnBi1hXdRG0uqifxE8rCCU6lKeCCQS+VGihuJnYxaJSffDz/clyH+xB2z1hXYRzeIcUMA==", 5327 5334 "license": "MIT", 5328 5335 "dependencies": { 5329 - "@sindresorhus/is": "^6.3.0", 5330 - "callsites": "^4.1.0", 5331 - "dot-prop": "^8.0.2", 5332 - "environment": "^1.0.0", 5333 - "fast-equals": "^5.0.1", 5334 - "is-identifier": "^1.0.0" 5336 + "@sindresorhus/is": "^7.1.0", 5337 + "callsites": "^4.2.0", 5338 + "dot-prop": "^10.1.0", 5339 + "environment": "^1.1.0", 5340 + "fast-equals": "^5.3.2", 5341 + "is-identifier": "^1.0.1" 5335 5342 }, 5336 5343 "engines": { 5337 5344 "node": ">=20" ··· 5341 5348 } 5342 5349 }, 5343 5350 "node_modules/ow/node_modules/dot-prop": { 5344 - "version": "8.0.2", 5345 - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-8.0.2.tgz", 5346 - "integrity": "sha512-xaBe6ZT4DHPkg0k4Ytbvn5xoxgpG0jOS1dYxSOwAHPuNLjP3/OzN0gH55SrLqpx8cBfSaVt91lXYkApjb+nYdQ==", 5351 + "version": "10.1.0", 5352 + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-10.1.0.tgz", 5353 + "integrity": "sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==", 5347 5354 "license": "MIT", 5348 5355 "dependencies": { 5349 - "type-fest": "^3.8.0" 5356 + "type-fest": "^5.0.0" 5350 5357 }, 5351 5358 "engines": { 5352 - "node": ">=16" 5359 + "node": ">=20" 5353 5360 }, 5354 5361 "funding": { 5355 5362 "url": "https://github.com/sponsors/sindresorhus" 5356 5363 } 5357 5364 }, 5358 5365 "node_modules/ow/node_modules/type-fest": { 5359 - "version": "3.13.1", 5360 - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz", 5361 - "integrity": "sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==", 5366 + "version": "5.2.0", 5367 + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.2.0.tgz", 5368 + "integrity": "sha512-xxCJm+Bckc6kQBknN7i9fnP/xobQRsRQxR01CztFkp/h++yfVxUUcmMgfR2HttJx/dpWjS9ubVuyspJv24Q9DA==", 5362 5369 "license": "(MIT OR CC0-1.0)", 5370 + "dependencies": { 5371 + "tagged-tag": "^1.0.0" 5372 + }, 5363 5373 "engines": { 5364 - "node": ">=14.16" 5374 + "node": ">=20" 5365 5375 }, 5366 5376 "funding": { 5367 5377 "url": "https://github.com/sponsors/sindresorhus" ··· 5385 5395 "url": "https://github.com/sponsors/ljharb" 5386 5396 } 5387 5397 }, 5398 + "node_modules/p-event": { 5399 + "version": "6.0.1", 5400 + "resolved": "https://registry.npmjs.org/p-event/-/p-event-6.0.1.tgz", 5401 + "integrity": "sha512-Q6Bekk5wpzW5qIyUP4gdMEujObYstZl6DMMOSenwBvV0BlE5LkDwkjs5yHbZmdCEq2o4RJx4tE1vwxFVf2FG1w==", 5402 + "license": "MIT", 5403 + "dependencies": { 5404 + "p-timeout": "^6.1.2" 5405 + }, 5406 + "engines": { 5407 + "node": ">=16.17" 5408 + }, 5409 + "funding": { 5410 + "url": "https://github.com/sponsors/sindresorhus" 5411 + } 5412 + }, 5388 5413 "node_modules/p-limit": { 5389 5414 "version": "3.1.0", 5390 5415 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", ··· 5431 5456 }, 5432 5457 "funding": { 5433 5458 "url": "https://github.com/sindresorhus/p-memoize?sponsor=1" 5459 + } 5460 + }, 5461 + "node_modules/p-timeout": { 5462 + "version": "6.1.4", 5463 + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz", 5464 + "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==", 5465 + "license": "MIT", 5466 + "engines": { 5467 + "node": ">=14.16" 5468 + }, 5469 + "funding": { 5470 + "url": "https://github.com/sponsors/sindresorhus" 5434 5471 } 5435 5472 }, 5436 5473 "node_modules/parent-module": { ··· 5859 5896 } 5860 5897 }, 5861 5898 "node_modules/reserved-identifiers": { 5862 - "version": "1.0.0", 5863 - "resolved": "https://registry.npmjs.org/reserved-identifiers/-/reserved-identifiers-1.0.0.tgz", 5864 - "integrity": "sha512-h0bP2Katmvf3hv4Z3WtDl4+6xt/OglQ2Xa6TnhZ/Rm9/7IH1crXQqMwD4J2ngKBonVv+fB55zfGgNDAmsevLVQ==", 5899 + "version": "1.2.0", 5900 + "resolved": "https://registry.npmjs.org/reserved-identifiers/-/reserved-identifiers-1.2.0.tgz", 5901 + "integrity": "sha512-yE7KUfFvaBFzGPs5H3Ops1RevfUEsDc5Iz65rOwWg4lE8HJSYtle77uul3+573457oHvBKuHYDl/xqUkKpEEdw==", 5865 5902 "license": "MIT", 5866 5903 "engines": { 5867 5904 "node": ">=18" ··· 6124 6161 } 6125 6162 }, 6126 6163 "node_modules/semver": { 6127 - "version": "7.7.2", 6128 - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", 6129 - "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", 6164 + "version": "7.7.3", 6165 + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", 6166 + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", 6130 6167 "license": "ISC", 6131 6168 "bin": { 6132 6169 "semver": "bin/semver.js" ··· 6536 6573 } 6537 6574 }, 6538 6575 "node_modules/strip-indent": { 6539 - "version": "4.1.0", 6540 - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.1.0.tgz", 6541 - "integrity": "sha512-OA95x+JPmL7kc7zCu+e+TeYxEiaIyndRx0OrBcK2QPPH09oAndr2ALvymxWA+Lx1PYYvFUm4O63pRkdJAaW96w==", 6576 + "version": "4.1.1", 6577 + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.1.1.tgz", 6578 + "integrity": "sha512-SlyRoSkdh1dYP0PzclLE7r0M9sgbFKKMFXpFRUMNuKhQSbC6VQIGzq3E0qsfvGJaUFJPGv6Ws1NZ/haTAjfbMA==", 6542 6579 "dev": true, 6543 6580 "license": "MIT", 6544 6581 "engines": { ··· 6562 6599 } 6563 6600 }, 6564 6601 "node_modules/stubborn-fs": { 6565 - "version": "1.2.5", 6566 - "resolved": "https://registry.npmjs.org/stubborn-fs/-/stubborn-fs-1.2.5.tgz", 6567 - "integrity": "sha512-H2N9c26eXjzL/S/K+i/RHHcFanE74dptvvjM8iwzwbVcWY/zjBbgRqF3K0DY4+OD+uTTASTBvDoxPDaPN02D7g==" 6602 + "version": "2.0.0", 6603 + "resolved": "https://registry.npmjs.org/stubborn-fs/-/stubborn-fs-2.0.0.tgz", 6604 + "integrity": "sha512-Y0AvSwDw8y+nlSNFXMm2g6L51rBGdAQT20J3YSOqxC53Lo3bjWRtr2BKcfYoAf352WYpsZSTURrA0tqhfgudPA==", 6605 + "license": "MIT", 6606 + "dependencies": { 6607 + "stubborn-utils": "^1.0.1" 6608 + } 6609 + }, 6610 + "node_modules/stubborn-utils": { 6611 + "version": "1.0.2", 6612 + "resolved": "https://registry.npmjs.org/stubborn-utils/-/stubborn-utils-1.0.2.tgz", 6613 + "integrity": "sha512-zOh9jPYI+xrNOyisSelgym4tolKTJCQd5GBhK0+0xJvcYDcwlOoxF/rnFKQ2KRZknXSG9jWAp66fwP6AxN9STg==", 6614 + "license": "MIT" 6568 6615 }, 6569 6616 "node_modules/subsume": { 6570 6617 "version": "4.0.0", ··· 6595 6642 } 6596 6643 }, 6597 6644 "node_modules/super-regex": { 6598 - "version": "1.0.0", 6599 - "resolved": "https://registry.npmjs.org/super-regex/-/super-regex-1.0.0.tgz", 6600 - "integrity": "sha512-CY8u7DtbvucKuquCmOFEKhr9Besln7n9uN8eFbwcoGYWXOMW07u2o8njWaiXt11ylS3qoGF55pILjRmPlbodyg==", 6645 + "version": "1.1.0", 6646 + "resolved": "https://registry.npmjs.org/super-regex/-/super-regex-1.1.0.tgz", 6647 + "integrity": "sha512-WHkws2ZflZe41zj6AolvvmaTrWds/VuyeYr9iPVv/oQeaIoVxMKaushfFWpOGDT+GuBrM/sVqF8KUCYQlSSTdQ==", 6601 6648 "license": "MIT", 6602 6649 "dependencies": { 6603 6650 "function-timeout": "^1.0.1", 6651 + "make-asynchronous": "^1.0.1", 6604 6652 "time-span": "^5.1.0" 6605 6653 }, 6606 6654 "engines": { ··· 6669 6717 "url": "https://opencollective.com/synckit" 6670 6718 } 6671 6719 }, 6720 + "node_modules/tagged-tag": { 6721 + "version": "1.0.0", 6722 + "resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz", 6723 + "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==", 6724 + "license": "MIT", 6725 + "engines": { 6726 + "node": ">=20" 6727 + }, 6728 + "funding": { 6729 + "url": "https://github.com/sponsors/sindresorhus" 6730 + } 6731 + }, 6672 6732 "node_modules/tapable": { 6673 - "version": "2.2.3", 6674 - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.3.tgz", 6675 - "integrity": "sha512-ZL6DDuAlRlLGghwcfmSn9sK3Hr6ArtyudlSAiCqQ6IfE+b+HHbydbYDIG15IfS5do+7XQQBdBiubF/cV2dnDzg==", 6733 + "version": "2.3.0", 6734 + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", 6735 + "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", 6676 6736 "dev": true, 6677 6737 "license": "MIT", 6678 6738 "engines": { ··· 6876 6936 } 6877 6937 }, 6878 6938 "node_modules/typescript": { 6879 - "version": "5.9.2", 6880 - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", 6881 - "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", 6939 + "version": "5.9.3", 6940 + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", 6941 + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", 6882 6942 "dev": true, 6883 6943 "license": "Apache-2.0", 6884 6944 "peer": true, ··· 6891 6951 } 6892 6952 }, 6893 6953 "node_modules/typescript-eslint": { 6894 - "version": "8.44.0", 6895 - "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.44.0.tgz", 6896 - "integrity": "sha512-ib7mCkYuIzYonCq9XWF5XNw+fkj2zg629PSa9KNIQ47RXFF763S5BIX4wqz1+FLPogTZoiw8KmCiRPRa8bL3qw==", 6954 + "version": "8.47.0", 6955 + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.47.0.tgz", 6956 + "integrity": "sha512-Lwe8i2XQ3WoMjua/r1PHrCTpkubPYJCAfOurtn+mtTzqB6jNd+14n9UN1bJ4s3F49x9ixAm0FLflB/JzQ57M8Q==", 6897 6957 "dev": true, 6898 6958 "license": "MIT", 6899 6959 "dependencies": { 6900 - "@typescript-eslint/eslint-plugin": "8.44.0", 6901 - "@typescript-eslint/parser": "8.44.0", 6902 - "@typescript-eslint/typescript-estree": "8.44.0", 6903 - "@typescript-eslint/utils": "8.44.0" 6960 + "@typescript-eslint/eslint-plugin": "8.47.0", 6961 + "@typescript-eslint/parser": "8.47.0", 6962 + "@typescript-eslint/typescript-estree": "8.47.0", 6963 + "@typescript-eslint/utils": "8.47.0" 6904 6964 }, 6905 6965 "engines": { 6906 6966 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" ··· 7008 7068 } 7009 7069 }, 7010 7070 "node_modules/update-browserslist-db": { 7011 - "version": "1.1.3", 7012 - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz", 7013 - "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==", 7071 + "version": "1.1.4", 7072 + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz", 7073 + "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==", 7014 7074 "dev": true, 7015 7075 "funding": [ 7016 7076 { ··· 7057 7117 "spdx-correct": "^3.0.0", 7058 7118 "spdx-expression-parse": "^3.0.0" 7059 7119 } 7120 + }, 7121 + "node_modules/web-worker": { 7122 + "version": "1.2.0", 7123 + "resolved": "https://registry.npmjs.org/web-worker/-/web-worker-1.2.0.tgz", 7124 + "integrity": "sha512-PgF341avzqyx60neE9DD+XS26MMNMoUQRz9NOZwW32nPQrF6p77f1htcnjBSEV8BGMKZ16choqUG4hyI0Hx7mA==", 7125 + "license": "Apache-2.0" 7060 7126 }, 7061 7127 "node_modules/when-exit": { 7062 - "version": "2.1.4", 7063 - "resolved": "https://registry.npmjs.org/when-exit/-/when-exit-2.1.4.tgz", 7064 - "integrity": "sha512-4rnvd3A1t16PWzrBUcSDZqcAmsUIy4minDXT/CZ8F2mVDgd65i4Aalimgz1aQkRGU0iH5eT5+6Rx2TK8o443Pg==", 7128 + "version": "2.1.5", 7129 + "resolved": "https://registry.npmjs.org/when-exit/-/when-exit-2.1.5.tgz", 7130 + "integrity": "sha512-VGkKJ564kzt6Ms1dbgPP/yuIoQCrsFAnRbptpC5wOEsDaNsbCB2bnfnaA8i/vRs5tjUSEOtIuvl9/MyVsvQZCg==", 7065 7131 "license": "MIT" 7066 7132 }, 7067 7133 "node_modules/which": { ··· 7195 7261 } 7196 7262 }, 7197 7263 "node_modules/xo": { 7198 - "version": "1.2.2", 7199 - "resolved": "https://registry.npmjs.org/xo/-/xo-1.2.2.tgz", 7200 - "integrity": "sha512-8l565N0q5ROdSez8flcltMt1gi8OiEEYR1sGiRqc+QRrGf0Z8NEbhPkxYRrHn36iF+Hmyles79036LwuKREA5w==", 7264 + "version": "1.2.3", 7265 + "resolved": "https://registry.npmjs.org/xo/-/xo-1.2.3.tgz", 7266 + "integrity": "sha512-ykvWr88620CwealQwr7nWcPwolE6RMAVsCSBIdF3JnVdQUBAllnBJypSPsu0YYFzWTrJjQfNgH82lnWMPVTXnA==", 7201 7267 "dev": true, 7202 7268 "license": "MIT", 7203 7269 "dependencies": { ··· 7244 7310 } 7245 7311 }, 7246 7312 "node_modules/xo/node_modules/globals": { 7247 - "version": "16.4.0", 7248 - "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz", 7249 - "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==", 7313 + "version": "16.5.0", 7314 + "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", 7315 + "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", 7250 7316 "dev": true, 7251 7317 "license": "MIT", 7252 7318 "engines": {