From e6546fdc08486fb997d1769b606228e9f2a00a96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 04:01:37 +0000 Subject: [PATCH] build(deps-dev): bump lint-staged from 16.2.4 to 16.2.5 Bumps [lint-staged](https://github.com/lint-staged/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 ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2023c0be..9813c8a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "jest": "30.2.0", "jest-environment-jsdom": "30.2.0", "jest-watch-typeahead": "3.0.1", - "lint-staged": "16.2.4", + "lint-staged": "16.2.5", "preact": "10.27.2", "publint": "0.3.14", "react": "19.2.0", @@ -7985,9 +7985,9 @@ "license": "MIT" }, "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, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0163e855..925eba11 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "jest": "30.2.0", "jest-environment-jsdom": "30.2.0", "jest-watch-typeahead": "3.0.1", - "lint-staged": "16.2.4", + "lint-staged": "16.2.5", "preact": "10.27.2", "publint": "0.3.14", "react": "19.2.0",