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:23:31 +00:00
committed by GitHub
parent 9ecb5ffdeb
commit d2fca352f9
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
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"
}
},
@@ -574,9 +574,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",
@@ -584,7 +584,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",
@@ -684,9 +684,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"
@@ -1633,9 +1633,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",
@@ -1643,7 +1643,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",
@@ -1708,9 +1708,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": {

View File

@@ -22,7 +22,7 @@
"test": "npm run markdownlint && npm run linkinator"
},
"devDependencies": {
"linkinator": "^6.0.5",
"linkinator": "^6.0.6",
"markdownlint-cli2": "0.13.0"
}
}