From c40d4c9d951e3fb335116b15c8c273bb1ca5832b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 06:34:27 +0000 Subject: [PATCH] npm: bump lint-staged from 15.0.2 to 15.2.1 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.0.2 to 15.2.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/okonet/lint-staged/compare/v15.0.2...v15.2.1) --- 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 f3a752d..9bb5e54 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "jest-html-reporter": "3.10.2", "jest-junit": "16.0.0", "jest-spec-reporter": "1.0.19", - "lint-staged": "15.0.2", + "lint-staged": "15.2.1", "markdownlint": "0.31.1", "markdownlint-cli": "0.37.0", "prettier": "3.0.3",