build(deps-dev): bump typedoc-plugin-coverage in /lib

Bumps [typedoc-plugin-coverage](https://github.com/Gerrit0/typedoc-plugin-coverage) from 3.4.1 to 4.0.2.
- [Changelog](https://github.com/Gerrit0/typedoc-plugin-coverage/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Gerrit0/typedoc-plugin-coverage/compare/v3.4.1...v4.0.2)

---
updated-dependencies:
- dependency-name: typedoc-plugin-coverage
  dependency-version: 4.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-11-19 07:38:52 +00:00 committed by GitHub
parent bda34aeb50
commit 1c1ba74d09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
lib/package-lock.json generated
View File

@ -91,7 +91,7 @@
"rollup-plugin-svg": "^2.0.0",
"tailwindcss": "^4.0.14",
"typedoc": "^0.27.6",
"typedoc-plugin-coverage": "^3.4.1",
"typedoc-plugin-coverage": "^4.0.2",
"typedoc-plugin-missing-exports": "^3.1.0",
"typescript": "^5.7.3",
"vite": "^6.0.11",
@ -14149,16 +14149,16 @@
}
},
"node_modules/typedoc-plugin-coverage": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/typedoc-plugin-coverage/-/typedoc-plugin-coverage-3.4.1.tgz",
"integrity": "sha512-V23DAwinAMpGMGcL1R1s8Snr26hrjfIdwGf+4jR/65ZdmeAN+yRX0onfx5JlembTQhR6AePQ/parfQNS0AZ64A==",
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/typedoc-plugin-coverage/-/typedoc-plugin-coverage-4.0.2.tgz",
"integrity": "sha512-mfn0e7NCqB8x2PfvhXrtmd7KWlsNf1+B2N9y8gR/jexXBLrXl/0e+b2HdG5HaTXGi7i0t2pyQY2VRmq7gtdEHQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 18"
},
"peerDependencies": {
"typedoc": "0.25.x || 0.26.x || 0.27.x"
"typedoc": "0.28.x"
}
},
"node_modules/typedoc-plugin-missing-exports": {
@ -14198,9 +14198,9 @@
}
},
"node_modules/typescript": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
"dev": true,
"license": "Apache-2.0",
"bin": {

View File

@ -88,7 +88,7 @@
"rollup-plugin-svg": "^2.0.0",
"tailwindcss": "^4.0.14",
"typedoc": "^0.27.6",
"typedoc-plugin-coverage": "^3.4.1",
"typedoc-plugin-coverage": "^4.0.2",
"typedoc-plugin-missing-exports": "^3.1.0",
"typescript": "^5.7.3",
"vite": "^6.0.11",