From b8b36de39a8a8cb552d12e54096925bab5145311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 19:11:49 +0000 Subject: [PATCH] chore(deps-dev): bump typescript-eslint from 7.15.0 to 7.16.0 Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 7.15.0 to 7.16.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d42c7ac..14f4ea0 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "knip": "5.22.x", "lint-staged": "15.2.x", "typescript": "5.5.x", - "typescript-eslint": "7.15.x" + "typescript-eslint": "7.16.x" }, "lint-staged": { "!(.next/*|*.json)*": "eslint --fix"