From 88919d3f681738fa0976ff0f123217309953a852 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 09:02:48 +0900 Subject: [PATCH] fix(deps): update dependency eslint-visitor-keys to v4 (#173) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac8ee30..39ccc71 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ }, "homepage": "https://github.com/ota-meshi/yaml-eslint-parser#readme", "dependencies": { - "eslint-visitor-keys": "^3.0.0", + "eslint-visitor-keys": "^4.0.0", "lodash": "^4.17.21", "yaml": "^2.0.0" },