diff --git a/package-lock.json b/package-lock.json index 2381843d..6bc109ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,13 +17,16 @@ "@types/node": "^25.9.1", "concurrently": "10.0.3", "husky": "9.1.7", - "lint-staged": "17.0.7", + "lint-staged": "17.0.8", "oxlint": "1.68.0", "plop": "4.0.5", "plop-pack-remove": "1.1.0", "prettier": "3.8.3", "typedoc": "0.28.19", "typescript": "6.0.3" + }, + "engines": { + "node": ">=24" } }, "node_modules/@asamuzakjp/css-color": { @@ -7163,9 +7166,9 @@ } }, "node_modules/lint-staged": { - "version": "17.0.7", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.7.tgz", - "integrity": "sha512-JrSobt+tW3rH8IOMi8tDZd3foorM5yPEkLD/V2NxobgHrFfHWGee4MOLVuZeScgxftEwbHrPHIFA/ZL+nUJeuA==", + "version": "17.0.8", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.8.tgz", + "integrity": "sha512-B2P/d+jVW0UXOQ0MVMLrB/9ydA1P+zz6jYfdrbbEd9ur3S2rcbduFWKiUCC02Sm5hbC8nrm7y24WuYMG54HfxA==", "dev": true, "license": "MIT", "dependencies": { @@ -10031,7 +10034,7 @@ "typescript": "6.0.3" }, "peerDependencies": { - "@johngw/stream-test": "^2.2.3" + "@johngw/stream-test": "^2.0.1" } }, "packages/stream-assert/node_modules/balanced-match": { @@ -10278,7 +10281,7 @@ "web-streams-polyfill": "^4.3.0" }, "peerDependencies": { - "@johngw/stream-test": "^2.2.3", + "@johngw/stream-test": "^2.0.1", "expect": "^30.2.0" } }, diff --git a/package.json b/package.json index f0ff7182..647ea6e6 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@types/node": "^25.9.1", "concurrently": "10.0.3", "husky": "9.1.7", - "lint-staged": "17.0.7", + "lint-staged": "17.0.8", "oxlint": "1.68.0", "plop": "4.0.5", "plop-pack-remove": "1.1.0",