diff --git a/setup/markdownlint/package-lock.json b/setup/markdownlint/package-lock.json index f21014d..e7b1e84 100644 --- a/setup/markdownlint/package-lock.json +++ b/setup/markdownlint/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "laminas-continuous-integration-action-markdownlint", "dependencies": { - "markdownlint-cli2": "0.17.1" + "markdownlint-cli2": "0.17.2" } }, "node_modules/@nodelib/fs.scandir": { @@ -417,9 +417,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==", "license": "MIT", "dependencies": { "markdown-it": "14.1.0", @@ -440,15 +440,15 @@ } }, "node_modules/markdownlint-cli2": { - "version": "0.17.1", - "resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.17.1.tgz", - "integrity": "sha512-n1Im9lhKJJE12/u2N0GWBwPqeb0HGdylN8XpSFg9hbj35+QalY9Vi6mxwUQdG6wlSrrIq9ZDQ0Q85AQG9V2WOg==", + "version": "0.17.2", + "resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.17.2.tgz", + "integrity": "sha512-XH06ZOi8wCrtOSSj3p8y3yJzwgzYOSa7lglNyS3fP05JPRzRGyjauBb5UvlLUSCGysMmULS1moxdRHHudV+g/Q==", "license": "MIT", "dependencies": { "globby": "14.0.2", "js-yaml": "4.1.0", "jsonc-parser": "3.3.1", - "markdownlint": "0.37.3", + "markdownlint": "0.37.4", "markdownlint-cli2-formatter-default": "0.0.5", "micromatch": "4.0.8" }, diff --git a/setup/markdownlint/package.json b/setup/markdownlint/package.json index 475f1c9..5ec7799 100644 --- a/setup/markdownlint/package.json +++ b/setup/markdownlint/package.json @@ -2,6 +2,6 @@ "name": "laminas-continuous-integration-action-markdownlint", "description": "Frozen dependencies required for installing a stable \\`markdownlint\\` binary", "dependencies": { - "markdownlint-cli2": "0.17.1" + "markdownlint-cli2": "0.17.2" } }