From 64b3f19d93ef1982c2e82fe31683d900c9db6ce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:30:56 +0000 Subject: [PATCH] Bump lint-staged from 14.0.1 to 15.0.1 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 14.0.1 to 15.0.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/v14.0.1...v15.0.1) --- 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 265f896..9274195 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "eslint": "^8.47.0", "eslint-plugin-simple-import-sort": "^10.0.0", "husky": "^8.0.3", - "lint-staged": "^14.0.0", + "lint-staged": "^15.0.1", "module-alias": "^2.2.3", "nodemon": "^3.0.1", "prettier": "^3.0.1"