From 4a6d2ada14f3a0ecf76df9e14024049c2a9e9e8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:35:25 +0000 Subject: [PATCH] build(deps-dev): bump lint-staged from 13.3.0 to 15.0.2 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.3.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/v13.3.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 a20187f..a9abdd2 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint": "^8", "husky": "^8", "jsdom": "^22", - "lint-staged": "^13", + "lint-staged": "^15", "next-pwa": "^5", "node-fetch": "^3", "postcss-styled-syntax": "^0.4",