From d113eff46cccda36b35d82579f21fc6a89e2c490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:34:20 +0000 Subject: [PATCH] npm(deps-dev): bump lint-staged from 13.3.0 to 15.1.0 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.3.0 to 15.1.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/v13.3.0...v15.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 b10170b..1292eab 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint-plugin-node": "^11.1.0", "husky": "^8.0.1", "jest": "^29.1.1", - "lint-staged": "^13.0.3", + "lint-staged": "^15.1.0", "madge": "^5.0.1", "prettier": "^2.7.1", "ts-jest": "^29.0.3",