From 6254a915ac1025e8371a340067d6aba771fe4b11 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Fri, 9 Feb 2024 23:42:56 +0100 Subject: [PATCH] chore: upgrade eslint-visitor-keys@4.0.0 (#595) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56ee733e..eec35dc4 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "acorn": "^8.11.3", "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.4.1" + "eslint-visitor-keys": "^4.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^17.1.0",