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.5 to 0.23.10 (#1572)

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

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

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

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-08-16 11:00:03 +01:00 committed by GitHub
parent e0af530237
commit 464fa40c10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@ -47,7 +47,7 @@
"source-map-support": "^0.5.19",
"ts-node": "^10.8.2",
"ts-node-register": "^1.0.0",
"typedoc": "0.23.5",
"typedoc": "0.23.10",
"typescript": "^4.7.4"
},
"peerDependencies": {
@ -10817,9 +10817,9 @@
"dev": true
},
"node_modules/marked": {
"version": "4.0.17",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.17.tgz",
"integrity": "sha512-Wfk0ATOK5iPxM4ptrORkFemqroz0ZDxp5MWfYA7H/F+wO17NRWV5Ypxi6p3g2Xmw2bKeiYOl6oVnLHKxBA0VhA==",
"version": "4.0.18",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.18.tgz",
"integrity": "sha512-wbLDJ7Zh0sqA0Vdg6aqlbT+yPxqLblpAZh1mK2+AO2twQkPywvvqQNfEPVwSSRjZ7dZcdeVBIAgiO7MMp3Dszw==",
"dev": true,
"bin": {
"marked": "bin/marked.js"
@ -16173,13 +16173,13 @@
}
},
"node_modules/typedoc": {
"version": "0.23.5",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.5.tgz",
"integrity": "sha512-5ydWUOe4E9Z3a/r33cC5X5CJPLnFDKIondHYtdnEnO0sa/s8f+Nrfe+LBGOk/UTkV2IPYyL1Gm1PtUKIihklyw==",
"version": "0.23.10",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.10.tgz",
"integrity": "sha512-03EUiu/ZuScUBMnY6p0lY+HTH8SwhzvRE3gImoemdPDWXPXlks83UGTx++lyquWeB1MTwm9D9Ca8RIjkK3AFfQ==",
"dev": true,
"dependencies": {
"lunr": "^2.3.9",
"marked": "^4.0.16",
"marked": "^4.0.18",
"minimatch": "^5.1.0",
"shiki": "^0.10.1"
},
@ -25680,9 +25680,9 @@
"dev": true
},
"marked": {
"version": "4.0.17",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.17.tgz",
"integrity": "sha512-Wfk0ATOK5iPxM4ptrORkFemqroz0ZDxp5MWfYA7H/F+wO17NRWV5Ypxi6p3g2Xmw2bKeiYOl6oVnLHKxBA0VhA==",
"version": "4.0.18",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.18.tgz",
"integrity": "sha512-wbLDJ7Zh0sqA0Vdg6aqlbT+yPxqLblpAZh1mK2+AO2twQkPywvvqQNfEPVwSSRjZ7dZcdeVBIAgiO7MMp3Dszw==",
"dev": true
},
"maxmin": {
@ -29685,13 +29685,13 @@
}
},
"typedoc": {
"version": "0.23.5",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.5.tgz",
"integrity": "sha512-5ydWUOe4E9Z3a/r33cC5X5CJPLnFDKIondHYtdnEnO0sa/s8f+Nrfe+LBGOk/UTkV2IPYyL1Gm1PtUKIihklyw==",
"version": "0.23.10",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.10.tgz",
"integrity": "sha512-03EUiu/ZuScUBMnY6p0lY+HTH8SwhzvRE3gImoemdPDWXPXlks83UGTx++lyquWeB1MTwm9D9Ca8RIjkK3AFfQ==",
"dev": true,
"requires": {
"lunr": "^2.3.9",
"marked": "^4.0.16",
"marked": "^4.0.18",
"minimatch": "^5.1.0",
"shiki": "^0.10.1"
},

View File

@ -100,7 +100,7 @@
"source-map-support": "^0.5.19",
"ts-node": "^10.8.2",
"ts-node-register": "^1.0.0",
"typedoc": "0.23.5",
"typedoc": "0.23.10",
"typescript": "^4.7.4"
},
"nyc": {