Bump linkinator from 7.4.1 to 7.5.0 in the npm-dependencies group

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


Updates `linkinator` from 7.4.1 to 7.5.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.4.1...linkinator-v7.5.0)

---
updated-dependencies:
- dependency-name: linkinator
  dependency-version: 7.5.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-11-08 10:02:25 +00:00
committed by GitHub
parent 7de30813f4
commit 196d7fa89f
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "CC-BY-SA-4.0",
"devDependencies": {
"linkinator": "^7.4.1",
"linkinator": "^7.5.0",
"markdownlint-cli2": "0.18.1"
}
},
@@ -751,9 +751,9 @@
}
},
"node_modules/linkinator": {
"version": "7.4.1",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-7.4.1.tgz",
"integrity": "sha512-bj6wx9a9YPgl6LXofmJW/uSBMmPS9dzR+aYbEjpj4BKmpWF9pVB6zSmVju0GJDVm9VCG7+XjA2DEVW4kmxLaKQ==",
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-7.5.0.tgz",
"integrity": "sha512-dF+bw4OxBAg7EnOKtvwf721uAELg3YSYC2HvOAXgb/vtYklaW+fKQHJTvwoHF9JxVhelRZe9qAPLXl6RDkbrWA==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

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