From 222cf3c5bb6ebfe0c14626193a9e14a6ecb4185c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Jul 2022 10:36:39 +0000 Subject: [PATCH] Bump linkinator from 4.0.1 to 4.0.2 Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v4.0.1...v4.0.2) --- 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 316bf67..8f7a309 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.0.1", + "linkinator": "^4.0.2", "markdownlint-cli2": "0.4.0" } }, @@ -1483,9 +1483,9 @@ } }, "node_modules/linkinator": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-4.0.1.tgz", - "integrity": "sha512-7z6ldbOsHEe6p8cBNjhIMYBWc+Egx9MQegTN9A3KmJg8E9V2LQHVgKJ/ona63g6Pssxu/kQtOW+Jj/h6k014uw==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-4.0.2.tgz", + "integrity": "sha512-PkwPiMx2NsRXaKQiOkTH8uMkkUrN3rh0gI6nFwjme2A7TVVYzlwGfmb00wbDEEdLrO49tDbajUEJGup64swmog==", "dev": true, "dependencies": { "chalk": "^5.0.0", @@ -3630,9 +3630,9 @@ } }, "linkinator": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-4.0.1.tgz", - "integrity": "sha512-7z6ldbOsHEe6p8cBNjhIMYBWc+Egx9MQegTN9A3KmJg8E9V2LQHVgKJ/ona63g6Pssxu/kQtOW+Jj/h6k014uw==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-4.0.2.tgz", + "integrity": "sha512-PkwPiMx2NsRXaKQiOkTH8uMkkUrN3rh0gI6nFwjme2A7TVVYzlwGfmb00wbDEEdLrO49tDbajUEJGup64swmog==", "dev": true, "requires": { "chalk": "^5.0.0", diff --git a/package.json b/package.json index a58ec34..46deeeb 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "test": "npm run markdownlint && npm run linkinator" }, "devDependencies": { - "linkinator": "^4.0.1", + "linkinator": "^4.0.2", "markdownlint-cli2": "0.4.0" } }