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

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


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

---
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-08 10:14:01 +00:00
committed by GitHub
parent e94c0e97a2
commit 6b8e0fe934
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.4",
"linkinator": "^6.0.5",
"markdownlint-cli2": "0.13.0"
}
},
@@ -574,9 +574,9 @@
}
},
"node_modules/linkinator": {
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.0.4.tgz",
"integrity": "sha512-gxZ9ePUBeoaCk29p+2gAwrRIVnKOqAV8ZVCEM8N7MvpwbccDBQiKjXFyS6nQx56K1CCZLboan2i5iJfpWCsnSQ==",
"version": "6.0.5",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.0.5.tgz",
"integrity": "sha512-LRMHgO/29gk2WQzdj4cFcFHGKPhYPGBWVZOayATP6j3159ubonGJizObNRvgA5qDnrkqsRwJT7p4Tq97pC9GeA==",
"dev": true,
"dependencies": {
"chalk": "^5.0.0",
@@ -584,7 +584,7 @@
"gaxios": "^6.0.0",
"glob": "^10.3.10",
"htmlparser2": "^9.0.0",
"marked": "^10.0.0",
"marked": "^12.0.1",
"meow": "^13.0.0",
"mime": "^4.0.0",
"server-destroy": "^1.0.1",
@@ -684,9 +684,9 @@
}
},
"node_modules/marked": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-10.0.0.tgz",
"integrity": "sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==",
"version": "12.0.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz",
"integrity": "sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==",
"dev": true,
"bin": {
"marked": "bin/marked.js"
@@ -1633,9 +1633,9 @@
}
},
"linkinator": {
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.0.4.tgz",
"integrity": "sha512-gxZ9ePUBeoaCk29p+2gAwrRIVnKOqAV8ZVCEM8N7MvpwbccDBQiKjXFyS6nQx56K1CCZLboan2i5iJfpWCsnSQ==",
"version": "6.0.5",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.0.5.tgz",
"integrity": "sha512-LRMHgO/29gk2WQzdj4cFcFHGKPhYPGBWVZOayATP6j3159ubonGJizObNRvgA5qDnrkqsRwJT7p4Tq97pC9GeA==",
"dev": true,
"requires": {
"chalk": "^5.0.0",
@@ -1643,7 +1643,7 @@
"gaxios": "^6.0.0",
"glob": "^10.3.10",
"htmlparser2": "^9.0.0",
"marked": "^10.0.0",
"marked": "^12.0.1",
"meow": "^13.0.0",
"mime": "^4.0.0",
"server-destroy": "^1.0.1",
@@ -1708,9 +1708,9 @@
"dev": true
},
"marked": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-10.0.0.tgz",
"integrity": "sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==",
"version": "12.0.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz",
"integrity": "sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==",
"dev": true
},
"mdurl": {