From 6ffc42a0dd78a3c21c9b89c69059ad2bd7317678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 11:07:19 +0000 Subject: [PATCH] tools: bump @eslint/markdown Bumps the eslint group with 1 update in the /tools/eslint directory: [@eslint/markdown](https://github.com/eslint/markdown). Updates `@eslint/markdown` from 8.0.0 to 8.0.1 - [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.0...v8.0.1) --- updated-dependencies: - dependency-name: "@eslint/markdown" dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] --- tools/eslint/package-lock.json | 8 ++++---- tools/eslint/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/eslint/package-lock.json b/tools/eslint/package-lock.json index 2d042d6307..fce9dc4d5e 100644 --- a/tools/eslint/package-lock.json +++ b/tools/eslint/package-lock.json @@ -12,7 +12,7 @@ "@babel/eslint-parser": "^8.0.0-rc.3", "@babel/plugin-syntax-import-source": "^8.0.0-rc.3", "@eslint/js": "^10.0.1", - "@eslint/markdown": "^8.0.0", + "@eslint/markdown": "^8.0.1", "@stylistic/eslint-plugin": "^5.10.0", "eslint": "^10.1.0", "eslint-formatter-tap": "^9.0.1", @@ -392,9 +392,9 @@ } }, "node_modules/@eslint/markdown": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@eslint/markdown/-/markdown-8.0.0.tgz", - "integrity": "sha512-Rh3+76uHdnkk/ocLMZfWHXoPA/MK+GOqqjCAioiyNk2eYBC8UniRHdTMbM+2XZqTLWAcQo/SuU1CsXtdIOTX1g==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@eslint/markdown/-/markdown-8.0.1.tgz", + "integrity": "sha512-WWKmld/EyNdEB8GMq7JMPX1SDWgyJAM1uhtCi5ySrqYQM4HQjmg11EX/q3ZpnpRXHfdccFtli3NBvvGaYjWyQw==", "license": "MIT", "workspaces": [ "examples/*" diff --git a/tools/eslint/package.json b/tools/eslint/package.json index 216fdef841..f514810ac6 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -7,7 +7,7 @@ "@babel/eslint-parser": "^8.0.0-rc.3", "@babel/plugin-syntax-import-source": "^8.0.0-rc.3", "@eslint/js": "^10.0.1", - "@eslint/markdown": "^8.0.0", + "@eslint/markdown": "^8.0.1", "@stylistic/eslint-plugin": "^5.10.0", "eslint": "^10.1.0", "eslint-formatter-tap": "^9.0.1",