mirror of
https://github.com/pi-hole/docs.git
synced 2025-12-20 03:08:45 +00:00
Bump linkinator from 7.1.3 to 7.3.0 in the npm-dependencies group
Bumps the npm-dependencies group with 1 update: [linkinator](https://github.com/JustinBeckwith/linkinator). Updates `linkinator` from 7.1.3 to 7.3.0 - [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-v7.1.3...linkinator-v7.3.0) --- updated-dependencies: - dependency-name: linkinator dependency-version: 7.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
21
package-lock.json
generated
21
package-lock.json
generated
@@ -9,7 +9,7 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "CC-BY-SA-4.0",
|
"license": "CC-BY-SA-4.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"linkinator": "^7.1.3",
|
"linkinator": "^7.3.0",
|
||||||
"markdownlint-cli2": "0.18.1"
|
"markdownlint-cli2": "0.18.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -744,9 +744,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/linkinator": {
|
"node_modules/linkinator": {
|
||||||
"version": "7.1.3",
|
"version": "7.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-7.1.3.tgz",
|
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-7.3.0.tgz",
|
||||||
"integrity": "sha512-DMXCh6OXCsP8TW+ykoLjV6ZzBnvLUX7U6eI6rygNJCUVqOto6HaK/5Mwl4QQmnt8JvTG+shAAhPqOOg9+nuoJQ==",
|
"integrity": "sha512-obm+6LdaKZfRIE8rvPJxLzyBsWqnNIdsZ8UQXPAdtJJua6NJ11XGBRoshVOILdkk1WzKLOLtXg1E9fHIRMVCfw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -758,7 +758,8 @@
|
|||||||
"meow": "^14.0.0",
|
"meow": "^14.0.0",
|
||||||
"mime": "^4.0.0",
|
"mime": "^4.0.0",
|
||||||
"server-destroy": "^1.0.1",
|
"server-destroy": "^1.0.1",
|
||||||
"srcset": "^5.0.0"
|
"srcset": "^5.0.0",
|
||||||
|
"undici": "^7.16.0"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"linkinator": "build/src/cli.js"
|
"linkinator": "build/src/cli.js"
|
||||||
@@ -1834,6 +1835,16 @@
|
|||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
|
"node_modules/undici": {
|
||||||
|
"version": "7.16.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/undici/-/undici-7.16.0.tgz",
|
||||||
|
"integrity": "sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=20.18.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/unicorn-magic": {
|
"node_modules/unicorn-magic": {
|
||||||
"version": "0.3.0",
|
"version": "0.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
"start": "npm run serve"
|
"start": "npm run serve"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"linkinator": "^7.1.3",
|
"linkinator": "^7.3.0",
|
||||||
"markdownlint-cli2": "0.18.1"
|
"markdownlint-cli2": "0.18.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user