diff --git a/package.json b/package.json index ce57de44..7b29318f 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@types/node": "12.12.14", "@types/rimraf": "2.0.3", "@types/yup": "0.26.26", - "@typescript-eslint/eslint-plugin": "2.8.0", + "@typescript-eslint/eslint-plugin": "2.9.0", "@typescript-eslint/parser": "2.9.0", "camelcase": "5.3.1", "chalk": "3.0.0", diff --git a/yarn.lock b/yarn.lock index 94bf4583..9ac7485e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1076,12 +1076,12 @@ resolved "https://registry.yarnpkg.com/@types/yup/-/yup-0.26.26.tgz#2e7065384ac2b7711271d8790f26ac7d73f6a33d" integrity sha512-5cLJLd8NIT7OfJLi7ScquRn/NWfmewBqJ92nT/FYfdpgKzyUNcR4n2BKEOQ7mOG8WuJXgomIvNl5P3sn9Akd4A== -"@typescript-eslint/eslint-plugin@2.8.0": - version "2.8.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.8.0.tgz#eca584d46094ebebc3cb3e9fb625bfbc904a534d" - integrity sha512-ohqul5s6XEB0AzPWZCuJF5Fd6qC0b4+l5BGEnrlpmvXxvyymb8yw8Bs4YMF8usNAeuCJK87eFIHy8g8GFvOtGA== +"@typescript-eslint/eslint-plugin@2.9.0": + version "2.9.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.9.0.tgz#fa810282c0e45f6c2310b9c0dfcd25bff97ab7e9" + integrity sha512-98rfOt3NYn5Gr9wekTB8TexxN6oM8ZRvYuphPs1Atfsy419SDLYCaE30aJkRiiTCwGEY98vOhFsEVm7Zs4toQQ== dependencies: - "@typescript-eslint/experimental-utils" "2.8.0" + "@typescript-eslint/experimental-utils" "2.9.0" eslint-utils "^1.4.3" functional-red-black-tree "^1.0.1" regexpp "^3.0.0"