From de6fd26dc61f6e4893ea0dd96d23f6c3808126dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 20:12:11 +0000 Subject: [PATCH] build(deps-dev): bump lint-staged from 16.2.1 to 16.2.3 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.2.1 to 16.2.3. - [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.1...v16.2.3) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.2.3 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 915f305..4f74156 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "globals": "16.4.0", "husky": "9.1.7", "jest": "30.1.3", - "lint-staged": "16.2.1", + "lint-staged": "16.2.3", "prettier": "3.6.2", "ts-jest": "29.4.4", "ts-node": "10.9.2", @@ -6200,9 +6200,9 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "16.2.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.2.1.tgz", - "integrity": "sha512-KMeYmH9wKvHsXdUp+z6w7HN3fHKHXwT1pSTQTYxB9kI6ekK1rlL3kLZEoXZCppRPXFK9PFW/wfQctV7XUqMrPQ==", + "version": "16.2.3", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.2.3.tgz", + "integrity": "sha512-1OnJEESB9zZqsp61XHH2fvpS1es3hRCxMplF/AJUDa8Ho8VrscYDIuxGrj3m8KPXbcWZ8fT9XTMUhEQmOVKpKw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 49cc06b..56dd64d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "globals": "16.4.0", "husky": "9.1.7", "jest": "30.1.3", - "lint-staged": "16.2.1", + "lint-staged": "16.2.3", "prettier": "3.6.2", "ts-jest": "29.4.4", "ts-node": "10.9.2",