diff --git a/package-lock.json b/package-lock.json index 58f540bfa..c7cd00085 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.10.0", "@actions/exec": "^1.1.1", "@actions/github": "^5.1.1", - "markdownlint": "^0.30.0", + "markdownlint": "^0.31.0", "surge": "0.24.0-rc.15" }, "devDependencies": { @@ -1302,9 +1302,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.0", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.31.0.tgz", + "integrity": "sha512-e+jZGRGZrz1s0T4wiPDFtyQafq7sKgdbf2sdL46gRT8zLEvDDihQmGeSCV6VXp9BsfkuZ0dPTAg9hf4j6NFgjg==", "dependencies": { "markdown-it": "13.0.1", "markdownlint-micromark": "0.1.7" diff --git a/package.json b/package.json index 349fa04b3..865e4e502 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@actions/core": "^1.10.0", "@actions/exec": "^1.1.1", "@actions/github": "^5.1.1", - "markdownlint": "^0.30.0", + "markdownlint": "^0.31.0", "surge": "0.24.0-rc.15" }, "devDependencies": {