From 95a8fc5bc98f36f0a055ff6203c4adfd2b829a44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 00:55:45 +0000 Subject: [PATCH] fix: update dependency @eslint/plugin-kit to ^0.7.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2bc6cef..b3c8776 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "license": "Apache-2.0", "dependencies": { "@eslint/core": "^1.2.1", - "@eslint/plugin-kit": "^0.7.2", + "@eslint/plugin-kit": "^0.7.3", "@humanwhocodes/momoa": "^3.3.10", "natural-compare": "^1.4.0" },