From 5681412bac205236b393856f3a97df640ecafe7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:29:02 +0100 Subject: [PATCH] chore(deps-dev): bump typescript-eslint from 8.17.0 to 8.18.1 in /webapp (#1424) Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.17.0 to 8.18.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.18.1/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 519db08a..222e5597 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.17.0" + "typescript-eslint": "8.18.1" } }