From 96f77b4d3bca78cc6679eddfeec248ad605e0689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:15:12 +0200 Subject: [PATCH] chore(deps-dev): bump typescript-eslint from 8.8.0 to 8.8.1 in /webapp (#1322) Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.8.0 to 8.8.1. - [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.8.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-patch ... 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 efe29485..d6b414ce 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.8.0" + "typescript-eslint": "8.8.1" } }