From fea10295e681f4adb31459b673e37c6ccbde41ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:24:38 +0100 Subject: [PATCH] build(deps-dev): update @typescript-eslint/eslint-plugin requirement from ^7.1.0 to ^7.1.1 in /test/test-project (#1172) 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 e090565ff..7234e13c4 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.1.0", + "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.0", "chai": "^4.3.10", "clipboard-cli": "^4.0.0",