From 297f2f473f187db498308f58d5975f266378a614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 04:41:31 +0000 Subject: [PATCH] build(deps-dev): bump lint-staged from 16.1.0 to 16.1.2 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.1.0 to 16.1.2. - [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.1.0...v16.1.2) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.1.2 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 4c1c96fa..8516d87e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "jest": "29.7.0", "jest-environment-jsdom": "30.0.0", "jest-watch-typeahead": "2.2.2", - "lint-staged": "16.1.0", + "lint-staged": "16.1.2", "preact": "10.26.9", "react": "19.1.0", "react-dom": "19.1.0", @@ -8096,9 +8096,9 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.1.0.tgz", - "integrity": "sha512-HkpQh69XHxgCjObjejBT3s2ILwNjFx8M3nw+tJ/ssBauDlIpkx2RpqWSi1fBgkXLSSXnbR3iEq1NkVtpvV+FLQ==", + "version": "16.1.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.1.2.tgz", + "integrity": "sha512-sQKw2Si2g9KUZNY3XNvRuDq4UJqpHwF0/FQzZR2M7I5MvtpWvibikCjUVJzZdGE0ByurEl3KQNvsGetd1ty1/Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ca74a034..f6e0c267 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "jest": "29.7.0", "jest-environment-jsdom": "30.0.0", "jest-watch-typeahead": "2.2.2", - "lint-staged": "16.1.0", + "lint-staged": "16.1.2", "preact": "10.26.9", "react": "19.1.0", "react-dom": "19.1.0",