From 9fbe22a1297e42dc654520c23acd167810686c41 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Thu, 27 Jan 2022 10:26:36 +0100 Subject: [PATCH] chore: upgrade eslint-visitor-keys@3.2.0 (#533) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99ad8c26..17e2d242 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "acorn": "^8.7.0", "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^3.1.0" + "eslint-visitor-keys": "^3.2.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^17.1.0",