diff --git a/package-lock.json b/package-lock.json index 687c25d1..1e2c0cc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "js-yaml": "~4.1.0", "jsonc-parser": "~3.3.1", "jsonpointer": "~5.0.1", - "markdownlint": "~0.37.0", + "markdownlint": "~0.37.1", "minimatch": "~10.0.1", "run-con": "~1.3.2", "smol-toml": "~1.3.1" @@ -5732,10 +5732,9 @@ } }, "node_modules/markdownlint": { - "version": "0.37.0", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.37.0.tgz", - "integrity": "sha512-kdw5PG3dQFkExmUdcNc7dVTxrQU+lBx2+HuNrfa/gaRHzHExQNGdTTtvz0YtpFabKijbs5a3rVlLY75x/6VB7A==", - "license": "MIT", + "version": "0.37.1", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.37.1.tgz", + "integrity": "sha512-Q7JexBa4ZB1rXJ2HGJF/fYUMeo4oBe5Zn1ZTlbwJ7BFC9V8lOZQoB3acBWW1f4FXmrlrwRYLLpWRfLCZXLo7kw==", "dependencies": { "markdown-it": "14.1.0", "micromark": "4.0.1", diff --git a/package.json b/package.json index 3fdc0af2..f7ef2cc7 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "js-yaml": "~4.1.0", "jsonc-parser": "~3.3.1", "jsonpointer": "~5.0.1", - "markdownlint": "~0.37.0", + "markdownlint": "~0.37.1", "minimatch": "~10.0.1", "run-con": "~1.3.2", "smol-toml": "~1.3.1"