From 8cb39529c237f4f68397f277a57e2641be435fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 10:02:34 +0000 Subject: [PATCH] build(deps-dev): bump linkinator in the npm-dependencies group Bumps the npm-dependencies group with 1 update: [linkinator](https://github.com/JustinBeckwith/linkinator). Updates `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 dependency-group: npm-dependencies ... 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 e9b280e8..cb3bdf7d 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": "^8.0.2", + "linkinator": "^8.0.3", "markdownlint-cli2": "0.23.2" } }, @@ -152,13 +152,13 @@ } }, "node_modules/chalk": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", - "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", + "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" @@ -697,13 +697,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", diff --git a/package.json b/package.json index 38512732..d3eecf90 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "start": "npm run serve" }, "devDependencies": { - "linkinator": "^8.0.2", + "linkinator": "^8.0.3", "markdownlint-cli2": "0.23.2" } }