From 29833e06c168e6f5b9b6447510c5dd817b581492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 23:07:04 +0000 Subject: [PATCH] Bump markdownlint from 0.30.0 to 0.31.1 Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.30.0 to 0.31.1. - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.30.0...v0.31.1) --- updated-dependencies: - dependency-name: markdownlint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c172200e05..b2fac915cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,7 @@ "jest": "^29.7.0", "jest-dev-server": "^9.0.1", "jest-environment-jsdom": "^29.7.0", - "markdownlint": "^0.30.0", + "markdownlint": "^0.31.1", "markdownlint-cli": "^0.35.0", "nunjucks": "^3.2.4", "prettier": "2.8.8", @@ -16795,9 +16795,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==", "dev": true, "dependencies": { "markdown-it": "13.0.1", @@ -33914,9 +33914,9 @@ "requires": {} }, "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==", "dev": true, "requires": { "markdown-it": "13.0.1", diff --git a/package.json b/package.json index 249ca04d7f..c6e4e19a46 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "jest": "^29.7.0", "jest-dev-server": "^9.0.1", "jest-environment-jsdom": "^29.7.0", - "markdownlint": "^0.30.0", + "markdownlint": "^0.31.1", "markdownlint-cli": "^0.35.0", "nunjucks": "^3.2.4", "prettier": "2.8.8",