chore(deps): update dependency typedoc to v0.20.37 (#415)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-06-17 02:36:46 +00:00 committed by GitHub
parent 79fe6f1116
commit 720490c6f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -33,7 +33,7 @@
"reflect-metadata": "0.1.13",
"rxjs": "6.6.7",
"telegraf": "4.3.0",
"typedoc": "0.20.36",
"typedoc": "0.20.37",
"typescript": "4.2.4"
},
"peerDependencies": {
@ -4424,9 +4424,9 @@
}
},
"node_modules/typedoc": {
"version": "0.20.36",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.36.tgz",
"integrity": "sha512-qFU+DWMV/hifQ9ZAlTjdFO9wbUIHuUBpNXzv68ZyURAP9pInjZiO4+jCPeAzHVcaBCHER9WL/+YzzTt6ZlN/Nw==",
"version": "0.20.37",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.37.tgz",
"integrity": "sha512-9+qDhdc4X00qTNOtii6QX2z7ndAeWVOso7w3MPSoSJdXlVhpwPfm1yEp4ooKuWA9fiQILR8FKkyjmeqa13hBbw==",
"dev": true,
"dependencies": {
"colors": "^1.4.0",
@ -4434,7 +4434,7 @@
"handlebars": "^4.7.7",
"lodash": "^4.17.21",
"lunr": "^2.3.9",
"marked": "^2.0.3",
"marked": "~2.0.3",
"minimatch": "^3.0.0",
"progress": "^2.0.3",
"shelljs": "^0.8.4",
@ -7941,9 +7941,9 @@
"dev": true
},
"typedoc": {
"version": "0.20.36",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.36.tgz",
"integrity": "sha512-qFU+DWMV/hifQ9ZAlTjdFO9wbUIHuUBpNXzv68ZyURAP9pInjZiO4+jCPeAzHVcaBCHER9WL/+YzzTt6ZlN/Nw==",
"version": "0.20.37",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.37.tgz",
"integrity": "sha512-9+qDhdc4X00qTNOtii6QX2z7ndAeWVOso7w3MPSoSJdXlVhpwPfm1yEp4ooKuWA9fiQILR8FKkyjmeqa13hBbw==",
"dev": true,
"requires": {
"colors": "^1.4.0",
@ -7951,7 +7951,7 @@
"handlebars": "^4.7.7",
"lodash": "^4.17.21",
"lunr": "^2.3.9",
"marked": "^2.0.3",
"marked": "~2.0.3",
"minimatch": "^3.0.0",
"progress": "^2.0.3",
"shelljs": "^0.8.4",

View File

@ -74,7 +74,7 @@
"reflect-metadata": "0.1.13",
"rxjs": "6.6.7",
"telegraf": "4.3.0",
"typedoc": "0.20.36",
"typedoc": "0.20.37",
"typescript": "4.2.4"
},
"peerDependencies": {