From 2323707b3e56546fc014ca5381964bf445f6a516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 20:43:49 +0200 Subject: [PATCH] chore(deps-dev): bump lint-staged from 13.3.0 to 14.0.0 (#187) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.3.0 to 14.0.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v13.3.0...v14.0.0) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b3f9f6..0e9309a 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "eslint-plugin-import": "^2.26.0", "eslint-plugin-mocha": "^9.0.0", "eslint-plugin-promise": "^6.0.0", - "lint-staged": "^13.0.3", + "lint-staged": "^14.0.0", "mocha": "^10.0.0", "pre-commit": "^1.2.2", "rimraf": "^5.0.0",