From 6ae4bed623da8dde3064e5e0a01ca4f837d30a13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 22:02:28 +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.45.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.45.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..d80ee94f3c 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.45.0", "@typescript-eslint/parser": "^2.18.0" } }