From 83ff82d9d30b4805a2fa1b3fab629ea50037e483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 00:42:05 +0000 Subject: [PATCH] build(deps-dev): bump linkinator from 2.2.2 to 2.8.0 Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.2.2 to 2.8.0. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.2.2...v2.8.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2c2c12f447506..730e8e3c22036 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3547,9 +3547,9 @@ "dev": true }, "linkinator": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.7.0.tgz", - "integrity": "sha512-TyGb9kWKhFM0hUWQxYm48ZyoeChzHeEFYK882qwviA0Obwd0RhsJajIDAkv4cdbW0ZV7JKQ8zMzt8Xs030cwww==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.8.0.tgz", + "integrity": "sha512-v8MtGeoJT+6RTSEKkB1IPKbv49Esmp5m0o2b4mLzULJ8oX5GFI9OPjMT4ftQ7guhQ/hLy5iDnpoE95t6gB8Plg==", "dev": true, "requires": { "chalk": "^4.0.0", diff --git a/package.json b/package.json index 8bde4d371b223..9ed9ae8597d2b 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "cross-env": "^7.0.3", "delay-cli": "^1.1.0", "faucet": "0.0.1", - "linkinator": "^2.7.0", + "linkinator": "^2.8.0", "lockfile-lint": "^4.3.7", "nock": "^13.0.5", "node-fetch": "^2.6.1",