From dfee0ac4232e067f68cc594186a8528ab45ec759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 05:36:55 +0000 Subject: [PATCH] npm: bump @typescript-eslint/parser from 3.5.0 to 3.6.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.5.0 to 3.6.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.6.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 ba2c488..3ff46de 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@types/jest": "26.0.3", "@types/mime": "2.0.2", "@typescript-eslint/eslint-plugin": "3.5.0", - "@typescript-eslint/parser": "3.5.0", + "@typescript-eslint/parser": "3.6.0", "@zeit/ncc": "0.22.3", "eslint": "7.4.0", "eslint-config-prettier": "6.11.0",