From 3f7689f09227ee116cf404fa43612a260da300f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 09:12:00 +0000 Subject: [PATCH] npm: bump lint-staged from 11.2.6 to 13.1.1 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.2.6 to 13.1.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v11.2.6...v13.1.1) --- 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 f183d54e4c..1d8cde9bc8 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "git-cz": "^4.7.6", "jsonlint": "^1.6.3", "license-checker": "^25.0.1", - "lint-staged": "^11.0.1", + "lint-staged": "^13.1.1", "markdown-link-check": "^3.8.7", "markdownlint-cli": "^0.27.1", "stylelint": "~13.13.1",