this repo has no description

upgrade deps

+19 -19
+16 -16
package-lock.json
··· 10 10 "license": "MIT", 11 11 "devDependencies": { 12 12 "@biomejs/biome": "1.9.4", 13 - "@types/node": "^22.13.14", 14 - "tsx": "^4.19.3", 15 - "typescript": "^5.8.2" 13 + "@types/node": "^22.15.15", 14 + "tsx": "^4.19.4", 15 + "typescript": "^5.8.3" 16 16 } 17 17 }, 18 18 "node_modules/@biomejs/biome": { ··· 605 605 } 606 606 }, 607 607 "node_modules/@types/node": { 608 - "version": "22.13.14", 609 - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.14.tgz", 610 - "integrity": "sha512-Zs/Ollc1SJ8nKUAgc7ivOEdIBM8JAKgrqqUYi2J997JuKO7/tpQC+WCetQ1sypiKCQWHdvdg9wBNpUPEWZae7w==", 608 + "version": "22.15.15", 609 + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.15.tgz", 610 + "integrity": "sha512-R5muMcZob3/Jjchn5LcO8jdKwSCbzqmPB6ruBxMcf9kbxtniZHP327s6C37iOfuw8mbKK3cAQa7sEl7afLrQ8A==", 611 611 "dev": true, 612 612 "license": "MIT", 613 613 "dependencies": { 614 - "undici-types": "~6.20.0" 614 + "undici-types": "~6.21.0" 615 615 } 616 616 }, 617 617 "node_modules/esbuild": { ··· 694 694 } 695 695 }, 696 696 "node_modules/tsx": { 697 - "version": "4.19.3", 698 - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.3.tgz", 699 - "integrity": "sha512-4H8vUNGNjQ4V2EOoGw005+c+dGuPSnhpPBPHBtsZdGZBk/iJb4kguGlPWaZTZ3q5nMtFOEsY0nRDlh9PJyd6SQ==", 697 + "version": "4.19.4", 698 + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.4.tgz", 699 + "integrity": "sha512-gK5GVzDkJK1SI1zwHf32Mqxf2tSJkNx+eYcNly5+nHvWqXUJYUkWBQtKauoESz3ymezAI++ZwT855x5p5eop+Q==", 700 700 "dev": true, 701 701 "license": "MIT", 702 702 "dependencies": { ··· 714 714 } 715 715 }, 716 716 "node_modules/typescript": { 717 - "version": "5.8.2", 718 - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", 719 - "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", 717 + "version": "5.8.3", 718 + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", 719 + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", 720 720 "dev": true, 721 721 "license": "Apache-2.0", 722 722 "bin": { ··· 728 728 } 729 729 }, 730 730 "node_modules/undici-types": { 731 - "version": "6.20.0", 732 - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", 733 - "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", 731 + "version": "6.21.0", 732 + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", 733 + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", 734 734 "dev": true, 735 735 "license": "MIT" 736 736 }
+3 -3
package.json
··· 23 23 }, 24 24 "devDependencies": { 25 25 "@biomejs/biome": "1.9.4", 26 - "@types/node": "^22.13.14", 27 - "tsx": "^4.19.3", 28 - "typescript": "^5.8.2" 26 + "@types/node": "^22.15.15", 27 + "tsx": "^4.19.4", 28 + "typescript": "^5.8.3" 29 29 }, 30 30 "keywords": [ 31 31 "ascii",