Merge pull request #780 from Androz2091/dependabot/npm_and_yarn/develop/typescript-eslint/parser-4.31.1

chore(deps-dev): bump @typescript-eslint/parser from 4.31.0 to 4.31.1
This commit is contained in:
Andromeda 2021-09-14 10:11:21 +05:45 committed by GitHub
commit 49e55d171c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1261,13 +1261,13 @@
eslint-utils "^3.0.0"
"@typescript-eslint/parser@^4.29.3":
version "4.31.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.31.0.tgz#87b7cd16b24b9170c77595d8b1363f8047121e05"
integrity sha512-oWbzvPh5amMuTmKaf1wp0ySxPt2ZXHnFQBN2Szu1O//7LmOvgaKTCIDNLK2NvzpmVd5A2M/1j/rujBqO37hj3w==
version "4.31.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.31.1.tgz#8f9a2672033e6f6d33b1c0260eebdc0ddf539064"
integrity sha512-dnVZDB6FhpIby6yVbHkwTKkn2ypjVIfAR9nh+kYsA/ZL0JlTsd22BiDjouotisY3Irmd3OW1qlk9EI5R8GrvRQ==
dependencies:
"@typescript-eslint/scope-manager" "4.31.0"
"@typescript-eslint/types" "4.31.0"
"@typescript-eslint/typescript-estree" "4.31.0"
"@typescript-eslint/scope-manager" "4.31.1"
"@typescript-eslint/types" "4.31.1"
"@typescript-eslint/typescript-estree" "4.31.1"
debug "^4.3.1"
"@typescript-eslint/scope-manager@4.31.0":