From 4f6771e8f82eb21d8d18aaf6b7983333cfe25e21 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Jun 2021 07:49:09 +0000 Subject: [PATCH] Bump @typescript-eslint/parser from 2.34.0 to 4.27.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 2.34.0 to 4.27.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.27.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 5b0a8f3..2bd99b6 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@types/node": "^14.14.7", "@typescript-eslint/eslint-plugin": "^4.15.2", - "@typescript-eslint/parser": "^2.22.0", + "@typescript-eslint/parser": "^4.27.0", "eslint": "^7.20.0", "eslint-config-airbnb": "^18.0.1", "eslint-import-resolver-node": "^0.3.3",