From ae6072b1de5c8b30ce6c58290852082439c40b30 Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Sat, 7 Aug 2021 12:19:49 -0700 Subject: [PATCH] Upgrade: `eslint-visitor-keys` to v3 (#14902) https://github.com/eslint/eslint-visitor-keys/releases/tag/v3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8ff2663f78..f0cd1bf67b0 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "escape-string-regexp": "^4.0.0", "eslint-scope": "^6.0.0", "eslint-utils": "^3.0.0", - "eslint-visitor-keys": "^2.1.0", + "eslint-visitor-keys": "^3.0.0", "espree": "^8.0.0", "esquery": "^1.4.0", "esutils": "^2.0.2",