From e8cca0d4fc6811d8666284c538282f7470bcfff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 08:32:52 +0000 Subject: [PATCH] chore(deps-dev): bump @eslint/markdown from 7.2.0 to 7.3.0 Bumps [@eslint/markdown](https://github.com/eslint/markdown) from 7.2.0 to 7.3.0. - [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/v7.2.0...v7.3.0) --- updated-dependencies: - dependency-name: "@eslint/markdown" dependency-version: 7.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 fbb1af4..78439cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@eslint/css": "^0.11.0", "@eslint/js": "^9.36.0", "@eslint/json": "^0.13.2", - "@eslint/markdown": "^7.2.0", + "@eslint/markdown": "^7.3.0", "@stylistic/eslint-plugin": "^5.4.0", "c8": "^10.1.3", "cspell": "^9.2.1", @@ -839,9 +839,9 @@ } }, "node_modules/@eslint/markdown": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@eslint/markdown/-/markdown-7.2.0.tgz", - "integrity": "sha512-cmDloByulvKzofM0tIkSGWwxMcrKOLsXZC+EM0FLkRIrxKzW+2RkZAt9TAh37EtQRmx1M4vjBEmlC6R0wiGkog==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/@eslint/markdown/-/markdown-7.3.0.tgz", + "integrity": "sha512-v9Cpl9IvzGmWMUwDAwSbf1b2GMwjQJiD0TSHegFrIu23mjqGQOvaCwnetzbG3/fjk8x7baKaIbSTBlpCktZRRg==", "dev": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 390a90b..c45b725 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@eslint/css": "^0.11.0", "@eslint/js": "^9.36.0", "@eslint/json": "^0.13.2", - "@eslint/markdown": "^7.2.0", + "@eslint/markdown": "^7.3.0", "@stylistic/eslint-plugin": "^5.4.0", "c8": "^10.1.3", "cspell": "^9.2.1",