From 832ae71477eb29f9fc385021b9a62f05dd2d3638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 21:03:57 +0000 Subject: [PATCH] chore: 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 871d76ab9c..9cb8f2345a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "globals": "^16.4.0", "husky": "^9.1.7", "jest": "^30.2.0", - "lint-staged": "^16.2.4", + "lint-staged": "^16.2.5", "prettier": "3.6.2" }, "engines": { @@ -9555,9 +9555,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 09c2fde455..d7c9e20ca9 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "globals": "^16.4.0", "husky": "^9.1.7", "jest": "^30.2.0", - "lint-staged": "^16.2.4", + "lint-staged": "^16.2.5", "prettier": "3.6.2" }, "engineStrict": false,