From 3cd7d6705849a3c605b33d5f5d5997b4d22a6ba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 05:41:53 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged in /generators/client/templates Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.10 to 16.1.0. - [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/v15.2.10...v16.1.0) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- generators/client/templates/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/client/templates/package.json b/generators/client/templates/package.json index 204bc0ec8..0d6f72d82 100644 --- a/generators/client/templates/package.json +++ b/generators/client/templates/package.json @@ -24,7 +24,7 @@ "prettier": "3.3.3", "prettier-plugin-svelte": "3.2.7", "prettier-plugin-organize-imports": "4.1.0", - "lint-staged": "15.2.10", + "lint-staged": "16.1.0", "rimraf": "6.0.1", "svelte": "4.2.19", "tailwindcss": "3.4.13",