From ee2f50d2e13e289fa0be4a2be847fe2944687cde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:21:25 +0200 Subject: [PATCH] chore(deps-dev): bump typescript-eslint from 8.6.0 to 8.7.0 in /webapp (#1283) Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.6.0 to 8.7.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/v8.7.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/package.json b/webapp/package.json index c5e896ec..e245a896 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -93,6 +93,6 @@ "prettier-plugin-tailwindcss": "^0.6.2", "tailwindcss": "^3.4.6", "typescript": "^5", - "typescript-eslint": "8.6.0" + "typescript-eslint": "8.7.0" } }