From b1b7f07397696556066ed55087c9a115927bf567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 11:05:22 +0000 Subject: [PATCH] build(deps-dev): bump lint-staged from 12.5.0 to 13.1.2 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.5.0 to 13.1.2. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v12.5.0...v13.1.2) --- 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 804a98e..827696a 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "coveralls": "^3.0.3", "express": "^4.16.4", "husky": "^7.0.4", - "lint-staged": "^12.1.2", + "lint-staged": "^13.1.2", "mocha": "^9.1.3", "nyc": "^15.0.1", "pretty-quick": "^3.1.2",