From ea4b1e39fea35b057079b3b92fa863e63b03932b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 28 May 2024 19:30:23 +0000 Subject: [PATCH] Automatically applying Prettier changes --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c85838c4e..14d7d4f6c 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "dependencies": { "@microsoft/eslint-formatter-sarif": "^3.1.0", - "@typescript-eslint/eslint-plugin": "^7.10.0", - "@typescript-eslint/parser": "^7.10.0", + "@typescript-eslint/eslint-plugin": "^7.11.0", + "@typescript-eslint/parser": "^7.11.0", "eslint": "^8.57.0", "eslint-config-google": "^0.14.0", "eslint-config-prettier": "^9.1.0",