From 3cbb01de2206f5955d15f075c1a81ac66e9c5068 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 03:43:47 +0000 Subject: [PATCH] Bump @typescript-eslint/eslint-plugin from 3.9.0 to 3.9.1 Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 3.9.0 to 3.9.1. - [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/v3.9.1/packages/eslint-plugin) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index efc3145e..da566842 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@types/node": "^14.0.27", "@types/ramda": "^0.27.11", "@types/selenium-webdriver": "^4.0.9", - "@typescript-eslint/eslint-plugin": "^3.9.0", + "@typescript-eslint/eslint-plugin": "^3.9.1", "@typescript-eslint/eslint-plugin-tslint": "^3.9.0", "@typescript-eslint/parser": "^3.9.1", "cleanslate": "^0.10.1", diff --git a/yarn.lock b/yarn.lock index 213038bb..b8f65afb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -774,12 +774,12 @@ "@typescript-eslint/experimental-utils" "3.9.0" lodash "^4.17.15" -"@typescript-eslint/eslint-plugin@^3.9.0": - version "3.9.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.9.0.tgz#0fe529b33d63c9a94f7503ca2bb12c84b9477ff3" - integrity sha512-UD6b4p0/hSe1xdTvRCENSx7iQ+KR6ourlZFfYuPC7FlXEzdHuLPrEmuxZ23b2zW96KJX9Z3w05GE/wNOiEzrVg== +"@typescript-eslint/eslint-plugin@^3.9.1": + version "3.9.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.9.1.tgz#8cf27b6227d12d66dd8dc1f1a4b04d1daad51c2e" + integrity sha512-XIr+Mfv7i4paEdBf0JFdIl9/tVxyj+rlilWIfZ97Be0lZ7hPvUbS5iHt9Glc8kRI53dsr0PcAEudbf8rO2wGgg== dependencies: - "@typescript-eslint/experimental-utils" "3.9.0" + "@typescript-eslint/experimental-utils" "3.9.1" debug "^4.1.1" functional-red-black-tree "^1.0.1" regexpp "^3.0.0"