diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 6728054a..ba3f124b 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -34,7 +34,7 @@ "ini": "^4.1.1", "jscpd": "^3.5.10", "lodash": "^4.17.21", - "markdownlint-cli": "^0.36.0", + "markdownlint-cli": "^0.37.0", "next": "^13.4.19", "next-pwa": "^5.6.0", "node-fetch": "^3.3.2", @@ -15144,9 +15144,9 @@ } }, "node_modules/markdownlint": { - "version": "0.30.0", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.30.0.tgz", - "integrity": "sha512-nInuFvI/rEzanAOArW5490Ez4EYpB5ODqVM0mcDYCPx9DKJWCQqCgejjiCvbSeE7sjbDscVtZmwr665qpF5xGA==", + "version": "0.31.1", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.31.1.tgz", + "integrity": "sha512-CKMR2hgcIBrYlIUccDCOvi966PZ0kJExDrUi1R+oF9PvqQmCrTqjOsgIvf2403OmJ+CWomuzDoylr6KbuMyvHA==", "dependencies": { "markdown-it": "13.0.1", "markdownlint-micromark": "0.1.7" @@ -15156,9 +15156,9 @@ } }, "node_modules/markdownlint-cli": { - "version": "0.36.0", - "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.36.0.tgz", - "integrity": "sha512-h4WdqOam3+QOVOcJSOQuG8KvvN8dlS0OiJhbPwYWBk7VMZR40UtSSMIOpSP5B4EHPHg3W3ILSQUvqg1HNpTCxA==", + "version": "0.37.0", + "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.37.0.tgz", + "integrity": "sha512-hNKAc0bWBBuVhJbSWbUhRzavstiB4o1jh3JeSpwC4/dt6eJ54lRfYHRxVdzVp4qGWBKbeE6Pg490PFEfrKjqSg==", "dependencies": { "commander": "~11.0.0", "get-stdin": "~9.0.0", @@ -15166,7 +15166,7 @@ "ignore": "~5.2.4", "js-yaml": "^4.1.0", "jsonc-parser": "~3.2.0", - "markdownlint": "~0.30.0", + "markdownlint": "~0.31.1", "minimatch": "~9.0.3", "run-con": "~1.3.2" }, diff --git a/dependencies/package.json b/dependencies/package.json index 26a44531..88e24d84 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -29,7 +29,7 @@ "ini": "^4.1.1", "jscpd": "^3.5.10", "lodash": "^4.17.21", - "markdownlint-cli": "^0.36.0", + "markdownlint-cli": "^0.37.0", "next": "^13.4.19", "next-pwa": "^5.6.0", "node-fetch": "^3.3.2",