From 6aea7c6daa46add04895d52afff3b18dfaa29b9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 07:17:21 +0000 Subject: [PATCH] fix(deps): update dependency markdownlint to ^0.31.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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": {