From e665e7f1dcc12189925ff950073e9f4718392acd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 21:15:52 +0100 Subject: [PATCH] build(deps-dev): update @typescript-eslint/eslint-plugin requirement from ^7.0.2 to ^7.1.0 in /test/test-project (#1158) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 b72d58d04..e090565ff 100644 --- a/test/test-project/package.json +++ b/test/test-project/package.json @@ -176,7 +176,7 @@ "@types/chai": "^4.3.12", "@types/node": "^18.18.13", "@types/vscode": "^1.82.0", - "@typescript-eslint/eslint-plugin": "^7.0.2", + "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0", "chai": "^4.3.10", "clipboard-cli": "^4.0.0",