From f28ddbe9b821215a4211525b97fa4386f11f9911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 02:44:20 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 12.5.0 to 13.1.2 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.5.0 to 13.1.2. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v12.5.0...v13.1.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 b593a15..aa80bdf 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint-plugin-prettier": "^4.0.0", "fast-csv": "^4.3.6", "husky": "^7.0.4", - "lint-staged": "^12.3.4", + "lint-staged": "^13.1.2", "postcss": "^8.4.7", "postcss-loader": "^6.2.1", "prettier": "^2.2.1",