From b61b56795eda5b7156d23e1713e4042930998d68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 16:34:14 +0000 Subject: [PATCH] chore(deps-dev): bump @typescript-eslint/parser from 4.3.0 to 4.17.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.3.0 to 4.17.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.17.0/packages/parser) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67b9135..d52dc88 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,6 @@ "@angular-eslint/schematics": "1.2.0", "@angular-eslint/template-parser": "1.2.0", "@typescript-eslint/eslint-plugin": "4.3.0", - "@typescript-eslint/parser": "4.3.0" + "@typescript-eslint/parser": "4.17.0" } }