From 7d59f7fee21cd120730586b8a936fa0fcb45f4af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Feb 2021 05:28:32 +0000 Subject: [PATCH] Bump @typescript-eslint/parser from 3.10.1 to 4.15.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.10.1 to 4.15.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.15.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 788f371..d3f0f4e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "@typescript-eslint/eslint-plugin": "^4.14.2", "@typescript-eslint/eslint-plugin-tslint": "^4.14.2", - "@typescript-eslint/parser": "^3.10.1", + "@typescript-eslint/parser": "^4.15.0", "@wwwouter/tslint-contrib": "^1.0.0", "babel-eslint": "^10.1.0", "eslint": "^7.19.0",