From d712aa1b8a4e5bdf53080efa1dc2544c59063b19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Nov 2022 13:15:30 +0000 Subject: [PATCH] Bump linkinator from 4.1.0 to 4.1.1 Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: linkinator dependency-type: direct:development update-type: version-update:semver-patch ... 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 dc7d80c..fc96ca5 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": "^4.1.0", + "linkinator": "^4.1.1", "markdownlint-cli2": "0.5.1" } }, @@ -782,9 +782,9 @@ } }, "node_modules/linkinator": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-4.1.0.tgz", - "integrity": "sha512-TfTn2zJXNXBKd815aDoqSFbUnOlvhw5ZkvJ3LzbSOkzcYsamoJg+9wLTtqQfkeAJ/kTsosiNf8nzTpySx1DZPA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-4.1.1.tgz", + "integrity": "sha512-p2LvUSDJA3+UX3bZt25zgYWfExOTlG4ZSo1vFpEDWeToV6DJ60DNhFOxp+cWGmgu4PJkJdNCfO2MLHxv6JEyqA==", "dev": true, "dependencies": { "chalk": "^5.0.0", @@ -2069,9 +2069,9 @@ } }, "linkinator": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-4.1.0.tgz", - "integrity": "sha512-TfTn2zJXNXBKd815aDoqSFbUnOlvhw5ZkvJ3LzbSOkzcYsamoJg+9wLTtqQfkeAJ/kTsosiNf8nzTpySx1DZPA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-4.1.1.tgz", + "integrity": "sha512-p2LvUSDJA3+UX3bZt25zgYWfExOTlG4ZSo1vFpEDWeToV6DJ60DNhFOxp+cWGmgu4PJkJdNCfO2MLHxv6JEyqA==", "dev": true, "requires": { "chalk": "^5.0.0", diff --git a/package.json b/package.json index e4adb26..c87cab8 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "test": "npm run markdownlint && npm run linkinator" }, "devDependencies": { - "linkinator": "^4.1.0", + "linkinator": "^4.1.1", "markdownlint-cli2": "0.5.1" } }