From ef7d9064ab3f6401511f472a6c4b8a7053c3079d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 01:04:56 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged in the patch-dependencies group Bumps the patch-dependencies group with 1 update: [lint-staged](https://github.com/lint-staged/lint-staged). Updates `lint-staged` from 16.2.4 to 16.2.5 - [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.4...v16.2.5) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.2.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 03d156550..d79aff9f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "dotenv": "^17.2.3", "find-versions-cli": "^5.0.0", "husky": "9.1.7", - "lint-staged": "^16.2.4", + "lint-staged": "^16.2.5", "markdownlint-cli": "^0.45.0", "nodemon": "3.1.10", "npm-run-all2": "8.0.4", @@ -8844,9 +8844,9 @@ } }, "node_modules/lint-staged": { - "version": "16.2.4", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.2.4.tgz", - "integrity": "sha512-Pkyr/wd90oAyXk98i/2KwfkIhoYQUMtss769FIT9hFM5ogYZwrk+GRE46yKXSg2ZGhcJ1p38Gf5gmI5Ohjg2yg==", + "version": "16.2.5", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.2.5.tgz", + "integrity": "sha512-o36wH3OX0jRWqDw5dOa8a8x6GXTKaLM+LvhRaucZxez0IxA+KNDUCiyjBfNgsMNmchwSX6urLSL7wShcUqAang==", "dev": true, "dependencies": { "commander": "^14.0.1", @@ -20967,9 +20967,9 @@ } }, "lint-staged": { - "version": "16.2.4", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.2.4.tgz", - "integrity": "sha512-Pkyr/wd90oAyXk98i/2KwfkIhoYQUMtss769FIT9hFM5ogYZwrk+GRE46yKXSg2ZGhcJ1p38Gf5gmI5Ohjg2yg==", + "version": "16.2.5", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.2.5.tgz", + "integrity": "sha512-o36wH3OX0jRWqDw5dOa8a8x6GXTKaLM+LvhRaucZxez0IxA+KNDUCiyjBfNgsMNmchwSX6urLSL7wShcUqAang==", "dev": true, "requires": { "commander": "^14.0.1", diff --git a/package.json b/package.json index 16e7a432f..8ce97daeb 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "dotenv": "^17.2.3", "find-versions-cli": "^5.0.0", "husky": "9.1.7", - "lint-staged": "^16.2.4", + "lint-staged": "^16.2.5", "markdownlint-cli": "^0.45.0", "nodemon": "3.1.10", "npm-run-all2": "8.0.4",