From e116527d6cb883d6a14141a2d19111b07fa33a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 08:44:51 +0000 Subject: [PATCH] Bump @eslint/markdown from 8.0.0 to 8.0.1 in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [@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:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cbf654b..997b2d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "devDependencies": { - "@eslint/markdown": "^8.0.0", + "@eslint/markdown": "^8.0.1", "@stylistic/eslint-plugin": "^5.10.0", "eslint": "^9.39.4", "eslint-plugin-import": "^2.32.0", @@ -133,9 +133,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==", "dev": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 368a869..6c271af 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "lint:fix-all": "eslint . --fix" }, "devDependencies": { - "@eslint/markdown": "^8.0.0", + "@eslint/markdown": "^8.0.1", "@stylistic/eslint-plugin": "^5.10.0", "eslint": "^9.39.4", "eslint-plugin-import": "^2.32.0",