From 6fcf0a2990521db3f9ae54ebf05a284938510c12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 05:13:15 +0000 Subject: [PATCH] build(deps-dev): update @typescript-eslint/parser requirement 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.2.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- test/test-project/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-project/package.json b/test/test-project/package.json index 4e477ede1..4f404cf3f 100644 --- a/test/test-project/package.json +++ b/test/test-project/package.json @@ -177,7 +177,7 @@ "@types/node": "^18.18.13", "@types/vscode": "^1.82.0", "@typescript-eslint/eslint-plugin": "^7.1.1", - "@typescript-eslint/parser": "^7.1.1", + "@typescript-eslint/parser": "^7.2.0", "chai": "^4.3.10", "clipboard-cli": "^4.0.0", "clipboardy": "^4.0.0",