Browse Source

chore(deps-dev): bump typedoc from 0.20.25 to 0.20.27 (#116)

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.25 to 0.20.27.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.20.25...v0.20.27)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 3 years ago committed by GitHub
parent
commit
ee958cdd57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      package-lock.json
  2. 2
      package.json

12
package-lock.json generated

@ -6521,9 +6521,9 @@ @@ -6521,9 +6521,9 @@
"optional": true
},
"handlebars": {
"version": "4.7.6",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.6.tgz",
"integrity": "sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA==",
"version": "4.7.7",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz",
"integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==",
"dev": true,
"requires": {
"minimist": "^1.2.5",
@ -11505,9 +11505,9 @@ @@ -11505,9 +11505,9 @@
}
},
"typedoc": {
"version": "0.20.25",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.25.tgz",
"integrity": "sha512-ZQZnjJPrt0rjp216gp6FQC1QC4ojcoKikhfOJ/51CqaJunVDilRLlIO5tCGWj1tzlYYT9eOGhJv7MF3t7rxSmw==",
"version": "0.20.27",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.27.tgz",
"integrity": "sha512-Y61T2wEpBo6x0t0zeMNH6CH0n2Jt8E1IHObcK4fGT9nK9Zq6+Rurf0A9WqVbhRmkGpu1wBsGl+4kSJdIN+AOtg==",
"dev": true,
"requires": {
"colors": "^1.4.0",

2
package.json

@ -57,7 +57,7 @@ @@ -57,7 +57,7 @@
"rollup-plugin-typescript2": "^0.29.0",
"selenium-webdriver": "^4.0.0-beta.1",
"ts-jest": "^26.5.0",
"typedoc": "^0.20.25",
"typedoc": "^0.20.27",
"typescript": "^4.1.5"
},
"publishConfig": {

Loading…
Cancel
Save