From 1a79bba04f133c0fb3ede761c5738a926007bd71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 08:28:43 +0000 Subject: [PATCH] Bump linkinator from 2.16.2 to 4.1.0 Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.16.2 to 4.1.0. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.16.2...v4.1.0) --- updated-dependencies: - dependency-name: linkinator dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 491494c4..46338d12 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@architect/eslint-config": "^2.0.1", "@architect/spellcheck-dictionary": "github:architect/spellcheck-dictionary", "eslint": "^8.1.0", - "linkinator": "^2.14.5", + "linkinator": "^4.1.0", "spellchecker-cli": "^4.8.0", "tap-arc": "^0.1.0", "tape": "^5.3.1",