From fcd5013a3ec151c163296cf643f2bbd80afa23db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:32:44 +0100 Subject: [PATCH] build(deps-dev): bump remark-lint-heading-style from 4.0.0 to 4.0.1 (#37160) Bumps [remark-lint-heading-style](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-style 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 5f14f6bbadd..7072f0fb0d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "remark-lint": "^10.0.1", "remark-lint-fenced-code-flag": "^4.1.1", "remark-lint-heading-increment": "^4.0.1", - "remark-lint-heading-style": "^4.0.0", + "remark-lint-heading-style": "^4.0.1", "remark-lint-no-shell-dollars": "^4.0.1", "remark-lint-ordered-list-marker-style": "^4.0.1", "remark-lint-ordered-list-marker-value": "^4.0.1", @@ -4552,10 +4552,11 @@ } }, "node_modules/remark-lint-heading-style": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/remark-lint-heading-style/-/remark-lint-heading-style-4.0.0.tgz", - "integrity": "sha512-dQ6Jul5K0+aNUvrq4W7H0+osSoC9hsmwHZqBFq000+eMP/hWJqI8tuudw1rap8HHYuOsKLRbB5q+Fr7G+3Vw+Q==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/remark-lint-heading-style/-/remark-lint-heading-style-4.0.1.tgz", + "integrity": "sha512-+rUpJ/N2CGC5xPgZ18XgsCsUBtadgEhdTi0BJPrsFmHPzL22BUHajeg9im8Y7zphUcbi1qFiKuxZd2nzDgZSXQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0", "mdast-util-heading-style": "^3.0.0", diff --git a/package.json b/package.json index ee67bad3bf7..bfdc9878acc 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "remark-lint": "^10.0.1", "remark-lint-fenced-code-flag": "^4.1.1", "remark-lint-heading-increment": "^4.0.1", - "remark-lint-heading-style": "^4.0.0", + "remark-lint-heading-style": "^4.0.1", "remark-lint-no-shell-dollars": "^4.0.1", "remark-lint-ordered-list-marker-style": "^4.0.1", "remark-lint-ordered-list-marker-value": "^4.0.1",