From 684b9a41f37b27c592d1389f6f68e3af12568546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:10:58 +0000 Subject: [PATCH] chore(deps-dev): bump linkinator from 8.0.2 to 8.0.3 Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 8.0.2 to 8.0.3. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Changelog](https://github.com/JustinBeckwith/linkinator/blob/main/CHANGELOG.md) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/linkinator-v8.0.2...linkinator-v8.0.3) --- updated-dependencies: - dependency-name: linkinator dependency-version: 8.0.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a2756f..b449663 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "cspell": "^10.0.1", "glob": "^13.0.6", "husky": "^9.1.7", - "linkinator": "^8.0.2", + "linkinator": "^8.0.3", "lint-staged": "^17.2.0", "markdownlint-cli": "^0.49.1", "prettier": "^3.9.6" @@ -12974,13 +12974,13 @@ } }, "node_modules/linkinator": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-8.0.2.tgz", - "integrity": "sha512-WZcGP5nW2GZ6uWskA2QZLu4KKZm0YYuocUzXh6nRuxHeObh5KqHi8rxA3rK5NAmJRHGC5uDAybgdeSstF1PLNg==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-8.0.3.tgz", + "integrity": "sha512-1WG/oEMICKXtXZEH92UQJr3R7PBJqAl/xAZQwc71Pej30QCcNyb69PpzizM+5sgpLw3jKF52ob6LFJv5/k/+rA==", "dev": true, "license": "MIT", "dependencies": { - "chalk": "^5.0.0", + "chalk": "^6.0.0", "escape-html": "^1.0.3", "glob": "^13.0.0", "htmlparser2": "^12.0.0", @@ -12999,13 +12999,13 @@ } }, "node_modules/linkinator/node_modules/chalk": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", - "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-6.0.0.tgz", + "integrity": "sha512-2uNTXIuTTxk7ciZgAU1BQcgnchcG0xXnrs6jzkQfj9SsRa9M2s5zE8WT96hS6KmG4MzWHSrvH43DF1m4XRkrFg==", "dev": true, "license": "MIT", "engines": { - "node": "^12.17.0 || ^14.13 || >=16.0.0" + "node": ">=22" }, "funding": { "url": "https://github.com/chalk/chalk?sponsor=1" diff --git a/package.json b/package.json index 615e65d..15b5370 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "cspell": "^10.0.1", "glob": "^13.0.6", "husky": "^9.1.7", - "linkinator": "^8.0.2", + "linkinator": "^8.0.3", "lint-staged": "^17.2.0", "markdownlint-cli": "^0.49.1", "prettier": "^3.9.6"