From 6f900cdfb3d5613bd4eee89e4d0f13fac6e94de2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:24:51 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/eslint-parser from 7.23.9 to 7.23.10 (#10436) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bf5ae7a5789c..0bb2978ebd73 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ }, "devDependencies": { "@babel/core": "^7.23.9", - "@babel/eslint-parser": "^7.23.9", + "@babel/eslint-parser": "^7.23.10", "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@babel/preset-env": "^7.23.9", "@mdn/dinocons": "^0.5.5", diff --git a/yarn.lock b/yarn.lock index 64b3c110310d..dbe770fc99ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -63,10 +63,10 @@ json5 "^2.2.3" semver "^6.3.1" -"@babel/eslint-parser@^7.16.3", "@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.16.3", "@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"