From 2d6105cc69ad7f49068ba1e7a144766704355efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:36:05 +0200 Subject: [PATCH] Update @typescript-eslint/parser requirement in /test/utils-test-project (#280) Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) to permit the latest version. - [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/v7.12.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test/utils-test-project/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils-test-project/package.json b/test/utils-test-project/package.json index 6ff5535..480e47c 100644 --- a/test/utils-test-project/package.json +++ b/test/utils-test-project/package.json @@ -36,7 +36,7 @@ "@types/node": "^20.11.30", "@types/vscode": "^1.86.0", "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.11.0", + "@typescript-eslint/parser": "^7.12.0", "chai": "^4.4.1", "eslint": "^8.57.0", "mocha": "^10.4.0",