Bump linkinator from 6.1.1 to 6.1.2 in the npm-dependencies group

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


Updates `linkinator` from 6.1.1 to 6.1.2
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/v6.1.1...v6.1.2)

---
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-10-12 10:50:22 +00:00
committed by GitHub
parent d7ab40231d
commit d04d4bc0dc
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "CC-BY-SA-4.0",
"devDependencies": {
"linkinator": "^6.1.1",
"linkinator": "^6.1.2",
"markdownlint-cli2": "0.14.0"
}
},
@@ -574,9 +574,9 @@
}
},
"node_modules/linkinator": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.1.1.tgz",
"integrity": "sha512-VNFhw71A8ORQKdNdUz6MqcdmoCK2SKWI+22dmcN/7KuERTxv9yfezh5MqwetH66DmRPvj9FMtATk+ck2P5XJjw==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.1.2.tgz",
"integrity": "sha512-PndSrQe21Hf4sn2vZldEzJmD0EUJbIsEy4jcZLcHd6IZfQ6rC6iv+Fwo666TWM9DcXjbCrHpxnVX6xaGrcJ/eA==",
"dev": true,
"dependencies": {
"chalk": "^5.0.0",
@@ -1636,9 +1636,9 @@
}
},
"linkinator": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.1.1.tgz",
"integrity": "sha512-VNFhw71A8ORQKdNdUz6MqcdmoCK2SKWI+22dmcN/7KuERTxv9yfezh5MqwetH66DmRPvj9FMtATk+ck2P5XJjw==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.1.2.tgz",
"integrity": "sha512-PndSrQe21Hf4sn2vZldEzJmD0EUJbIsEy4jcZLcHd6IZfQ6rC6iv+Fwo666TWM9DcXjbCrHpxnVX6xaGrcJ/eA==",
"dev": true,
"requires": {
"chalk": "^5.0.0",

View File

@@ -23,7 +23,7 @@
"serve": "mkdocs serve --dev-addr 0.0.0.0:8000"
},
"devDependencies": {
"linkinator": "^6.1.1",
"linkinator": "^6.1.2",
"markdownlint-cli2": "0.14.0"
}
}