diff --git a/package-lock.json b/package-lock.json index 3159b4d..97d26ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "devDependencies": { "@semantic-release/github": "^11.0.2", "markdownlint-cli": "^0.45.0", - "markdownlint-cli2": "^0.18.0" + "markdownlint-cli2": "^0.18.1" } }, "node_modules/@babel/code-frame": { @@ -2999,9 +2999,9 @@ } }, "node_modules/markdownlint-cli2": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.18.0.tgz", - "integrity": "sha512-gHvff1KxBxTqaN1F5cTxRSxBipx+Qkki430tyg0wPxty67iQNZzxREZkXy8ltbj7ObMz1eYD4aspnYXfV0sHAw==", + "version": "0.18.1", + "resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.18.1.tgz", + "integrity": "sha512-/4Osri9QFGCZOCTkfA8qJF+XGjKYERSHkXzxSyS1hd3ZERJGjvsUao2h4wdnvpHp6Tu2Jh/bPHM0FE9JJza6ng==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index fc5891a..0b12731 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "devDependencies": { "@semantic-release/github": "^11.0.2", "markdownlint-cli": "^0.45.0", - "markdownlint-cli2": "^0.18.0" + "markdownlint-cli2": "^0.18.1" } }