From 8603ae949e8baa3b23500b3643205c73da2fa7e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 10:04:54 +0000 Subject: [PATCH] Bump linkinator from 6.0.6 to 6.1.1 in the npm-dependencies group Bumps the npm-dependencies group with 1 update: [linkinator](https://github.com/JustinBeckwith/linkinator). Updates `linkinator` from 6.0.6 to 6.1.1 - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v6.0.6...v6.1.1) --- updated-dependencies: - dependency-name: linkinator dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2edfa85c2..b0f871c4d 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 246413cc2..83b298a3c 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" } }