Merge pull request #1414 from pi-hole/dependabot/npm_and_yarn/master/npm-dependencies-c29a0330eb

build(deps-dev): bump linkinator from 8.0.2 to 8.0.3 in the npm-dependencies group
This commit is contained in:
yubiuser
2026-08-08 12:05:59 +02:00
committed by GitHub
2 changed files with 10 additions and 10 deletions
+9 -9
View File
@@ -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",
+1 -1
View File
@@ -25,7 +25,7 @@
"start": "npm run serve"
},
"devDependencies": {
"linkinator": "^8.0.2",
"linkinator": "^8.0.3",
"markdownlint-cli2": "0.23.2"
}
}