Merge branch 'master' into tweak/mkdocs_7.1.0

This commit is contained in:
DL6ER
2021-04-04 09:45:17 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1124,9 +1124,9 @@
}
},
"markdownlint-cli2": {
"version": "0.0.15",
"resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.0.15.tgz",
"integrity": "sha512-XXJ0qd8mhsSUPdIAi4jUK7PFpc0hG/jCXNj7589cX9Ywg9umynOMaUrbcLpSiRTzzVFrKIN5VLxunA6oG+I7YQ==",
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.1.1.tgz",
"integrity": "sha512-8ly6Z/Y/orOn7Mb14QgZV8/Q9KnBpyozN9ZZFeZeTU7v5KZg3BWjFPCUMnSguWPPEq8Q+4QJFf6LOi9oNeOyfw==",
"dev": true,
"requires": {
"globby": "~11.0.3",
+1 -1
View File
@@ -23,6 +23,6 @@
},
"devDependencies": {
"linkinator": "^2.13.6",
"markdownlint-cli2": "0.0.15"
"markdownlint-cli2": "0.1.1"
}
}