diff --git a/package-lock.json b/package-lock.json index 7394b1d..177fc80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "eslint": "8.57.1", "eslint-config-standard": "17.1.0", - "markdownlint": "0.37.3", + "markdownlint": "0.37.4", "markdownlint-cli": "0.43.0" } }, @@ -2171,9 +2171,9 @@ } }, "node_modules/markdownlint": { - "version": "0.37.3", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.37.3.tgz", - "integrity": "sha512-eoQqH0291YCCjd+Pe1PUQ9AmWthlVmS0XWgcionkZ8q34ceZyRI+pYvsWksXJJL8OBkWCPwp1h/pnXxrPFC4oA==", + "version": "0.37.4", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.37.4.tgz", + "integrity": "sha512-u00joA/syf3VhWh6/ybVFkib5Zpj2e5KB/cfCei8fkSRuums6nyisTWGqjTWIOFoFwuXoTBQQiqlB4qFKp8ncQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6818ae7..a3e7b94 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "devDependencies": { "eslint": "8.57.1", "eslint-config-standard": "17.1.0", - "markdownlint": "0.37.3", + "markdownlint": "0.37.4", "markdownlint-cli": "0.43.0" } }