From 1385074cdd54b4ed8eb236cb305d7363cdfb08bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 01:05:26 +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 07543b815f..174d8e7893 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "husky": "^9.1.7", "iframe-resizer": "^5.4.7", "invokers-polyfill": "^0.5.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", @@ -11839,9 +11839,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", @@ -28785,9 +28785,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 f2d6906862..1915b55374 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "husky": "^9.1.7", "iframe-resizer": "^5.4.7", "invokers-polyfill": "^0.5.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",