From e1b0da381764f472b947caffdf6af41dd4ca8dc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 22:37:32 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 12.5.0 to 15.0.2 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.5.0 to 15.0.2. - [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/v12.5.0...v15.0.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 0d5014b9..6f313e5b 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "highlight.js": ">=11.3.1", "husky": "^7.0.4", "jest": "^27.3.1", - "lint-staged": "^12.3.5", + "lint-staged": "^15.0.2", "mock-express-request": "^0.2.2", "mock-express-response": "^0.3.0", "prettier": "2.5.1",