diff --git a/package.json b/package.json index e971a92..e67e84e 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "@types/nopt": "3.0.29", "@types/webpack": "4.41.0", "@typescript-eslint/eslint-plugin": "2.13.0", - "@typescript-eslint/parser": "2.13.0", + "@typescript-eslint/parser": "2.14.0", "autoprefixer": "9.7.3", "bootstrap": "3.4.1", "clipboard": "2.0.4", diff --git a/yarn.lock b/yarn.lock index 0ff7634..fb7559a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -616,7 +616,7 @@ "@typescript-eslint/typescript-estree" "2.13.0" eslint-scope "^5.0.0" -"@typescript-eslint/experimental-utils@^2.5.0": +"@typescript-eslint/experimental-utils@2.14.0", "@typescript-eslint/experimental-utils@^2.5.0": version "2.14.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.14.0.tgz#e9179fa3c44e00b3106b85d7b69342901fb43e3b" integrity sha512-KcyKS7G6IWnIgl3ZpyxyBCxhkBPV+0a5Jjy2g5HxlrbG2ZLQNFeneIBVXdaBCYOVjvGmGGFKom1kgiAY75SDeQ== @@ -625,14 +625,14 @@ "@typescript-eslint/typescript-estree" "2.14.0" eslint-scope "^5.0.0" -"@typescript-eslint/parser@2.13.0": - version "2.13.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.13.0.tgz#ea1ab394cf9ca17467e3da7f96eca9309f57c326" - integrity sha512-vbDeLr5QRJ1K7x5iRK8J9wuGwR9OVyd1zDAY9XFAQvAosHVjSVbDgkm328ayE6hx2QWVGhwvGaEhedcqAbfQcA== +"@typescript-eslint/parser@2.14.0": + version "2.14.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.14.0.tgz#30fa0523d86d74172a5e32274558404ba4262cd6" + integrity sha512-haS+8D35fUydIs+zdSf4BxpOartb/DjrZ2IxQ5sR8zyGfd77uT9ZJZYF8+I0WPhzqHmfafUBx8MYpcp8pfaoSA== dependencies: "@types/eslint-visitor-keys" "^1.0.0" - "@typescript-eslint/experimental-utils" "2.13.0" - "@typescript-eslint/typescript-estree" "2.13.0" + "@typescript-eslint/experimental-utils" "2.14.0" + "@typescript-eslint/typescript-estree" "2.14.0" eslint-visitor-keys "^1.1.0" "@typescript-eslint/typescript-estree@2.13.0":