From d48d9eea5b00b8002ac41ad854737aa75fd96858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Mon, 9 Dec 2019 16:49:35 -0500 Subject: [PATCH] chore: resolve eslint-scope to 5.0.0 --- package.json | 3 ++- yarn.lock | 10 +--------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 2409e28cca18..545835a1a216 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,8 @@ "typescript": "^3.6.3" }, "resolutions": { - "@lerna/**/@lerna/collect-updates": "https://github.com/babel/lerna.git#babel-collect-updates" + "@lerna/**/@lerna/collect-updates": "https://github.com/babel/lerna.git#babel-collect-updates", + "eslint-scope": "^5.0.0" }, "engines": { "node": ">= 6.9.0 < 14.0.0", diff --git a/yarn.lock b/yarn.lock index f3ec182f22d4..55268a2a014a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4231,15 +4231,7 @@ eslint-plugin-prettier@^3.1.0: dependencies: prettier-linter-helpers "^1.0.0" -eslint-scope@3.7.1: - version "3.7.1" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8" - integrity sha1-PWPD7f2gLgbgGkUq2IyqzHzctug= - dependencies: - esrecurse "^4.1.0" - estraverse "^4.1.1" - -eslint-scope@^5.0.0: +eslint-scope@3.7.1, eslint-scope@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9" integrity sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==