From 0dc926c9af6da36ae5c7af7c7ef5f4a2b1b84e1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 06:20:33 +0000 Subject: [PATCH] chore(deps): bump eslint-visitor-keys from 3.4.3 to 4.0.0 Bumps [eslint-visitor-keys](https://github.com/eslint/eslint-visitor-keys) from 3.4.3 to 4.0.0. - [Release notes](https://github.com/eslint/eslint-visitor-keys/releases) - [Changelog](https://github.com/eslint/eslint-visitor-keys/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint-visitor-keys/compare/v3.4.3...v4.0.0) --- updated-dependencies: - dependency-name: eslint-visitor-keys dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4d8bb7..1dab452 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "watch": "warun \"{src,test}/**/*.mjs\" -- npm run -s test:mocha" }, "dependencies": { - "eslint-visitor-keys": "^3.4.3" + "eslint-visitor-keys": "^4.0.0" }, "devDependencies": { "@eslint-community/eslint-plugin-mysticatea": "^15.5.1",