From b1a5208da5462e8cf86456b2d925e5d786235d6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 11:59:59 +0000 Subject: [PATCH] chore(deps): replace dependency babel-eslint with @babel/eslint-parser 7.11.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b409d74..e03824f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@types/inquirer": "6.5.0", "@types/mocha": "5.2.7", "@types/node": "10.17.60", - "babel-eslint": "10.1.0", + "@babel/eslint-parser": "7.11.0", "chai": "4.3.6", "mocha": "6.2.3", "mocha-eslint": "5.0.0",