Bump linkinator from 7.1.3 to 7.3.0 in the npm-dependencies group

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


Updates `linkinator` from 7.1.3 to 7.3.0
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Changelog](https://github.com/JustinBeckwith/linkinator/blob/main/CHANGELOG.md)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/linkinator-v7.1.3...linkinator-v7.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-26 18:55:55 +00:00
committed by GitHub
parent c4581b2952
commit efe618c484
2 changed files with 17 additions and 6 deletions

21
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "CC-BY-SA-4.0",
"devDependencies": {
"linkinator": "^7.1.3",
"linkinator": "^7.3.0",
"markdownlint-cli2": "0.18.1"
}
},
@@ -744,9 +744,9 @@
}
},
"node_modules/linkinator": {
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-7.1.3.tgz",
"integrity": "sha512-DMXCh6OXCsP8TW+ykoLjV6ZzBnvLUX7U6eI6rygNJCUVqOto6HaK/5Mwl4QQmnt8JvTG+shAAhPqOOg9+nuoJQ==",
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-7.3.0.tgz",
"integrity": "sha512-obm+6LdaKZfRIE8rvPJxLzyBsWqnNIdsZ8UQXPAdtJJua6NJ11XGBRoshVOILdkk1WzKLOLtXg1E9fHIRMVCfw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -758,7 +758,8 @@
"meow": "^14.0.0",
"mime": "^4.0.0",
"server-destroy": "^1.0.1",
"srcset": "^5.0.0"
"srcset": "^5.0.0",
"undici": "^7.16.0"
},
"bin": {
"linkinator": "build/src/cli.js"
@@ -1834,6 +1835,16 @@
"dev": true,
"license": "MIT"
},
"node_modules/undici": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.16.0.tgz",
"integrity": "sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=20.18.1"
}
},
"node_modules/unicorn-magic": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz",

View File

@@ -25,7 +25,7 @@
"start": "npm run serve"
},
"devDependencies": {
"linkinator": "^7.1.3",
"linkinator": "^7.3.0",
"markdownlint-cli2": "0.18.1"
}
}