Skip to content

Commit 75d0aa5

Browse files
dependabot[bot]benoitf
authored andcommitted
chore(deps-dev): bump markdownlint from 0.30.0 to 0.31.0
Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.30.0 to 0.31.0. - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md) - [Commits](DavidAnson/markdownlint@v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: markdownlint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 777171d commit 75d0aa5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@docusaurus/module-type-aliases": "2.4.1",
4343
"@tsconfig/docusaurus": "^2.0.0",
4444
"autoprefixer": "^10.4.15",
45-
"markdownlint": "^0.30.0",
45+
"markdownlint": "^0.31.0",
4646
"markdownlint-cli2": "^0.9.2",
4747
"postcss": "^8.4.29",
4848
"tailwindcss": "^3.3.3",

yarn.lock

+9-1
Original file line numberDiff line numberDiff line change
@@ -9971,14 +9971,22 @@ [email protected]:
99719971
resolved "https://registry.yarnpkg.com/markdownlint-micromark/-/markdownlint-micromark-0.1.7.tgz#c465091b30d61a56027ccbfb981c80c96448c165"
99729972
integrity sha512-BbRPTC72fl5vlSKv37v/xIENSRDYL/7X/XoFzZ740FGEbs9vZerLrIkFRY0rv7slQKxDczToYuMmqQFN61fi4Q==
99739973

9974-
[email protected], markdownlint@^0.30.0:
9974+
99759975
version "0.30.0"
99769976
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.30.0.tgz#e5b43f794c6810299cd4be86f8d54108e9169860"
99779977
integrity sha512-nInuFvI/rEzanAOArW5490Ez4EYpB5ODqVM0mcDYCPx9DKJWCQqCgejjiCvbSeE7sjbDscVtZmwr665qpF5xGA==
99789978
dependencies:
99799979
markdown-it "13.0.1"
99809980
markdownlint-micromark "0.1.7"
99819981

9982+
markdownlint@^0.31.0:
9983+
version "0.31.0"
9984+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.31.0.tgz#7beba2e5d944d4334523e73c8aca13bdcc788fde"
9985+
integrity sha512-e+jZGRGZrz1s0T4wiPDFtyQafq7sKgdbf2sdL46gRT8zLEvDDihQmGeSCV6VXp9BsfkuZ0dPTAg9hf4j6NFgjg==
9986+
dependencies:
9987+
markdown-it "13.0.1"
9988+
markdownlint-micromark "0.1.7"
9989+
99829990
matcher@^3.0.0:
99839991
version "3.0.0"
99849992
resolved "https://registry.npmjs.org/matcher/-/matcher-3.0.0.tgz"

0 commit comments

Comments
 (0)