From 4bcc35b0b9aaf71876b6d0961a9e6b085b8f802a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 05:40:10 +0000 Subject: [PATCH] chore(deps-dev): bump @typescript-eslint/parser from 4.17.0 to 4.26.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.17.0 to 4.26.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.26.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 37de71e..69a37ba 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,6 @@ "@angular-eslint/schematics": "1.2.0", "@angular-eslint/template-parser": "1.2.0", "@typescript-eslint/eslint-plugin": "4.17.0", - "@typescript-eslint/parser": "4.17.0" + "@typescript-eslint/parser": "4.26.0" } }