From bb15795e4260398878bf05599ad391e6fa18c239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 05:38:30 +0000 Subject: [PATCH] Bump remark-lint-no-heading-indent from 5.0.0 to 5.0.1 Bumps [remark-lint-no-heading-indent](https://github.com/remarkjs/remark-lint) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/5.0.1/history.md) - [Commits](https://github.com/remarkjs/remark-lint/compare/5.0.0...5.0.1) --- updated-dependencies: - dependency-name: remark-lint-no-heading-indent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6820894c1..6e0678806 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "remark-lint-no-file-name-mixed-case": "^3.0.1", "remark-lint-no-file-name-outer-dashes": "^3.0.1", "remark-lint-no-heading-content-indent": "^5.0.1", - "remark-lint-no-heading-indent": "^5.0.0", + "remark-lint-no-heading-indent": "^5.0.1", "remark-lint-no-heading-like-paragraph": "^4.0.1", "remark-lint-no-inline-padding": "^5.0.0", "remark-lint-no-literal-urls": "^4.0.1", @@ -10392,9 +10392,10 @@ } }, "node_modules/remark-lint-no-heading-indent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/remark-lint-no-heading-indent/-/remark-lint-no-heading-indent-5.0.0.tgz", - "integrity": "sha512-JWGIWhaEzH00HywI0DHex92tJ5Mw7l11shQ6/MGhRjYsHMRWcwWcVeOuktVMe/BiQbg0hRoE4+g0z2VgUD6Cqw==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/remark-lint-no-heading-indent/-/remark-lint-no-heading-indent-5.0.1.tgz", + "integrity": "sha512-R/KkR9Qfh0AM3asadSnQQXMHu6BNZxPbxLI9h9JBPIZM+EtzycDlhaAHbOlQUdaHA5UEANhYENZBLrueH50Cdg==", + "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0", "mdast-util-phrasing": "^4.0.0", @@ -23367,9 +23368,9 @@ } }, "remark-lint-no-heading-indent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/remark-lint-no-heading-indent/-/remark-lint-no-heading-indent-5.0.0.tgz", - "integrity": "sha512-JWGIWhaEzH00HywI0DHex92tJ5Mw7l11shQ6/MGhRjYsHMRWcwWcVeOuktVMe/BiQbg0hRoE4+g0z2VgUD6Cqw==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/remark-lint-no-heading-indent/-/remark-lint-no-heading-indent-5.0.1.tgz", + "integrity": "sha512-R/KkR9Qfh0AM3asadSnQQXMHu6BNZxPbxLI9h9JBPIZM+EtzycDlhaAHbOlQUdaHA5UEANhYENZBLrueH50Cdg==", "requires": { "@types/mdast": "^4.0.0", "mdast-util-phrasing": "^4.0.0", diff --git a/package.json b/package.json index 3964865dd..4004c377f 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "remark-lint-no-file-name-mixed-case": "^3.0.1", "remark-lint-no-file-name-outer-dashes": "^3.0.1", "remark-lint-no-heading-content-indent": "^5.0.1", - "remark-lint-no-heading-indent": "^5.0.0", + "remark-lint-no-heading-indent": "^5.0.1", "remark-lint-no-heading-like-paragraph": "^4.0.1", "remark-lint-no-inline-padding": "^5.0.0", "remark-lint-no-literal-urls": "^4.0.1",