From 65422c6a31a07736d601ae51161da7aeae641bd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 15:10:07 +0000 Subject: [PATCH] chore(deps): replace dependency babel-eslint with @babel/eslint-parser ^7.11.0 --- Rnwood.Smtp4dev/ClientApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rnwood.Smtp4dev/ClientApp/package.json b/Rnwood.Smtp4dev/ClientApp/package.json index 761f2f5c4..568ae71c6 100644 --- a/Rnwood.Smtp4dev/ClientApp/package.json +++ b/Rnwood.Smtp4dev/ClientApp/package.json @@ -33,7 +33,7 @@ "async-mutex": "^0.5.0", "axios": "^1.0.0", "babel-core": "^7.0.0-bridge.0", - "babel-eslint": "^10.0.3", + "@babel/eslint-parser": "^7.11.0", "babel-jest": "^29.0.0", "brace": "^0.11.1", "core-js": "^3.22.5",