From d9382c11f63e2d71c292f150dcb57f3e0073af4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 03:09:02 +0000 Subject: [PATCH] build(deps-dev): bump typescript-eslint in /generators/angular/resources 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] --- generators/angular/resources/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/angular/resources/package.json b/generators/angular/resources/package.json index 7a445c18f2d5..a60443ed91ea 100644 --- a/generators/angular/resources/package.json +++ b/generators/angular/resources/package.json @@ -48,7 +48,7 @@ "rimraf": "5.0.8", "ts-jest": "29.2.5", "typescript": "5.5.4", - "typescript-eslint": "8.6.0", + "typescript-eslint": "8.7.0", "webpack": "5.94.0", "webpack-bundle-analyzer": "4.10.2", "webpack-merge": "6.0.1",