From 30037b973f08e7740be67b08ea5be8fe588ee312 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 06:25:29 +0000 Subject: [PATCH] build(deps-dev): bump @typescript-eslint/parser from 2.34.0 to 3.5.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 2.34.0 to 3.5.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/v3.5.0/packages/parser) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12c6827..5bae6d7 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/jest": "^24.0.18", "@types/node": "^12.7.4", "@typescript-eslint/eslint-plugin": "^2.1.0", - "@typescript-eslint/parser": "^2.1.0", + "@typescript-eslint/parser": "^3.5.0", "eslint": "^6.3.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.20.2",