From 94cd13bd28a7d85ca55e81277fe57a6a41839516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 10:30:25 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 12.5.0 to 13.0.3 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.5.0 to 13.0.3. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v12.5.0...v13.0.3) --- 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 69d22865..bcf960ac 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "istanbul": "^0.4.0", "jest": "^27.0.6", "jest-ts-webcompat-resolver": "^1.0.0", - "lint-staged": "^12.1.7", + "lint-staged": "^13.0.3", "prettier": "^2.3.2", "pretty-quick": "^3.1.1", "promise-tools": "^2.1.0",