From dcd5f84384757a1f100e45cd842a3e11b597823b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 22:16:36 +0000 Subject: [PATCH] build(deps-dev): bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.34.0 to 5.44.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/v5.44.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/template/typescript/tmpl/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/template/typescript/tmpl/package.json b/packages/template/typescript/tmpl/package.json index 591caf7801..0afa477bf2 100644 --- a/packages/template/typescript/tmpl/package.json +++ b/packages/template/typescript/tmpl/package.json @@ -3,7 +3,7 @@ "typescript": "^4.0.2", "eslint": "^7.6.0", "eslint-plugin-import": "^2.20.0", - "@typescript-eslint/eslint-plugin": "^2.18.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", "@typescript-eslint/parser": "^2.18.0" } }