From 772b3ea2001f04cd7572b7954ab8c5c27b811cf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 20:03:13 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 13.2.3 to 15.2.2 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.2.3 to 15.2.2. - [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/v13.2.3...v15.2.2) --- 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 5db8a06b7b..638ccc607d 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "jest": "^27.5.1", "jest-html-reporter": "^3.1.3", "jest-watch-typeahead": "^2.2.0", - "lint-staged": "~13.2.0", + "lint-staged": "~15.2.2", "min-indent": "^1.0.1", "postcss-less": "^5.0.0", "stylelint": "~14.16.1",