From 9c63cf7ed157d82215d17cf2958b0f34e4fefbf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 10:45:12 +0000 Subject: [PATCH] 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] --- 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 69d012a..9abdae5 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.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", diff --git a/package.json b/package.json index 7972c0d..fbafcff 100644 --- a/package.json +++ b/package.json @@ -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" } }