build(deps-dev): bump typedoc from 0.23.3 to 0.23.10 in /web

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.3 to 0.23.10.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.23.3...v0.23.10)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-02 11:31:06 +00:00 committed by relrelb
parent 1a5a253be8
commit ce932c83a5
2 changed files with 17 additions and 17 deletions

32
web/package-lock.json generated
View File

@ -6926,9 +6926,9 @@
}
},
"node_modules/marked": {
"version": "4.0.16",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.16.tgz",
"integrity": "sha512-wahonIQ5Jnyatt2fn8KqF/nIqZM8mh3oRu2+l5EANGMhu6RFjiSG52QNE2eWzFMI94HqYSgN184NurgNG6CztA==",
"version": "4.0.18",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.18.tgz",
"integrity": "sha512-wbLDJ7Zh0sqA0Vdg6aqlbT+yPxqLblpAZh1mK2+AO2twQkPywvvqQNfEPVwSSRjZ7dZcdeVBIAgiO7MMp3Dszw==",
"dev": true,
"bin": {
"marked": "bin/marked.js"
@ -10242,13 +10242,13 @@
}
},
"node_modules/typedoc": {
"version": "0.23.3",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.3.tgz",
"integrity": "sha512-klFzfV8hV1Vu5BE95BRY5lN1a/GmuMRPebhW7yeY3JERcu1O6X3HZE4pahkNHmmVpe77/O2lRtNVFnmb5+47ZA==",
"version": "0.23.10",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.10.tgz",
"integrity": "sha512-03EUiu/ZuScUBMnY6p0lY+HTH8SwhzvRE3gImoemdPDWXPXlks83UGTx++lyquWeB1MTwm9D9Ca8RIjkK3AFfQ==",
"dev": true,
"dependencies": {
"lunr": "^2.3.9",
"marked": "^4.0.16",
"marked": "^4.0.18",
"minimatch": "^5.1.0",
"shiki": "^0.10.1"
},
@ -11398,7 +11398,7 @@
"replace-in-file": "^6.3.5",
"shx": "^0.3.3",
"ts-node": "^10.7.0",
"typedoc": "^0.23.3",
"typedoc": "^0.23.10",
"typescript": "^4.7.3"
}
},
@ -16849,9 +16849,9 @@
"dev": true
},
"marked": {
"version": "4.0.16",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.16.tgz",
"integrity": "sha512-wahonIQ5Jnyatt2fn8KqF/nIqZM8mh3oRu2+l5EANGMhu6RFjiSG52QNE2eWzFMI94HqYSgN184NurgNG6CztA==",
"version": "4.0.18",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.18.tgz",
"integrity": "sha512-wbLDJ7Zh0sqA0Vdg6aqlbT+yPxqLblpAZh1mK2+AO2twQkPywvvqQNfEPVwSSRjZ7dZcdeVBIAgiO7MMp3Dszw==",
"dev": true
},
"marky": {
@ -18096,7 +18096,7 @@
"replace-in-file": "^6.3.5",
"shx": "^0.3.3",
"ts-node": "^10.7.0",
"typedoc": "^0.23.3",
"typedoc": "^0.23.10",
"typescript": "^4.7.3",
"wasm-feature-detect": "^1.2.11"
}
@ -19364,13 +19364,13 @@
}
},
"typedoc": {
"version": "0.23.3",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.3.tgz",
"integrity": "sha512-klFzfV8hV1Vu5BE95BRY5lN1a/GmuMRPebhW7yeY3JERcu1O6X3HZE4pahkNHmmVpe77/O2lRtNVFnmb5+47ZA==",
"version": "0.23.10",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.10.tgz",
"integrity": "sha512-03EUiu/ZuScUBMnY6p0lY+HTH8SwhzvRE3gImoemdPDWXPXlks83UGTx++lyquWeB1MTwm9D9Ca8RIjkK3AFfQ==",
"dev": true,
"requires": {
"lunr": "^2.3.9",
"marked": "^4.0.16",
"marked": "^4.0.18",
"minimatch": "^5.1.0",
"shiki": "^0.10.1"
},

View File

@ -49,7 +49,7 @@
"replace-in-file": "^6.3.5",
"shx": "^0.3.3",
"ts-node": "^10.7.0",
"typedoc": "^0.23.3",
"typedoc": "^0.23.10",
"typescript": "^4.7.3"
}
}