From f198d7bf62789fb56c788ac5d2e915976828bef7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2020 00:28:51 +0000 Subject: [PATCH] Bump eslint-plugin-expect-type from 0.0.4 to 0.0.5 Bumps [eslint-plugin-expect-type](https://github.com/ibezkrovnyi/eslint-plugin-expect-type) from 0.0.4 to 0.0.5. - [Release notes](https://github.com/ibezkrovnyi/eslint-plugin-expect-type/releases) - [Commits](https://github.com/ibezkrovnyi/eslint-plugin-expect-type/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b704ff8..67addc8 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "dtslint": "^3.4.1", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.1", - "eslint-plugin-expect-type": "^0.0.4", + "eslint-plugin-expect-type": "^0.0.5", "eslint-plugin-import": "^2.20.2", "eslint-plugin-prettier": "^3.1.2", "husky": "^4.2.3", diff --git a/yarn.lock b/yarn.lock index b6d1425..bd0d513 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2389,10 +2389,10 @@ eslint-module-utils@^2.6.0: debug "^2.6.9" pkg-dir "^2.0.0" -eslint-plugin-expect-type@^0.0.4: - version "0.0.4" - resolved "https://registry.yarnpkg.com/eslint-plugin-expect-type/-/eslint-plugin-expect-type-0.0.4.tgz#f3adced6cc634afd710b9b3936c1e82db88bcf94" - integrity sha512-H/+KMeZVOe6986IjWkf6bx4kJ46QTZi6kU+i94NVX+KVcbuiL5HIi6/RK9iSX3TKLG+kw5h+y8A0+xJZrjs0fA== +eslint-plugin-expect-type@^0.0.5: + version "0.0.5" + resolved "https://registry.yarnpkg.com/eslint-plugin-expect-type/-/eslint-plugin-expect-type-0.0.5.tgz#1b016a7fdf6e740e1683e24c603543735ab09c2e" + integrity sha512-zuW9WvpSpuUL1fi+QryMcB8ZvevIgLUVscFA1kgtl5xl/DMIh2tN0zuGQLuN1qsLfrq2sTN+bA+pQk9lxFpzRw== dependencies: "@typescript-eslint/experimental-utils" "^2.0.0" fs-extra "^8.1.0"