Browse Source

chore(deps-dev): bump typedoc from 0.22.8 to 0.22.9 (#362)

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.22.8 to 0.22.9.
- [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.22.8...v0.22.9)

---
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
a66ed3e634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package-lock.json
  2. 2
      package.json

6
package-lock.json generated

@ -11956,9 +11956,9 @@ @@ -11956,9 +11956,9 @@
}
},
"typedoc": {
"version": "0.22.8",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.8.tgz",
"integrity": "sha512-92S+YzyhospdXN5rnkYUTgirdTYqNWY7NP9vco+IqQQoiSXzVSUsawVro+tMyEEsWUS7EMaJ2YOjB9uE0CBi6A==",
"version": "0.22.9",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.9.tgz",
"integrity": "sha512-84PjudoXVcap6bwdZFbYIUWlgdz/iLV09ZHwrCzhtHWXaDQG6mlosJ8te6DSThuRkRvQjp46HO+qY/P7Gpm78g==",
"dev": true,
"requires": {
"glob": "^7.2.0",

2
package.json

@ -57,7 +57,7 @@ @@ -57,7 +57,7 @@
"rollup-plugin-typescript2": "^0.30.0",
"selenium-webdriver": "^4.0.0",
"ts-jest": "^26.5.6",
"typedoc": "^0.22.8",
"typedoc": "^0.22.9",
"typescript": "^4.4.4"
},
"publishConfig": {

Loading…
Cancel
Save