From 42442d2c469e48040044f8be42584c6c33800701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 08:06:00 +0100 Subject: [PATCH] build(deps-dev): bump remark-lint-heading-increment from 4.0.0 to 4.0.1 (#37155) Bumps [remark-lint-heading-increment](https://github.com/remarkjs/remark-lint) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/4.0.1/history.md) - [Commits](https://github.com/remarkjs/remark-lint/compare/4.0.0...4.0.1) --- updated-dependencies: - dependency-name: remark-lint-heading-increment dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 63b65ce43d8..4356a141b93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "remark-frontmatter": "^5.0.0", "remark-lint": "^10.0.0", "remark-lint-fenced-code-flag": "^4.1.1", - "remark-lint-heading-increment": "^4.0.0", + "remark-lint-heading-increment": "^4.0.1", "remark-lint-heading-style": "^4.0.0", "remark-lint-no-shell-dollars": "^4.0.0", "remark-lint-ordered-list-marker-style": "^4.0.1", @@ -4426,10 +4426,11 @@ } }, "node_modules/remark-lint-heading-increment": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/remark-lint-heading-increment/-/remark-lint-heading-increment-4.0.0.tgz", - "integrity": "sha512-TARnsjXWzY/yLwxh/y4+KnDSXO3Koue8Crp55T8G9pjj3vw+XgTAG35zSpIIY9HmGiQ2a3R0SOj2pAxATpnckg==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/remark-lint-heading-increment/-/remark-lint-heading-increment-4.0.1.tgz", + "integrity": "sha512-uat7RTQn0hGlMv62p7yjLlg3tO3RljFbH6C+0M+5BNEF+s3NrA8jJgqW0UwLLNdCd3EABCKaWloHumT57ND7PQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0", "devlop": "^1.0.0", diff --git a/package.json b/package.json index d0bc5d7d4f3..b7d8cb6f0d6 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "remark-frontmatter": "^5.0.0", "remark-lint": "^10.0.0", "remark-lint-fenced-code-flag": "^4.1.1", - "remark-lint-heading-increment": "^4.0.0", + "remark-lint-heading-increment": "^4.0.1", "remark-lint-heading-style": "^4.0.0", "remark-lint-no-shell-dollars": "^4.0.0", "remark-lint-ordered-list-marker-style": "^4.0.1",