From 47e202b1027ce92e5b66a2dd43f02f9bd9a1b8a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 20:59:01 +0000 Subject: [PATCH] Bump @typescript-eslint/parser from 2.11.0 to 5.62.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 2.11.0 to 5.62.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.62.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6582d5d..651b132 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@babel/preset-typescript": "7.24.1", "@types/jest": "22.2.3", "@typescript-eslint/eslint-plugin": "2.34.0", - "@typescript-eslint/parser": "2.11.0", + "@typescript-eslint/parser": "5.62.0", "babel-loader": "8.3.0", "concurrently": "8.2.2", "coveralls": "3.1.1",