From 6f95a9406e321ba519bbf635ebb8b1ae4b8861e7 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Thu, 7 Mar 2024 22:48:25 +0100 Subject: [PATCH] chore: upgrade espree@10.0.1, eslint-visitor-keys@4.0.0 (#119) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8d70862..5248d97 100644 --- a/package.json +++ b/package.json @@ -54,8 +54,8 @@ "eslint-plugin-jsdoc": "^35.4.1", "eslint-plugin-node": "^11.1.0", "eslint-release": "^3.2.0", - "eslint-visitor-keys": "^3.3.0", - "espree": "^9.3.1", + "eslint-visitor-keys": "^4.0.0", + "espree": "^10.0.1", "mocha": "^9.0.1", "npm-license": "^0.3.3", "rollup": "^2.52.7",