diff --git a/package.json b/package.json index 5d29acae..e76d1eab 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "ts-jest": "23.10.4", "ts-loader": "5.3.0", "typescript": "3.1.6", - "typescript-eslint-parser": "21.0.0", + "typescript-eslint-parser": "21.0.1", "webpack": "4.25.1", "webpack-bundle-analyzer": "3.0.3", "webpack-cli": "3.1.2", diff --git a/yarn.lock b/yarn.lock index c430868c..865fe09f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7196,10 +7196,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript-eslint-parser@21.0.0: - version "21.0.0" - resolved "https://registry.yarnpkg.com/typescript-eslint-parser/-/typescript-eslint-parser-21.0.0.tgz#fcac9e07f83330c7d8e6902bdae0bfdcdbea6995" - integrity sha512-XYHF9r3UTt5GHkE2CSaJ1YtonCL8h4LmjwqabekF05gS/Kv/tT6jQhlrbmLmofHe3Sg+ITnUbT47cIJ7Gy3YJw== +typescript-eslint-parser@21.0.1: + version "21.0.1" + resolved "https://registry.yarnpkg.com/typescript-eslint-parser/-/typescript-eslint-parser-21.0.1.tgz#710ea628a72144e1ec3a1d6b9f5b2b0a5a520e04" + integrity sha512-rdtAzg0eTTv/+YRLBJZBAAuOHHyYiElE2HdkaOGf9kKGce811zP3JRPzDybCJQamdsxyEsMe6CyIk2JCEnw/4g== dependencies: eslint-scope "^4.0.0" eslint-visitor-keys "^1.0.0"