build(deps-dev): bump @davidsneighbour/markdownlint-config

Bumps [@davidsneighbour/markdownlint-config](https://github.com/davidsneighbour/configurations) from 2024.4.6 to 2024.4.7.
- [Commits](https://github.com/davidsneighbour/configurations/compare/v2024.4.6...v2024.4.7)

---
updated-dependencies:
- dependency-name: "@davidsneighbour/markdownlint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-01 11:32:35 +00:00 committed by GitHub
parent 2247bc582c
commit ddb9995ef1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 36 additions and 8 deletions

42
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@thenewdynamic/gohugo-theme-ananke",
"version": "2.11.0",
"version": "2.11.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@thenewdynamic/gohugo-theme-ananke",
"version": "2.11.0",
"version": "2.11.2",
"license": "MIT",
"dependencies": {
"cssnano": "7.0.6",
@ -15,7 +15,7 @@
"tachyons": "4.12.0"
},
"devDependencies": {
"@davidsneighbour/markdownlint-config": "^2024.4.6",
"@davidsneighbour/markdownlint-config": "^2024.4.7",
"@davidsneighbour/release-config": "2024.4.6",
"@davidsneighbour/tools": "2024.4.6"
}
@ -1117,12 +1117,12 @@
}
},
"node_modules/@davidsneighbour/markdownlint-config": {
"version": "2024.4.6",
"resolved": "https://registry.npmjs.org/@davidsneighbour/markdownlint-config/-/markdownlint-config-2024.4.6.tgz",
"integrity": "sha512-qWnKFFDW5aqWC7AD7qLVhxFxlpOvj8lAbTunbwAmcPyIYgXTb5WTWy78Aevsm41h6EOjSH49n22IU6Vz6c9UDA==",
"version": "2024.4.7",
"resolved": "https://registry.npmjs.org/@davidsneighbour/markdownlint-config/-/markdownlint-config-2024.4.7.tgz",
"integrity": "sha512-2FktkbvTrfEhhcpOcxEzhjmNebL2vkyLtR3hjC2R7WL0O4YbTZveHx64ctfhJ4R+hYnG+B7OU2NYRH44eSsUzQ==",
"dev": true,
"dependencies": {
"markdownlint": "0.35.0",
"markdownlint": "0.36.0",
"markdownlint-cli2": "0.14.0"
},
"engines": {
@ -1130,6 +1130,34 @@
"npm": ">=10.3.0"
}
},
"node_modules/@davidsneighbour/markdownlint-config/node_modules/markdownlint": {
"version": "0.36.0",
"resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.36.0.tgz",
"integrity": "sha512-ULhCJrt12HC8jZPCzc6yN3g2l8KaFR8bYHStnffzCOwY33hPrC6ic1pz1tDNs/ydKU2UiETOtL5nLYJNZLOd6w==",
"dev": true,
"dependencies": {
"markdown-it": "14.1.0",
"markdownlint-micromark": "0.1.12"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/DavidAnson"
}
},
"node_modules/@davidsneighbour/markdownlint-config/node_modules/markdownlint-micromark": {
"version": "0.1.12",
"resolved": "https://registry.npmjs.org/markdownlint-micromark/-/markdownlint-micromark-0.1.12.tgz",
"integrity": "sha512-RlB6EwMGgc0sxcIhOQ2+aq7Zw1V2fBnzbXKGgYK/mVWdT7cz34fteKSwfYeo4rL6+L/q2tyC9QtD/PgZbkdyJQ==",
"dev": true,
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/DavidAnson"
}
},
"node_modules/@davidsneighbour/release-config": {
"version": "2024.4.6",
"resolved": "https://registry.npmjs.org/@davidsneighbour/release-config/-/release-config-2024.4.6.tgz",

View File

@ -38,7 +38,7 @@
"tachyons": "4.12.0"
},
"devDependencies": {
"@davidsneighbour/markdownlint-config": "^2024.4.6",
"@davidsneighbour/markdownlint-config": "^2024.4.7",
"@davidsneighbour/release-config": "2024.4.6",
"@davidsneighbour/tools": "2024.4.6"
},