From 4708a6a3be4080fcd8a3ff3de39efa070c4682b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 07:03:49 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 15.2.10 to 15.3.0 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.10 to 15.3.0. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.10...v15.3.0) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bdabcee..ea7ecb2 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "eslint-plugin-n": "16.6.2", "eslint-plugin-prettier": "5.2.1", "globals": "15.12.0", - "lint-staged": "15.2.10", + "lint-staged": "15.3.0", "prettier": "3.4.2", "prettier-plugin-astro": "0.14.1", "simple-git-hooks": "2.11.1",