diff --git a/package.json b/package.json index 7e83a27e..2e6ce53a 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@types/ramda": "^0.27.11", "@types/selenium-webdriver": "^4.0.9", "@typescript-eslint/eslint-plugin": "^3.9.1", - "@typescript-eslint/eslint-plugin-tslint": "^3.9.1", + "@typescript-eslint/eslint-plugin-tslint": "^3.10.0", "@typescript-eslint/parser": "^3.10.0", "cleanslate": "^0.10.1", "copy-webpack-plugin": "^6.0.3", diff --git a/yarn.lock b/yarn.lock index 6f1da68a..b0681ce7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -766,12 +766,12 @@ dependencies: "@types/yargs-parser" "*" -"@typescript-eslint/eslint-plugin-tslint@^3.9.1": - version "3.9.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin-tslint/-/eslint-plugin-tslint-3.9.1.tgz#281592bdf5db6d63386ad2f3207729d38ac38bef" - integrity sha512-1+M0USBYPC+EUqM2DB9wEQTf+Mf/SUgT0vlPY9DgAAcB9l6G48vrJWY+CgU053LK2kh0d9BReNNI8T50biyHzg== +"@typescript-eslint/eslint-plugin-tslint@^3.10.0": + version "3.10.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin-tslint/-/eslint-plugin-tslint-3.10.0.tgz#dc245620491647d6e808c0ade18ea752b0665062" + integrity sha512-UJERs4zWmYGWM4ccROJYT3NAUMC+bP73aytGkVJrEDskIsZGDmS+6GbhLc0/odoxq7B199urxd0wgFgOjh5eHw== dependencies: - "@typescript-eslint/experimental-utils" "3.9.1" + "@typescript-eslint/experimental-utils" "3.10.0" lodash "^4.17.15" "@typescript-eslint/eslint-plugin@^3.9.1":