From 1c66c67c08b378ae5754215e6e5154586e73885c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:03:39 +0000 Subject: [PATCH] fix(deps): update dependency eslint-compat-utils to ^0.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39f149c1..d77317d5 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@eslint-community/eslint-utils": "^4.3.0", "ajv": "^8.0.0", "debug": "^4.3.1", - "eslint-compat-utils": "^0.5.0", + "eslint-compat-utils": "^0.6.0", "json-schema-migrate": "^2.0.0", "jsonc-eslint-parser": "^2.0.0", "minimatch": "^8.0.0",