From 4cd8dc86898c153db61ac5b8986434e4c8f325c9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2019 03:38:55 +0000 Subject: [PATCH] build(deps-dev): Bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.7.0/packages/eslint-plugin) 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 c9186f4aa4..2b373fbd70 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@types/rimraf": "2.0.3", "@types/sinon": "5.0.5", "@types/sinon-chai": "3.2.3", - "@typescript-eslint/eslint-plugin": "~2.6.0", + "@typescript-eslint/eslint-plugin": "~2.7.0", "@typescript-eslint/parser": "~2.7.0", "acorn": "^7.0.0", "chai": "^4.1.1",