From 45c5ef2331a66dbbf21d0ee9b06d2b72a0a06781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 04:17:50 +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 9e0e96f6..c54a3206 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "jest": "30.1.3", "jest-environment-jsdom": "30.1.2", "jest-watch-typeahead": "3.0.1", - "lint-staged": "16.2.1", + "lint-staged": "16.2.3", "preact": "10.27.2", "react": "19.1.1", "react-dom": "19.1.1", @@ -7979,9 +7979,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 678b1842..a5f7d889 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "jest": "30.1.3", "jest-environment-jsdom": "30.1.2", "jest-watch-typeahead": "3.0.1", - "lint-staged": "16.2.1", + "lint-staged": "16.2.3", "preact": "10.27.2", "react": "19.1.1", "react-dom": "19.1.1",