From b7ae5a5bc8ac0d10502c65ec0199edbd64bba5cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 13:58:03 +0000 Subject: [PATCH] chore(deps-dev): bump @typescript-eslint/parser from 5.13.0 to 5.53.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.13.0 to 5.53.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.53.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 039f2be..403db1c 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@types/jest": "~27.4.0", "@types/node": "~17.0.18", "@typescript-eslint/eslint-plugin": "~5.13.0", - "@typescript-eslint/parser": "~5.13.0", + "@typescript-eslint/parser": "~5.53.0", "colors": "~1.4.0", "commitizen": "~4.2.4", "coveralls": "~3.1.1",