From d8eef35e2e451ab6902f1ca9161968a3756bc734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 05:27:45 +0000 Subject: [PATCH] Bump @eslint/markdown from 6.2.1 to 6.2.2 Bumps [@eslint/markdown](https://github.com/eslint/markdown) from 6.2.1 to 6.2.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/v6.2.1...v6.2.2) --- updated-dependencies: - dependency-name: "@eslint/markdown" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2194df..57140cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@eslint/js": "^9.18.0", - "@eslint/markdown": "^6.2.1", + "@eslint/markdown": "^6.2.2", "@helljs/eslint-import-resolver-x": "^1.1.0", "@stylistic/eslint-plugin": "^2.13.0", "@types/luxon": "^3.4.2", @@ -186,14 +186,15 @@ } }, "node_modules/@eslint/markdown": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/@eslint/markdown/-/markdown-6.2.1.tgz", - "integrity": "sha512-cKVd110hG4ICHmWhIwZJfKmmJBvbiDWyrHODJknAtudKgZtlROGoLX9UEOA0o746zC0hCY4UV4vR+aOGW9S6JQ==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/@eslint/markdown/-/markdown-6.2.2.tgz", + "integrity": "sha512-U0/KgzI9BVUuHDQ9M2fuVgB0QZ1fSyzwm8jKmHr1dlsLHGHYzoeIA9yqLMdTbV3ivZfp6rTdt6zqre3TfNExUQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint/plugin-kit": "^0.2.0", - "mdast-util-from-markdown": "^2.0.1", + "@eslint/core": "^0.10.0", + "@eslint/plugin-kit": "^0.2.5", + "mdast-util-from-markdown": "^2.0.2", "mdast-util-gfm": "^3.0.0", "micromark-extension-gfm": "^3.0.0" }, @@ -3007,9 +3008,9 @@ } }, "node_modules/mdast-util-from-markdown": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.1.tgz", - "integrity": "sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", + "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 431e4ba..f640dbc 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "@eslint/js": "^9.18.0", - "@eslint/markdown": "^6.2.1", + "@eslint/markdown": "^6.2.2", "@helljs/eslint-import-resolver-x": "^1.1.0", "@stylistic/eslint-plugin": "^2.13.0", "@types/luxon": "^3.4.2",