diff --git a/package.json b/package.json index f14de53..ba14ed6 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "eslint": "^10.0.0", "get-port-please": "^3.2.0", "h3": "^1.15.5", - "installed-check": "^9.3.0", + "installed-check": "^10.0.0", "knip": "^5.83.1", "nuxt": "^4.3.1", "semver": "^7.7.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4fc4198..f752b2e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -61,8 +61,8 @@ importers: specifier: ^1.15.5 version: 1.15.5 installed-check: - specifier: ^9.3.0 - version: 9.3.0 + specifier: ^10.0.0 + version: 10.0.0 knip: specifier: ^5.83.1 version: 5.83.1(@types/node@25.2.1)(typescript@5.9.3) @@ -3038,9 +3038,9 @@ packages: resolution: {integrity: sha512-5yH+YyCw2AO1OQpOSce2yUaooOSrK8XXmkOn2xdVpdtpt0pqwfdqU77FIpWN4fPHDcINKUf4R7hgDEfqpy1Z9g==} engines: {node: '>=18.6.0'} - installed-check@9.3.0: - resolution: {integrity: sha512-4aL5tUyCc/MVkaKnTqg5CdMa20uf7HYHjHJfiv4WeIoBoSKDLd/frMnIRUglnUovHUHrwRuzUDHOd4DidHKkkA==} - engines: {node: '>=18.6.0'} + installed-check@10.0.0: + resolution: {integrity: sha512-lfk580bIgRtiKJBoyPAd7geSIXF1zlVXi8VP0eU2mBTRpfcqIFG4JK+c8o7R+EOA6lfKPhnThIkx7LjaFwj7fg==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} hasBin: true ioredis@5.9.2: @@ -3305,10 +3305,6 @@ packages: mdn-data@2.12.2: resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==} - meow@12.1.1: - resolution: {integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==} - engines: {node: '>=16.10'} - merge-stream@2.0.0: resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} @@ -3629,6 +3625,10 @@ packages: pathe@2.0.3: resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} + peowly@1.3.3: + resolution: {integrity: sha512-5UmUtvuCv3KzBX2NuQw2uF28o0t8Eq4KkPRZfUCzJs+DiNVKw7OaYn29vNDgrt/Pggs23CPlSTqgzlhHJfpT0A==} + engines: {node: '>=18.6.0', typescript: '>=5.8'} + perfect-debounce@2.1.0: resolution: {integrity: sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==} @@ -3954,6 +3954,9 @@ packages: resolve-pkg-maps@1.0.0: resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} + resolve-workspace-root@2.0.1: + resolution: {integrity: sha512-nR23LHAvaI6aHtMg6RWoaHpdR4D881Nydkzi2CixINyg9T00KgaJdJI6Vwty+Ps8WLxZHuxsS0BseWjxSA4C+w==} + resolve@1.22.11: resolution: {integrity: sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==} engines: {node: '>= 0.4'} @@ -4235,6 +4238,7 @@ packages: tar@7.5.7: resolution: {integrity: sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==} engines: {node: '>=18'} + deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me terser@5.46.0: resolution: {integrity: sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg==} @@ -7683,12 +7687,13 @@ snapshots: picomatch: 4.0.3 semver: 7.7.4 - installed-check@9.3.0: + installed-check@10.0.0: dependencies: chalk: 5.6.2 installed-check-core: 8.3.1 - meow: 12.1.1 + peowly: 1.3.3 pony-cause: 2.1.11 + resolve-workspace-root: 2.0.1 version-guard: 1.1.3 ioredis@5.9.2: @@ -7950,8 +7955,6 @@ snapshots: mdn-data@2.12.2: {} - meow@12.1.1: {} - merge-stream@2.0.0: {} merge2@1.4.1: {} @@ -8510,6 +8513,8 @@ snapshots: pathe@2.0.3: {} + peowly@1.3.3: {} + perfect-debounce@2.1.0: {} picocolors@1.1.1: {} @@ -8817,6 +8822,8 @@ snapshots: resolve-pkg-maps@1.0.0: {} + resolve-workspace-root@2.0.1: {} + resolve@1.22.11: dependencies: is-core-module: 2.16.1