From 535730f6da35aae8c65b4d8d4f7e66ca8f04918b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 05:34:19 +0000 Subject: [PATCH] Bump linkinator from 6.0.0 to 6.0.1 Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 6.0.0 to 6.0.1. - [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 ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d2631691..27f2ea00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "glob": "^10.3.10", "hugo-bin": "^0.115.0", "jquery": "3.7.1", - "linkinator": "6.0.0", + "linkinator": "6.0.1", "node-sass": "^9.0.0", "nodemon": "^3.0.1", "npm-run-all": "^4.1.5", @@ -6765,9 +6765,9 @@ "dev": true }, "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", diff --git a/package.json b/package.json index befb7d3f..f7d0b6bc 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "glob": "^10.3.10", "hugo-bin": "^0.115.0", "jquery": "3.7.1", - "linkinator": "6.0.0", + "linkinator": "6.0.1", "node-sass": "^9.0.0", "nodemon": "^3.0.1", "npm-run-all": "^4.1.5",