From b9222778965a1d30b0665a14d833d8177aab526e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 20 Nov 2018 05:34:40 +0900 Subject: [PATCH] Update typescript-eslint-parser requirement from 21.0.0 to 21.0.1 (#3333) Updates the requirements on [typescript-eslint-parser](https://github.com/eslint/typescript-eslint-parser) to permit the latest version. - [Release notes](https://github.com/eslint/typescript-eslint-parser/releases) - [Changelog](https://github.com/eslint/typescript-eslint-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/typescript-eslint-parser/commits/v21.0.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f30c3bbf7..b1c1d01b7 100644 --- a/package.json +++ b/package.json @@ -209,7 +209,7 @@ "ts-node": "7.0.1", "tslint": "5.10.0", "typescript": "3.1.6", - "typescript-eslint-parser": "21.0.0", + "typescript-eslint-parser": "21.0.1", "uglify-es": "3.3.9", "url-loader": "1.1.2", "uuid": "3.3.2",