diff --git a/package-lock.json b/package-lock.json index cb3390a9a..8dd099271 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "clean-jsdoc-theme": "4.3.0", "jsdoc": "4.0.4", "jshint": "2.13.6", - "markdownlint-cli2": "0.17.1", + "markdownlint-cli2": "0.17.2", "rimraf": "6.0.1", "roku-deploy": "3.12.3", "roku-log-bsc-plugin": "0.8.1", @@ -3661,9 +3661,9 @@ "dev": true }, "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": { @@ -3685,16 +3685,16 @@ } }, "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==", "dev": true, "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/package.json b/package.json index d4ae0ddca..0aab2c7ba 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "clean-jsdoc-theme": "4.3.0", "jsdoc": "4.0.4", "jshint": "2.13.6", - "markdownlint-cli2": "0.17.1", + "markdownlint-cli2": "0.17.2", "rimraf": "6.0.1", "roku-deploy": "3.12.3", "roku-log-bsc-plugin": "0.8.1",