Browse Source

chore(deps-dev): bump typedoc from 0.21.5 to 0.21.6 (#262)

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.21.5 to 0.21.6.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.21.5...v0.21.6)

---
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>
main
dependabot[bot] 3 years ago committed by GitHub
parent
commit
70afc3ae4e
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

@ -11235,9 +11235,9 @@ @@ -11235,9 +11235,9 @@
"optional": true
},
"shiki": {
"version": "0.9.5",
"resolved": "https://registry.npmjs.org/shiki/-/shiki-0.9.5.tgz",
"integrity": "sha512-XFn+rl3wIowDjzdr5DlHoHgQphXefgUTs2bNp/bZu4WF9gTrTLnKwio3f28VjiFG6Jpip7yQn/p4mMj6OrjrtQ==",
"version": "0.9.7",
"resolved": "https://registry.npmjs.org/shiki/-/shiki-0.9.7.tgz",
"integrity": "sha512-rOoAmwRWDiGKjQ1GaSKmbp1J5CamCera+I+DMM3wG/phbwNYQPt1mrjBBZbK66v80Vl1/A9TTLgXVHMbgtOCIQ==",
"dev": true,
"requires": {
"json5": "^2.2.0",
@ -11994,9 +11994,9 @@ @@ -11994,9 +11994,9 @@
}
},
"typedoc": {
"version": "0.21.5",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.21.5.tgz",
"integrity": "sha512-uRDRmYheE5Iju9Zz0X50pTASTpBorIHFt02F5Y8Dt4eBt55h3mwk1CBSY2+EfwBxY16N4Xm7f8KXhnfFZ0AmBw==",
"version": "0.21.6",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.21.6.tgz",
"integrity": "sha512-+4u3PEBjQdaL5/yfus5WJbjIdQHv7E/FpZq3cNki9BBdGmZhqnTF6JLIXDQ2EfVggojOJG9/soB5QVFgXRYnIw==",
"dev": true,
"requires": {
"glob": "^7.1.7",

2
package.json

@ -57,7 +57,7 @@ @@ -57,7 +57,7 @@
"rollup-plugin-typescript2": "^0.30.0",
"selenium-webdriver": "^4.0.0-beta.4",
"ts-jest": "^26.5.6",
"typedoc": "^0.21.5",
"typedoc": "^0.21.6",
"typescript": "^4.3.5"
},
"publishConfig": {

Loading…
Cancel
Save