From bc5d305af59cfcdd9723b30f6dafb95f597e358b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 12:37:50 +0000 Subject: [PATCH] Update dependency markdownlint-cli2 to v0.17.2 (#279) | datasource | package | from | to | | ---------- | ----------------- | ------ | ------ | | npm | markdownlint-cli2 | 0.17.1 | 0.17.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- setup/markdownlint/package-lock.json | 16 ++++++++-------- setup/markdownlint/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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" } }