From 9c57ead307cab24ffbbf94dc5a49f3ff8cc7ac29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:40:43 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 17.0.7 to 17.0.8 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 17.0.7 to 17.0.8. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v17.0.7...v17.0.8) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 17.0.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++++------ package.json | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2381843db..6bc109caf 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 f0ff7182c..647ea6e69 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",