From 75ea6cee25b4c2d968b953681b74ab7d48912c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 15:23:02 +0800 Subject: [PATCH] chore(dev-deps): bump lint-staged from 14.0.1 to 15.2.0 (#5373) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 14.0.1 to 15.2.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/okonet/lint-staged/compare/v14.0.1...v15.2.0) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 78fbd2baf3..59b2569d53 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "eslint-config-hexo": "^5.0.0", "hexo-renderer-marked": "^6.0.0", "husky": "^8.0.1", - "lint-staged": "^14.0.1", + "lint-staged": "^15.2.0", "mocha": "^10.0.0", "sinon": "^17.0.1", "ts-node": "^10.9.1",