From cdf29c7794e8d6bb6285868e72c1b4f5a8d4a0b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 20:02:03 +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.27.0. - [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.27.0/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-minor ... 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..8aa29487a 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.27.0", "@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..d7198db2d 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.27.0": + version "7.27.0" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.27.0.tgz#d55e52a5ef3b164139a799dc522c338faba3507c" + integrity sha512-dtnzmSjXfgL/HDgMcmsLSzyGbEosi4DrGWoCNfuI+W4IkVJw6izpTe7LtOdwAXnkDqw5yweboYCTkM2rQizCng== dependencies: "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" eslint-visitor-keys "^2.1.0"