From 3925f7dfafd7f0af4740902b76f21e52044c6cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 16:16:19 +0000 Subject: [PATCH] chore(deps-dev): bump @eslint/markdown in /components Bumps [@eslint/markdown](https://github.com/eslint/markdown) from 8.0.1 to 8.0.2. - [Release notes](https://github.com/eslint/markdown/releases) - [Changelog](https://github.com/eslint/markdown/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/markdown/compare/v8.0.1...v8.0.2) --- updated-dependencies: - dependency-name: "@eslint/markdown" dependency-version: 8.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- components/package.json | 2 +- components/yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/package.json b/components/package.json index 929b4d17..288b8367 100644 --- a/components/package.json +++ b/components/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@eslint/js": "^10.0.1", "@eslint/json": "^1.2.0", - "@eslint/markdown": "^8.0.1", + "@eslint/markdown": "^8.0.2", "@microsoft/api-extractor": "^7.58.7", "@openapitools/openapi-generator-cli": "^2.34.0", "@stripe/react-stripe-js": "^6.4.0", diff --git a/components/yarn.lock b/components/yarn.lock index 4412e337..f3085008 100644 --- a/components/yarn.lock +++ b/components/yarn.lock @@ -474,13 +474,13 @@ "@humanwhocodes/momoa" "^3.3.10" natural-compare "^1.4.0" -"@eslint/markdown@^8.0.1": - version "8.0.1" - resolved "https://registry.yarnpkg.com/@eslint/markdown/-/markdown-8.0.1.tgz#48a1fd05ecc480fff60128a9b50694e9ce02d192" - integrity sha512-WWKmld/EyNdEB8GMq7JMPX1SDWgyJAM1uhtCi5ySrqYQM4HQjmg11EX/q3ZpnpRXHfdccFtli3NBvvGaYjWyQw== +"@eslint/markdown@^8.0.2": + version "8.0.2" + resolved "https://registry.yarnpkg.com/@eslint/markdown/-/markdown-8.0.2.tgz#8454aacacbd05b411680ac3d184f4d11bbe36e4a" + integrity sha512-W+/0qHp0WbvFEljUvvECNpSWrUHpBWIWwp7F3QqEwQKmaRCmfEWvk6VfUia9pTQ0th6HyBGBsPfg/kG3/aQxLA== dependencies: - "@eslint/core" "^1.1.1" - "@eslint/plugin-kit" "^0.6.1" + "@eslint/core" "^1.2.1" + "@eslint/plugin-kit" "^0.7.1" github-slugger "^2.0.0" mdast-util-from-markdown "^2.0.2" mdast-util-frontmatter "^2.0.1"