From 9672d1041fd892454f38dbacaed0b5a7aba97a93 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Tue, 25 Apr 2023 16:31:59 -0700 Subject: [PATCH] Upgrade bundled typescript-eslint Among other improvements, this fixes a crash in the @typescript-eslint/unified-signatures rule: https://github.com/typescript-eslint/typescript-eslint/pull/6940. Signed-off-by: Anders Kaseorg --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 84afb76a..5fcc8ee5 100644 --- a/package.json +++ b/package.json @@ -59,8 +59,8 @@ ], "dependencies": { "@eslint/eslintrc": "^1.3.3", - "@typescript-eslint/eslint-plugin": "^5.57.1", - "@typescript-eslint/parser": "^5.57.1", + "@typescript-eslint/eslint-plugin": "^5.59.1", + "@typescript-eslint/parser": "^5.59.1", "arrify": "^3.0.0", "cosmiconfig": "^8.1.3", "define-lazy-prop": "^3.0.0",