From a19f181106f9cdeb3c64056ff191b6d423ce7a2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:28:29 +0000 Subject: [PATCH] build(deps-dev): bump linkinator from 6.3.0 to 8.0.2 Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 6.3.0 to 8.0.2. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Changelog](https://github.com/JustinBeckwith/linkinator/blob/main/CHANGELOG.md) - [Commits](https://github.com/JustinBeckwith/linkinator/commits/linkinator-v8.0.2) --- updated-dependencies: - dependency-name: linkinator dependency-version: 8.0.2 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 dc8e7e5..f9816e4 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@playwright/test": "^1.42.0", "http-server": "^14.1.0", - "linkinator": "^6.0.0", + "linkinator": "^8.0.2", "html-validate": "^8.0.0", "wait-on": "^7.2.0" }