From 18dd84d48f71e534490e45a40bce078509119f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 06:07:33 +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 8b3bd08..7d98c7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,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", "ts-jest": "29.4.5", "ts-node": "10.9.2", @@ -6259,9 +6259,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 95c23b1..61b1512 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,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", "ts-jest": "29.4.5", "ts-node": "10.9.2",