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

Bump typedoc from 0.22.13 to 0.22.14 (#1402)

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.22.13 to 0.22.14.
- [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.13...v0.22.14)

---
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>
This commit is contained in:
dependabot[bot] 2022-04-08 12:23:29 +01:00 committed by GitHub
parent 49b1b7d881
commit a9129d9a89
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", "source-map-support": "^0.5.19",
"ts-node": "^10.7.0", "ts-node": "^10.7.0",
"ts-node-register": "^1.0.0", "ts-node-register": "^1.0.0",
"typedoc": "0.22.13", "typedoc": "0.22.14",
"typescript": "^4.6.3" "typescript": "^4.6.3"
} }
}, },
@ -15703,9 +15703,9 @@
} }
}, },
"node_modules/typedoc": { "node_modules/typedoc": {
"version": "0.22.13", "version": "0.22.14",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.13.tgz", "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.14.tgz",
"integrity": "sha512-NHNI7Dr6JHa/I3+c62gdRNXBIyX7P33O9TafGLd07ur3MqzcKgwTvpg18EtvCLHJyfeSthAtCLpM7WkStUmDuQ==", "integrity": "sha512-tlf9wIcsrnQSjetStrnRutuy2RjZkG5PK2umwveZLTkuC2K9VywOZTdu2G19BdOPzGrhZjf9WK7pthXqnFQejg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"glob": "^7.2.0", "glob": "^7.2.0",
@ -29150,9 +29150,9 @@
} }
}, },
"typedoc": { "typedoc": {
"version": "0.22.13", "version": "0.22.14",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.13.tgz", "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.14.tgz",
"integrity": "sha512-NHNI7Dr6JHa/I3+c62gdRNXBIyX7P33O9TafGLd07ur3MqzcKgwTvpg18EtvCLHJyfeSthAtCLpM7WkStUmDuQ==", "integrity": "sha512-tlf9wIcsrnQSjetStrnRutuy2RjZkG5PK2umwveZLTkuC2K9VywOZTdu2G19BdOPzGrhZjf9WK7pthXqnFQejg==",
"dev": true, "dev": true,
"requires": { "requires": {
"glob": "^7.2.0", "glob": "^7.2.0",

View File

@ -95,7 +95,7 @@
"source-map-support": "^0.5.19", "source-map-support": "^0.5.19",
"ts-node": "^10.7.0", "ts-node": "^10.7.0",
"ts-node-register": "^1.0.0", "ts-node-register": "^1.0.0",
"typedoc": "0.22.13", "typedoc": "0.22.14",
"typescript": "^4.6.3" "typescript": "^4.6.3"
}, },
"nyc": { "nyc": {