From 7c8edf7e5f0a12ec1cf7134d9afbe1b6029fa9b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 22:08:22 +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.40.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.40.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..8aa03ddcb3 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.40.0", "@typescript-eslint/parser": "^2.18.0" } }