Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.19.0

This commit is contained in:
Joe Previte 2021-03-23 15:10:03 -07:00 committed by GitHub
commit 080d59b269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1302,13 +1302,13 @@
eslint-utils "^2.0.0" eslint-utils "^2.0.0"
"@typescript-eslint/parser@^4.7.0": "@typescript-eslint/parser@^4.7.0":
version "4.18.0" version "4.19.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.18.0.tgz#a211edb14a69fc5177054bec04c95b185b4dde21" resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.19.0.tgz#4ae77513b39f164f1751f21f348d2e6cb2d11128"
integrity sha512-W3z5S0ZbecwX3PhJEAnq4mnjK5JJXvXUDBYIYGoweCyWyuvAKfGHvzmpUzgB5L4cRBb+cTu9U/ro66dx7dIimA== integrity sha512-/uabZjo2ZZhm66rdAu21HA8nQebl3lAIDcybUoOxoI7VbZBYavLIwtOOmykKCJy+Xq6Vw6ugkiwn8Js7D6wieA==
dependencies: dependencies:
"@typescript-eslint/scope-manager" "4.18.0" "@typescript-eslint/scope-manager" "4.19.0"
"@typescript-eslint/types" "4.18.0" "@typescript-eslint/types" "4.19.0"
"@typescript-eslint/typescript-estree" "4.18.0" "@typescript-eslint/typescript-estree" "4.19.0"
debug "^4.1.1" debug "^4.1.1"
"@typescript-eslint/scope-manager@4.18.0": "@typescript-eslint/scope-manager@4.18.0":