From 896b70e121bbbe0eed320695a03b6116ec71910f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 10:57:07 +0200 Subject: [PATCH] Update @typescript-eslint/parser requirement in /test/utils-test-project (#237) 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.5.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 9fcc0bb..95ec23a 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.4.0", + "@typescript-eslint/parser": "^7.5.0", "chai": "^4.4.1", "eslint": "^8.57.0", "mocha": "^10.4.0",