From 049c79677f8631552957e48078f09aeb3249cdfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 05:27:24 +0000 Subject: [PATCH] build(deps-dev): bump typescript-eslint Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.16.0 to 8.17.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.17.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] --- generators/ionic/resources/base/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/ionic/resources/base/package.json b/generators/ionic/resources/base/package.json index 41191494..9166cfd4 100644 --- a/generators/ionic/resources/base/package.json +++ b/generators/ionic/resources/base/package.json @@ -79,6 +79,6 @@ "jest-preset-angular": "14.2.4", "prettier": "3.4.2", "typescript": "~5.5.3", - "typescript-eslint": "8.16.0" + "typescript-eslint": "8.17.0" } }