From 4f2a6fae63e19be77097bfc057456b4a9dacfa50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 18:41:18 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/eslint-parser in /docs Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.26.5 to 7.26.8. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.8/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- docs/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index fd0e0c4df..7e5b13165 100644 --- a/docs/package.json +++ b/docs/package.json @@ -26,7 +26,7 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@babel/eslint-parser": "^7.26.5", + "@babel/eslint-parser": "^7.26.8", "@docusaurus/eslint-plugin": "^3.7.0", "@docusaurus/module-type-aliases": "^3.7.0", "eslint": "^8.57.1", diff --git a/docs/yarn.lock b/docs/yarn.lock index e0140b1d9..16ae202f5 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -211,10 +211,10 @@ json5 "^2.2.3" semver "^6.3.1" -"@babel/eslint-parser@^7.26.5": - version "7.26.5" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.26.5.tgz#aa669f4d873f9cd617050cf3c40c19cd96307efb" - integrity sha512-Kkm8C8uxI842AwQADxl0GbcG1rupELYLShazYEZO/2DYjhyWXJIOUVOE3tBYm6JXzUCNJOZEzqc4rCW/jsEQYQ== +"@babel/eslint-parser@^7.26.8": + version "7.26.8" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.26.8.tgz#55c4f4aae4970ae127f7a12369182ed6250e6f09" + integrity sha512-3tBctaHRW6xSub26z7n8uyOTwwUsCdvIug/oxBH9n6yCO5hMj2vwDJAo7RbBMKrM7P+W2j61zLKviJQFGOYKMg== dependencies: "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" eslint-visitor-keys "^2.1.0"