Skip to content

Commit 27e1e6d

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 4.13.0 to 4.14.0 (#65)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.13.0 to 4.14.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.14.0/packages/parser) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a10efaa commit 27e1e6d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,13 @@
177177
eslint-utils "^2.0.0"
178178

179179
"@typescript-eslint/parser@^4.9.0":
180-
version "4.13.0"
181-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.13.0.tgz#c413d640ea66120cfcc37f891e8cb3fd1c9d247d"
182-
integrity sha512-KO0J5SRF08pMXzq9+abyHnaGQgUJZ3Z3ax+pmqz9vl81JxmTTOUfQmq7/4awVfq09b6C4owNlOgOwp61pYRBSg==
180+
version "4.14.0"
181+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.14.0.tgz#62d4cd2079d5c06683e9bfb200c758f292c4dee7"
182+
integrity sha512-sUDeuCjBU+ZF3Lzw0hphTyScmDDJ5QVkyE21pRoBo8iDl7WBtVFS+WDN3blY1CH3SBt7EmYCw6wfmJjF0l/uYg==
183183
dependencies:
184-
"@typescript-eslint/scope-manager" "4.13.0"
185-
"@typescript-eslint/types" "4.13.0"
186-
"@typescript-eslint/typescript-estree" "4.13.0"
184+
"@typescript-eslint/scope-manager" "4.14.0"
185+
"@typescript-eslint/types" "4.14.0"
186+
"@typescript-eslint/typescript-estree" "4.14.0"
187187
debug "^4.1.1"
188188

189189
"@typescript-eslint/scope-manager@4.13.0":

0 commit comments

Comments
 (0)