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",