Bump linkinator from 6.0.5 to 6.0.6 in the npm-dependencies group

Bumps the npm-dependencies group with 1 update: [linkinator](https://github.com/JustinBeckwith/linkinator).


Updates `linkinator` from 6.0.5 to 6.0.6
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/v6.0.5...v6.0.6)

---
updated-dependencies:
- dependency-name: linkinator
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-06-29 10:07:16 +00:00
committed by GitHub
parent fe608ec3a9
commit 171e96f134
2 changed files with 16 additions and 16 deletions
+15 -15
View File
@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "CC-BY-SA-4.0",
"devDependencies": {
"linkinator": "^6.0.5",
"linkinator": "^6.0.6",
"markdownlint-cli2": "^0.13.0"
}
},
@@ -544,9 +544,9 @@
}
},
"node_modules/linkinator": {
"version": "6.0.5",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.0.5.tgz",
"integrity": "sha512-LRMHgO/29gk2WQzdj4cFcFHGKPhYPGBWVZOayATP6j3159ubonGJizObNRvgA5qDnrkqsRwJT7p4Tq97pC9GeA==",
"version": "6.0.6",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.0.6.tgz",
"integrity": "sha512-5Hc0qIB8pSXeNQej30ruUHqu37gbJf8o3tu4qNeJCZX9/jZ80BkOrRhst3fR9ipizLFy24HgKmqCFilGOrtZjQ==",
"dev": true,
"dependencies": {
"chalk": "^5.0.0",
@@ -554,7 +554,7 @@
"gaxios": "^6.0.0",
"glob": "^10.3.10",
"htmlparser2": "^9.0.0",
"marked": "^12.0.1",
"marked": "^13.0.0",
"meow": "^13.0.0",
"mime": "^4.0.0",
"server-destroy": "^1.0.1",
@@ -645,9 +645,9 @@
}
},
"node_modules/marked": {
"version": "12.0.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz",
"integrity": "sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==",
"version": "13.0.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-13.0.1.tgz",
"integrity": "sha512-7kBohS6GrZKvCsNXZyVVXSW7/hGBHe49ng99YPkDCckSUrrG7MSFLCexsRxptzOmyW2eT5dySh4Md1V6my52fA==",
"dev": true,
"bin": {
"marked": "bin/marked.js"
@@ -1612,9 +1612,9 @@
}
},
"linkinator": {
"version": "6.0.5",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.0.5.tgz",
"integrity": "sha512-LRMHgO/29gk2WQzdj4cFcFHGKPhYPGBWVZOayATP6j3159ubonGJizObNRvgA5qDnrkqsRwJT7p4Tq97pC9GeA==",
"version": "6.0.6",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.0.6.tgz",
"integrity": "sha512-5Hc0qIB8pSXeNQej30ruUHqu37gbJf8o3tu4qNeJCZX9/jZ80BkOrRhst3fR9ipizLFy24HgKmqCFilGOrtZjQ==",
"dev": true,
"requires": {
"chalk": "^5.0.0",
@@ -1622,7 +1622,7 @@
"gaxios": "^6.0.0",
"glob": "^10.3.10",
"htmlparser2": "^9.0.0",
"marked": "^12.0.1",
"marked": "^13.0.0",
"meow": "^13.0.0",
"mime": "^4.0.0",
"server-destroy": "^1.0.1",
@@ -1681,9 +1681,9 @@
"dev": true
},
"marked": {
"version": "12.0.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz",
"integrity": "sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==",
"version": "13.0.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-13.0.1.tgz",
"integrity": "sha512-7kBohS6GrZKvCsNXZyVVXSW7/hGBHe49ng99YPkDCckSUrrG7MSFLCexsRxptzOmyW2eT5dySh4Md1V6my52fA==",
"dev": true
},
"mdurl": {
+1 -1
View File
@@ -23,7 +23,7 @@
"serve": "mkdocs serve --dev-addr 0.0.0.0:8000"
},
"devDependencies": {
"linkinator": "^6.0.5",
"linkinator": "^6.0.6",
"markdownlint-cli2": "^0.13.0"
}
}