From a516bcb14729d09ad6fe98b4dc92ed70505143f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Nov 2022 19:57:39 +0000 Subject: [PATCH] build(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 2dcdbe9616..c75f65dd61 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "karma": "^6.0.0", "karma-chrome-launcher": "^3.0.0", "karma-mocha": "^2.0.0", - "lint-staged": "^12.1.1", + "lint-staged": "^13.0.3", "mocha": "^9.0.2", "module-from-string": "^3.1.3", "node-fetch": "^3.0.0",