From de8e0d1fd6c447d707b729a3b64a405b32bf50ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 05:03:26 +0000 Subject: [PATCH] Build(deps-dev): Bump lint-staged from 14.0.1 to 15.2.10 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 14.0.1 to 15.2.10. - [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/v14.0.1...v15.2.10) --- 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 9fdf033..5121117 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-config-prettier": "^9.0.0", "husky": "^8.0.3", "jest": "^29.0.1", - "lint-staged": "^14.0.1", + "lint-staged": "^15.2.10", "mysql": "^2.18.1", "prettier": "^3.0.3" },