From d905d6a17b282996944bcb1b85b679a1144f223f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 16:36:45 +0000 Subject: [PATCH] chore(deps-dev): update @typescript-eslint/parser requirement Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) to permit the latest version. - [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/v1.13.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 0e80a93..20bdc66 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/node": "12.7.1", "@types/semantic-release": "15.13.0", "@typescript-eslint/eslint-plugin": "1.11.0", - "@typescript-eslint/parser": "1.11.0", + "@typescript-eslint/parser": "1.13.0", "all-contributors-cli": "6.7.0", "codecov": "3.5.0", "commitizen": "3.1.1",