Bump the npm-dependencies group with 1 update

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

- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/v6.0.0...v6.0.1)

---
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]
2023-11-04 10:45:12 +00:00
committed by GitHub
parent a6b505fb08
commit 9c63cf7ed1
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.0.0",
"linkinator": "^6.0.1",
"markdownlint-cli2": "0.10.0"
}
},
@@ -842,9 +842,9 @@
}
},
"node_modules/linkinator": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.0.0.tgz",
"integrity": "sha512-wgLLG21uXQJLBLCgtF/oChaB/63yYP+Z3G35uksh+sG/IG7PPb1R6j+15tpxTiufraz3u2GiIfaUjIpObQpG+w==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.0.1.tgz",
"integrity": "sha512-754gl/6J565IAVL2pkrWcDP3oobjXGhE34tPzK/BcYhGNVLw/8vdqodRp8qh+vmLjV1moL8k0OYAfr8bT93NpA==",
"dev": true,
"dependencies": {
"chalk": "^5.0.0",
@@ -2550,9 +2550,9 @@
}
},
"linkinator": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.0.0.tgz",
"integrity": "sha512-wgLLG21uXQJLBLCgtF/oChaB/63yYP+Z3G35uksh+sG/IG7PPb1R6j+15tpxTiufraz3u2GiIfaUjIpObQpG+w==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.0.1.tgz",
"integrity": "sha512-754gl/6J565IAVL2pkrWcDP3oobjXGhE34tPzK/BcYhGNVLw/8vdqodRp8qh+vmLjV1moL8k0OYAfr8bT93NpA==",
"dev": true,
"requires": {
"chalk": "^5.0.0",

View File

@@ -22,7 +22,7 @@
"test": "npm run markdownlint && npm run linkinator"
},
"devDependencies": {
"linkinator": "^6.0.0",
"linkinator": "^6.0.1",
"markdownlint-cli2": "0.10.0"
}
}