diff --git a/LICENSE b/LICENSE index 3b7b82d..ebd1858 100644 --- a/LICENSE +++ b/LICENSE @@ -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 ======================================================================= diff --git a/package-lock.json b/package-lock.json index 2edfa85..b0f871c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 246413c..83b298a 100644 --- a/package.json +++ b/package.json @@ -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" } }