From fb679f19829ed9601d673e7faf829938cb74756a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 22:37:30 +0000 Subject: [PATCH] chore(deps): bump eslint-scope from 5.1.1 to 7.1.0 Bumps [eslint-scope](https://github.com/eslint/eslint-scope) from 5.1.1 to 7.1.0. - [Release notes](https://github.com/eslint/eslint-scope/releases) - [Changelog](https://github.com/eslint/eslint-scope/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint-scope/compare/v5.1.1...v7.1.0) --- updated-dependencies: - dependency-name: eslint-scope dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2353a0f8a8d..9ac301ed021 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "chrome-trace-event": "^1.0.2", "enhanced-resolve": "^5.8.3", "es-module-lexer": "^0.9.0", - "eslint-scope": "5.1.1", + "eslint-scope": "7.1.0", "events": "^3.2.0", "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.2.4", diff --git a/yarn.lock b/yarn.lock index 394cbb3b7e5..39bcfc296bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2439,7 +2439,15 @@ eslint-plugin-prettier@^4.0.0: dependencies: prettier-linter-helpers "^1.0.0" -eslint-scope@5.1.1, eslint-scope@^5.0.0, eslint-scope@^5.1.1: +eslint-scope@7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.0.tgz#c1f6ea30ac583031f203d65c73e723b01298f153" + integrity sha512-aWwkhnS0qAXqNOgKOK0dJ2nvzEbhEvpy8OlJ9kZ0FeZnA6zpjv1/Vei+puGFFX7zkPCkHHXb7IDX3A+7yPrRWg== + dependencies: + esrecurse "^4.3.0" + estraverse "^5.2.0" + +eslint-scope@^5.0.0, eslint-scope@^5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==