From cef070413897ea3cdb028013fd2dd7dafbf584d5 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 00:16:33 +0000 Subject: [PATCH] =?UTF-8?q?Update=20@babel/eslint-parser=207.23.3=20?= =?UTF-8?q?=E2=86=92=207.23.9=20(patch)=20(#507)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a56b5ae..d9cf710 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "devDependencies": { "@babel/cli": "7.23.0", "@babel/core": "7.23.7", - "@babel/eslint-parser": "7.23.3", + "@babel/eslint-parser": "7.23.9", "@babel/preset-env": "7.23.7", "@babel/preset-react": "7.23.3", "@babel/register": "7.23.7", diff --git a/yarn.lock b/yarn.lock index 6952516..6c98343 100644 --- a/yarn.lock +++ b/yarn.lock @@ -65,10 +65,10 @@ json5 "^2.2.3" semver "^6.3.1" -"@babel/eslint-parser@7.23.3": - version "7.23.3" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.23.3.tgz#7bf0db1c53b54da0c8a12627373554a0828479ca" - integrity sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw== +"@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== dependencies: "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" eslint-visitor-keys "^2.1.0"