From b3e468f201f715f26e9ec1c13bcc99d454cebaa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Dec 2021 10:02:58 +0000 Subject: [PATCH] Bump linkinator from 3.0.0 to 3.0.3 Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 3.0.0 to 3.0.3. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v3.0.0...v3.0.3) --- 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 2c97012..b8954b9 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": "^3.0.0", + "linkinator": "^3.0.3", "markdownlint-cli2": "0.3.2" } }, @@ -1304,9 +1304,9 @@ } }, "node_modules/linkinator": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-3.0.0.tgz", - "integrity": "sha512-zQ9N5A8pZfjNk8luHfCtcGlSkOay4dgSNd6X7bNWk7DkEBGtboG48iiCPZdrEHEFUMJXD79mqwIWAM0QJHwbog==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-3.0.3.tgz", + "integrity": "sha512-JpZFe1VIdaVy2wMCf8HDAB61tIjD69hOY1lPHCfM0OTPEhu9z9oPe449veZIympH9PUJUXe6yoif7DXHs8H5xw==", "dev": true, "dependencies": { "chalk": "^5.0.0", @@ -3361,9 +3361,9 @@ } }, "linkinator": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-3.0.0.tgz", - "integrity": "sha512-zQ9N5A8pZfjNk8luHfCtcGlSkOay4dgSNd6X7bNWk7DkEBGtboG48iiCPZdrEHEFUMJXD79mqwIWAM0QJHwbog==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-3.0.3.tgz", + "integrity": "sha512-JpZFe1VIdaVy2wMCf8HDAB61tIjD69hOY1lPHCfM0OTPEhu9z9oPe449veZIympH9PUJUXe6yoif7DXHs8H5xw==", "dev": true, "requires": { "chalk": "^5.0.0", diff --git a/package.json b/package.json index fdc28a8..e3b44b7 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "test": "npm run markdownlint && npm run linkinator" }, "devDependencies": { - "linkinator": "^3.0.0", + "linkinator": "^3.0.3", "markdownlint-cli2": "0.3.2" } }