From 36901b94d7dbd257e548e528d58571affcd32a55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 22:02:47 +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.47.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.47.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..a15f0ee722 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.47.0", "@typescript-eslint/parser": "^2.18.0" } }