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"