1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Bump typedoc from 0.23.15 to 0.23.19

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.15 to 0.23.19.
- [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.15...v0.23.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-01 02:01:39 +00:00 committed by GitHub
parent 65f88cfa5e
commit f5a4656526
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

@ -47,7 +47,7 @@
"source-map-support": "^0.5.19",
"ts-node": "^10.9.1",
"ts-node-register": "^1.0.0",
"typedoc": "0.23.15",
"typedoc": "0.23.19",
"typescript": "^4.7.4"
},
"peerDependencies": {
@ -16605,9 +16605,9 @@
}
},
"node_modules/typedoc": {
"version": "0.23.15",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.15.tgz",
"integrity": "sha512-x9Zu+tTnwxb9YdVr+zvX7LYzyBl1nieOr6lrSHbHsA22/RJK2m4Y525WIg5Mj4jWCmfL47v6f4hUzY7EIuwS5w==",
"version": "0.23.19",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.19.tgz",
"integrity": "sha512-70jPL0GQnSJtgQqI7ifOWxpTXrB3sxc4SWPPRn3K0wdx3txI6ZIT/ZYMF39dNg2Gjmql45cO+cAKXJp0TpqOVA==",
"dev": true,
"dependencies": {
"lunr": "^2.3.9",
@ -30360,9 +30360,9 @@
}
},
"typedoc": {
"version": "0.23.15",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.15.tgz",
"integrity": "sha512-x9Zu+tTnwxb9YdVr+zvX7LYzyBl1nieOr6lrSHbHsA22/RJK2m4Y525WIg5Mj4jWCmfL47v6f4hUzY7EIuwS5w==",
"version": "0.23.19",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.19.tgz",
"integrity": "sha512-70jPL0GQnSJtgQqI7ifOWxpTXrB3sxc4SWPPRn3K0wdx3txI6ZIT/ZYMF39dNg2Gjmql45cO+cAKXJp0TpqOVA==",
"dev": true,
"requires": {
"lunr": "^2.3.9",

View File

@ -87,7 +87,7 @@
"source-map-support": "^0.5.19",
"ts-node": "^10.9.1",
"ts-node-register": "^1.0.0",
"typedoc": "0.23.15",
"typedoc": "0.23.19",
"typescript": "^4.7.4"
},
"nyc": {