From 2785511ea6ac7450d432fc84c2f6209662880217 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 01:06:24 +0000 Subject: [PATCH] Update @babel/eslint-parser to version 7.23.10 (#501) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 625cf00..ba3e587 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "devDependencies": { "@babel/cli": "7.23.9", "@babel/core": "7.23.9", - "@babel/eslint-parser": "7.23.9", + "@babel/eslint-parser": "7.23.10", "@babel/preset-env": "7.23.9", "@babel/preset-react": "7.23.3", "babel-eslint": "10.1.0", diff --git a/yarn.lock b/yarn.lock index 756360d..0f06a8e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -65,10 +65,10 @@ json5 "^2.2.3" semver "^6.3.1" -"@babel/eslint-parser@7.23.9": - version "7.23.9" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.23.9.tgz#052c13b39144e21fdd1e03fc9b67e98976a1ebfc" - integrity sha512-xPndlO7qxiJbn0ATvfXQBjCS7qApc9xmKHArgI/FTEFxXas5dnjC/VqM37lfZun9dclRYcn+YQAr6uDFy0bB2g== +"@babel/eslint-parser@7.23.10": + version "7.23.10" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.23.10.tgz#2d4164842d6db798873b40e0c4238827084667a2" + integrity sha512-3wSYDPZVnhseRnxRJH6ZVTNknBz76AEnyC+AYYhasjP3Yy23qz0ERR7Fcd2SHmYuSFJ2kY9gaaDd3vyqU09eSw== dependencies: "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" eslint-visitor-keys "^2.1.0"