diff --git a/package.json b/package.json index a7a6ea97..dad9cead 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@types/selenium-webdriver": "^4.0.9", "@typescript-eslint/eslint-plugin": "^3.6.0", "@typescript-eslint/eslint-plugin-tslint": "^3.5.0", - "@typescript-eslint/parser": "^3.5.0", + "@typescript-eslint/parser": "^3.6.0", "cleanslate": "^0.10.1", "copy-webpack-plugin": "^6.0.3", "eslint": "^7.4.0", diff --git a/yarn.lock b/yarn.lock index 52ea419c..4d45077e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -816,15 +816,15 @@ eslint-scope "^5.0.0" eslint-utils "^2.0.0" -"@typescript-eslint/parser@^3.5.0": - version "3.5.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.5.0.tgz#9ff8c11877c48df24e10e19d7bf542ee0359500d" - integrity sha512-sU07VbYB70WZHtgOjH/qfAp1+OwaWgrvD1Km1VXqRpcVxt971PMTU7gJtlrCje0M+Sdz7xKAbtiyIu+Y6QdnVA== +"@typescript-eslint/parser@^3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.6.0.tgz#79b5232e1a2d06f1fc745942b690cd87aca7b60e" + integrity sha512-taghDxuLhbDAD1U5Fk8vF+MnR0yiFE9Z3v2/bYScFb0N1I9SK8eKHkdJl1DAD48OGFDMFTeOTX0z7g0W6SYUXw== dependencies: "@types/eslint-visitor-keys" "^1.0.0" - "@typescript-eslint/experimental-utils" "3.5.0" - "@typescript-eslint/types" "3.5.0" - "@typescript-eslint/typescript-estree" "3.5.0" + "@typescript-eslint/experimental-utils" "3.6.0" + "@typescript-eslint/types" "3.6.0" + "@typescript-eslint/typescript-estree" "3.6.0" eslint-visitor-keys "^1.1.0" "@typescript-eslint/types@3.5.0":