Bump linkinator from 7.5.3 to 7.6.1 in the npm-dependencies group

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


Updates `linkinator` from 7.5.3 to 7.6.1
- [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.5.3...linkinator-v7.6.1)

---
updated-dependencies:
- dependency-name: linkinator
  dependency-version: 7.6.1
  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]
2026-02-28 15:58:38 +00:00
committed by GitHub
parent e4ff0fa172
commit 1cc4d2cd65
2 changed files with 5 additions and 13 deletions

16
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "CC-BY-SA-4.0",
"devDependencies": {
"linkinator": "^7.5.3",
"linkinator": "^7.6.1",
"markdownlint-cli2": "0.21.0"
}
},
@@ -639,9 +639,9 @@
}
},
"node_modules/linkinator": {
"version": "7.5.3",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-7.5.3.tgz",
"integrity": "sha512-EiJvQkU+sVvmFMwt/4geFlZUe33E89ViZFRLfms/c3FomDEZHnR28ZMR5mWLfZ6DO1tUUtpkpG8fYfP2nbu/Zw==",
"version": "7.6.1",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-7.6.1.tgz",
"integrity": "sha512-+VzKKZXA8wyCW1x0B0YeQvyuenDu3vZGIWMdzK1yEK0HlBfmEKopt87+Judt4VdPOGRMioKzJK0+X8ifIvOc5Q==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -653,7 +653,6 @@
"marked-gfm-heading-id": "^4.1.3",
"meow": "^14.0.0",
"mime": "^4.0.0",
"server-destroy": "^1.0.1",
"srcset": "^5.0.0",
"undici": "^7.16.0"
},
@@ -1525,13 +1524,6 @@
"queue-microtask": "^1.2.2"
}
},
"node_modules/server-destroy": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/server-destroy/-/server-destroy-1.0.1.tgz",
"integrity": "sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ==",
"dev": true,
"license": "ISC"
},
"node_modules/slash": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",