Bump linkinator from 4.1.0 to 4.1.1

Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: linkinator
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-11-19 13:15:30 +00:00
committed by GitHub
parent 6152e7f599
commit d712aa1b8a
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": "^4.1.0",
"linkinator": "^4.1.1",
"markdownlint-cli2": "0.5.1"
}
},
@@ -782,9 +782,9 @@
}
},
"node_modules/linkinator": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-4.1.0.tgz",
"integrity": "sha512-TfTn2zJXNXBKd815aDoqSFbUnOlvhw5ZkvJ3LzbSOkzcYsamoJg+9wLTtqQfkeAJ/kTsosiNf8nzTpySx1DZPA==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-4.1.1.tgz",
"integrity": "sha512-p2LvUSDJA3+UX3bZt25zgYWfExOTlG4ZSo1vFpEDWeToV6DJ60DNhFOxp+cWGmgu4PJkJdNCfO2MLHxv6JEyqA==",
"dev": true,
"dependencies": {
"chalk": "^5.0.0",
@@ -2069,9 +2069,9 @@
}
},
"linkinator": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-4.1.0.tgz",
"integrity": "sha512-TfTn2zJXNXBKd815aDoqSFbUnOlvhw5ZkvJ3LzbSOkzcYsamoJg+9wLTtqQfkeAJ/kTsosiNf8nzTpySx1DZPA==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-4.1.1.tgz",
"integrity": "sha512-p2LvUSDJA3+UX3bZt25zgYWfExOTlG4ZSo1vFpEDWeToV6DJ60DNhFOxp+cWGmgu4PJkJdNCfO2MLHxv6JEyqA==",
"dev": true,
"requires": {
"chalk": "^5.0.0",

View File

@@ -22,7 +22,7 @@
"test": "npm run markdownlint && npm run linkinator"
},
"devDependencies": {
"linkinator": "^4.1.0",
"linkinator": "^4.1.1",
"markdownlint-cli2": "0.5.1"
}
}