From 1dec2d9f4a759052a6041497fe5ff24f08e7071c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 10:01:35 +0000 Subject: [PATCH] build(deps-dev): bump lint-staged from 16.2.6 to 16.2.7 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.2.6 to 16.2.7. - [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/v16.2.6...v16.2.7) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.2.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 65724d48..05ab34a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "karma-commonjs": "1.0.0", "karma-mocha": "2.0.1", "karma-mocha-reporter": "2.2.5", - "lint-staged": "16.2.6", + "lint-staged": "16.2.7", "mocha": "11.7.5", "npm-run-all2": "8.0.4", "nyc": "17.1.0", @@ -6840,13 +6840,13 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.2.6.tgz", - "integrity": "sha512-s1gphtDbV4bmW1eylXpVMk2u7is7YsrLl8hzrtvC70h4ByhcMLZFY01Fx05ZUDNuv1H8HO4E+e2zgejV1jVwNw==", + "version": "16.2.7", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.2.7.tgz", + "integrity": "sha512-lDIj4RnYmK7/kXMya+qJsmkRFkGolciXjrsZ6PC25GdTfWOAWetR0ZbsNXRAj1EHHImRSalc+whZFg56F5DVow==", "dev": true, "license": "MIT", "dependencies": { - "commander": "^14.0.1", + "commander": "^14.0.2", "listr2": "^9.0.5", "micromatch": "^4.0.8", "nano-spawn": "^2.0.0", @@ -6865,9 +6865,9 @@ } }, "node_modules/lint-staged/node_modules/commander": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.1.tgz", - "integrity": "sha512-2JkV3gUZUVrbNA+1sjBOYLsMZ5cEEl8GTFP2a4AVz5hvasAMCQ1D2l2le/cX+pV4N6ZU17zjUahLpIXRrnWL8A==", + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.2.tgz", + "integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 5a268f12..137fc907 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "karma-commonjs": "1.0.0", "karma-mocha": "2.0.1", "karma-mocha-reporter": "2.2.5", - "lint-staged": "16.2.6", + "lint-staged": "16.2.7", "mocha": "11.7.5", "npm-run-all2": "8.0.4", "nyc": "17.1.0",