From cc9f83495d1531eea4acab710fa533adef9051b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 04:01:52 +0000 Subject: [PATCH] build(deps-dev): bump lint-staged from 16.2.0 to 16.2.1 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.2.0 to 16.2.1. - [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.0...v16.2.1) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.2.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e7e5eee..56fb6989 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.0", + "lint-staged": "16.2.1", "preact": "10.27.2", "react": "19.1.1", "react-dom": "19.1.1", @@ -7979,19 +7979,19 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.2.0.tgz", - "integrity": "sha512-spdYSOCQ2MdZ9CM1/bu/kDmaYGsrpNOeu1InFFV8uhv14x6YIubGxbCpSmGILFoxkiheNQPDXSg5Sbb5ZuVnug==", + "version": "16.2.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.2.1.tgz", + "integrity": "sha512-KMeYmH9wKvHsXdUp+z6w7HN3fHKHXwT1pSTQTYxB9kI6ekK1rlL3kLZEoXZCppRPXFK9PFW/wfQctV7XUqMrPQ==", "dev": true, "license": "MIT", "dependencies": { - "commander": "14.0.1", - "listr2": "9.0.4", - "micromatch": "4.0.8", - "nano-spawn": "1.0.3", - "pidtree": "0.6.0", - "string-argv": "0.3.2", - "yaml": "2.8.1" + "commander": "^14.0.1", + "listr2": "^9.0.4", + "micromatch": "^4.0.8", + "nano-spawn": "^1.0.3", + "pidtree": "^0.6.0", + "string-argv": "^0.3.2", + "yaml": "^2.8.1" }, "bin": { "lint-staged": "bin/lint-staged.js" diff --git a/package.json b/package.json index d5d16f7a..eb886485 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.0", + "lint-staged": "16.2.1", "preact": "10.27.2", "react": "19.1.1", "react-dom": "19.1.1",