Bump linkinator from 7.5.1 to 7.5.2 in the npm-dependencies group

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


Updates `linkinator` from 7.5.1 to 7.5.2
- [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.1...linkinator-v7.5.2)

---
updated-dependencies:
- dependency-name: linkinator
  dependency-version: 7.5.2
  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]
2026-01-05 18:56:58 +00:00
committed by GitHub
parent 4a7893f0de
commit d7f7a567d6
2 changed files with 5 additions and 7 deletions

10
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "CC-BY-SA-4.0",
"devDependencies": {
"linkinator": "^7.5.1",
"linkinator": "^7.5.3",
"markdownlint-cli2": "0.20.0"
}
},
@@ -626,9 +626,9 @@
}
},
"node_modules/linkinator": {
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-7.5.1.tgz",
"integrity": "sha512-Q/r6wFgazHFRs49od0U3NFGviYkSjidHIfYNIHufH63/h8ehDZ6xCKbXLYVfqjbrs20PWrPvT6i+9A9F48S0/g==",
"version": "7.5.3",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-7.5.3.tgz",
"integrity": "sha512-EiJvQkU+sVvmFMwt/4geFlZUe33E89ViZFRLfms/c3FomDEZHnR28ZMR5mWLfZ6DO1tUUtpkpG8fYfP2nbu/Zw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -709,7 +709,6 @@
"integrity": "sha512-esPk+8Qvx/f0bzI7YelUeZp+jCtFOk3KjZ7s9iBQZ6HlymSXoTtWGiIRZP05/9Oy2ehIoIjenVwndxGtxOIJYQ==",
"dev": true,
"license": "MIT",
"peer": true,
"dependencies": {
"globby": "15.0.0",
"js-yaml": "4.1.1",
@@ -748,7 +747,6 @@
"integrity": "sha512-boeBdiS0ghpWcSwoNm/jJBwdpFaMnZWRzjA6SkUMYb40SVaN1x7mmfGKp0jvexGcx+7y2La5zRZsYFZI6Qpypg==",
"dev": true,
"license": "MIT",
"peer": true,
"bin": {
"marked": "bin/marked.js"
},

View File

@@ -25,7 +25,7 @@
"start": "npm run serve"
},
"devDependencies": {
"linkinator": "^7.5.1",
"linkinator": "^7.5.3",
"markdownlint-cli2": "0.20.0"
}
}