From 2f380434119a77cab3e6e66e7b315a203653fada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 03:10:52 +0000 Subject: [PATCH] build(deps-dev): bump the typescript-eslint group Bumps the typescript-eslint group in /generators/angular/resources with 1 update: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin). Updates `@typescript-eslint/eslint-plugin` from 6.19.1 to 6.20.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.20.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint ... 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 b31639932a0e..247cb8da07d6 100644 --- a/generators/angular/resources/package.json +++ b/generators/angular/resources/package.json @@ -25,7 +25,7 @@ "@angular/cli": "17.1.1", "@types/jest": "29.5.11", "@types/node": "18.19.10", - "@typescript-eslint/eslint-plugin": "6.19.1", + "@typescript-eslint/eslint-plugin": "6.20.0", "browser-sync": "3.0.2", "browser-sync-webpack-plugin": "2.3.0", "buffer": "6.0.3",