From 427a747f9f688395f638932c0c9985a2f3e1c560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 03:17:34 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 13.2.3 to 15.3.0 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 13.2.3 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/v13.2.3...v15.3.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 8d0e811b61..4a6bd43a05 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.24.2", "husky": "^8.0.1", - "lint-staged": "~13.2.0", + "lint-staged": "~15.3.0", "min-indent": "^1.0.1", "postcss-less": "^5.0.0", "stylelint": "~14.16.1",