build(deps-dev): bump typedoc from 0.23.9 to 0.23.10

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.9 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.9...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-01 11:02:18 +00:00
committed by GitHub
parent 48724e5b08
commit 4f28464b99

28
package-lock.json generated
View File

@ -5209,9 +5209,9 @@
"dev": true "dev": true
}, },
"node_modules/marked": { "node_modules/marked": {
"version": "4.0.16", "version": "4.0.18",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.16.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.18.tgz",
"integrity": "sha512-wahonIQ5Jnyatt2fn8KqF/nIqZM8mh3oRu2+l5EANGMhu6RFjiSG52QNE2eWzFMI94HqYSgN184NurgNG6CztA==", "integrity": "sha512-wbLDJ7Zh0sqA0Vdg6aqlbT+yPxqLblpAZh1mK2+AO2twQkPywvvqQNfEPVwSSRjZ7dZcdeVBIAgiO7MMp3Dszw==",
"dev": true, "dev": true,
"bin": { "bin": {
"marked": "bin/marked.js" "marked": "bin/marked.js"
@ -8201,13 +8201,13 @@
} }
}, },
"node_modules/typedoc": { "node_modules/typedoc": {
"version": "0.23.9", "version": "0.23.10",
"resolved": "http://registry.npmjs.org/typedoc/-/typedoc-0.23.9.tgz", "resolved": "http://registry.npmjs.org/typedoc/-/typedoc-0.23.10.tgz",
"integrity": "sha512-rvWci2KHwteVUufZjjtIy/4PIHiE66t4VW4Ob6pezV//GHZ9Px0CHE5iq032GZzKONJWnNb+EJsrQv32INRvxA==", "integrity": "sha512-03EUiu/ZuScUBMnY6p0lY+HTH8SwhzvRE3gImoemdPDWXPXlks83UGTx++lyquWeB1MTwm9D9Ca8RIjkK3AFfQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"lunr": "^2.3.9", "lunr": "^2.3.9",
"marked": "^4.0.16", "marked": "^4.0.18",
"minimatch": "^5.1.0", "minimatch": "^5.1.0",
"shiki": "^0.10.1" "shiki": "^0.10.1"
}, },
@ -13303,9 +13303,9 @@
"dev": true "dev": true
}, },
"marked": { "marked": {
"version": "4.0.16", "version": "4.0.18",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.16.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.18.tgz",
"integrity": "sha512-wahonIQ5Jnyatt2fn8KqF/nIqZM8mh3oRu2+l5EANGMhu6RFjiSG52QNE2eWzFMI94HqYSgN184NurgNG6CztA==", "integrity": "sha512-wbLDJ7Zh0sqA0Vdg6aqlbT+yPxqLblpAZh1mK2+AO2twQkPywvvqQNfEPVwSSRjZ7dZcdeVBIAgiO7MMp3Dszw==",
"dev": true "dev": true
}, },
"medium-zoom": { "medium-zoom": {
@ -15580,13 +15580,13 @@
} }
}, },
"typedoc": { "typedoc": {
"version": "0.23.9", "version": "0.23.10",
"resolved": "http://registry.npmjs.org/typedoc/-/typedoc-0.23.9.tgz", "resolved": "http://registry.npmjs.org/typedoc/-/typedoc-0.23.10.tgz",
"integrity": "sha512-rvWci2KHwteVUufZjjtIy/4PIHiE66t4VW4Ob6pezV//GHZ9Px0CHE5iq032GZzKONJWnNb+EJsrQv32INRvxA==", "integrity": "sha512-03EUiu/ZuScUBMnY6p0lY+HTH8SwhzvRE3gImoemdPDWXPXlks83UGTx++lyquWeB1MTwm9D9Ca8RIjkK3AFfQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"lunr": "^2.3.9", "lunr": "^2.3.9",
"marked": "^4.0.16", "marked": "^4.0.18",
"minimatch": "^5.1.0", "minimatch": "^5.1.0",
"shiki": "^0.10.1" "shiki": "^0.10.1"
}, },