From 8fb390cf769fb6d7aa6fe8b37e9dc77d46d0d9f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:41:10 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 12.5.0 to 15.2.0 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.5.0 to 15.2.0. - [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/v12.5.0...v15.2.0) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0eebab35..23f16758 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "husky": "^7.0.4", "is-ci": "^3.0.1", "jest": "^28.1.3", - "lint-staged": "^12.1.4", + "lint-staged": "^15.2.0", "prettier": "^2.8.8", "tsd": "^0.28.1", "tslint": "^6.1.3",