From a1a341e0ad956daf3ba4fd339bdf38a426817d61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 13:26:54 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 13.3.0 to 14.0.0 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f262080..c2a45bf 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "concurrently": "^8.0.1", "fastify": "^4.16.0", "husky": "^8.0.2", - "lint-staged": "^13.0.4", + "lint-staged": "^14.0.0", "sinon": "^15.0.0", "snazzy": "^9.0.0", "standard": "^17.0.0",