From b603008f04313ca87161d91764f2c3fcbc74a0b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 14:17:01 +0000 Subject: [PATCH] chore: bump lint-staged from 11.2.6 to 13.1.0 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.2.6 to 13.1.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v11.2.6...v13.1.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 2bbc370f3f..3a3486a471 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "eslint-config-hexo": "^5.0.0", "hexo-renderer-marked": "^5.0.0", "husky": "^7.0.4", - "lint-staged": "^11.0.0", + "lint-staged": "^13.1.0", "mocha": "^10.0.0", "sinon": "^13.0.2" },