From 4340318cf115b31c753af0ec60433f8223c3365b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:02:30 +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.48.1. - [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.48.1/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..6a5646fddf 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.48.1", "@typescript-eslint/parser": "^2.18.0" } }