chore(deps-dev): bump typedoc from 0.23.2 to 0.23.5 (#865)

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.2 to 0.23.5.
- [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.2...v0.23.5)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-07-05 12:18:00 +03:00 committed by GitHub
parent 89377906d3
commit 315a9b4007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -33,7 +33,7 @@
"prettier": "2.7.1",
"reflect-metadata": "0.1.13",
"telegraf": "4.8.5",
"typedoc": "0.23.2",
"typedoc": "0.23.5",
"typescript": "4.4.4"
},
"peerDependencies": {
@ -4282,9 +4282,9 @@
}
},
"node_modules/typedoc": {
"version": "0.23.2",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.2.tgz",
"integrity": "sha512-THpC4vtb3wu1yck6YHzEc4ck6W4lScf8TD0Rg7XAetDih8BzP+ErYO0/6DtdzYcZyKkDwEoujkMeWW7CffCbrQ==",
"version": "0.23.5",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.5.tgz",
"integrity": "sha512-5ydWUOe4E9Z3a/r33cC5X5CJPLnFDKIondHYtdnEnO0sa/s8f+Nrfe+LBGOk/UTkV2IPYyL1Gm1PtUKIihklyw==",
"dev": true,
"dependencies": {
"lunr": "^2.3.9",
@ -7577,9 +7577,9 @@
"dev": true
},
"typedoc": {
"version": "0.23.2",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.2.tgz",
"integrity": "sha512-THpC4vtb3wu1yck6YHzEc4ck6W4lScf8TD0Rg7XAetDih8BzP+ErYO0/6DtdzYcZyKkDwEoujkMeWW7CffCbrQ==",
"version": "0.23.5",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.5.tgz",
"integrity": "sha512-5ydWUOe4E9Z3a/r33cC5X5CJPLnFDKIondHYtdnEnO0sa/s8f+Nrfe+LBGOk/UTkV2IPYyL1Gm1PtUKIihklyw==",
"dev": true,
"requires": {
"lunr": "^2.3.9",

View File

@ -73,7 +73,7 @@
"prettier": "2.7.1",
"reflect-metadata": "0.1.13",
"telegraf": "4.8.5",
"typedoc": "0.23.2",
"typedoc": "0.23.5",
"typescript": "4.4.4"
},
"peerDependencies": {