Merge pull request #1067 from pi-hole/dependabot/npm_and_yarn/release/v6.0/npm-dependencies-b0287ccf2a

Bump linkinator from 6.0.6 to 6.1.1 in the npm-dependencies group
This commit is contained in:
yubiuser
2024-07-06 12:52:53 +02:00
committed by GitHub
3 changed files with 10 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ exhaustive, and do not form part of our licenses.
material not subject to the license. This includes other CC-
licensed material, or material used under an exception or
limitation to copyright. More considerations for licensors:
wiki.creativecommons.org/Considerations_for_licensors
wiki.creativecommons.org/Considerations_for_licensors
Considerations for the public: By using one of our public
licenses, a licensor grants the public permission to use the
@@ -50,7 +50,7 @@ exhaustive, and do not form part of our licenses.
Although not required by our licenses, you are encouraged to
respect those requests where reasonable. More_considerations
for the public:
wiki.creativecommons.org/Considerations_for_licensees
wiki.creativecommons.org/Considerations_for_licensees
=======================================================================

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.6",
"linkinator": "^6.1.1",
"markdownlint-cli2": "0.13.0"
}
},
@@ -574,9 +574,9 @@
}
},
"node_modules/linkinator": {
"version": "6.0.6",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.0.6.tgz",
"integrity": "sha512-5Hc0qIB8pSXeNQej30ruUHqu37gbJf8o3tu4qNeJCZX9/jZ80BkOrRhst3fR9ipizLFy24HgKmqCFilGOrtZjQ==",
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.1.1.tgz",
"integrity": "sha512-VNFhw71A8ORQKdNdUz6MqcdmoCK2SKWI+22dmcN/7KuERTxv9yfezh5MqwetH66DmRPvj9FMtATk+ck2P5XJjw==",
"dev": true,
"dependencies": {
"chalk": "^5.0.0",
@@ -1633,9 +1633,9 @@
}
},
"linkinator": {
"version": "6.0.6",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.0.6.tgz",
"integrity": "sha512-5Hc0qIB8pSXeNQej30ruUHqu37gbJf8o3tu4qNeJCZX9/jZ80BkOrRhst3fR9ipizLFy24HgKmqCFilGOrtZjQ==",
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.1.1.tgz",
"integrity": "sha512-VNFhw71A8ORQKdNdUz6MqcdmoCK2SKWI+22dmcN/7KuERTxv9yfezh5MqwetH66DmRPvj9FMtATk+ck2P5XJjw==",
"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.0.6",
"linkinator": "^6.1.1",
"markdownlint-cli2": "0.13.0"
}
}