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

Bump typedoc from 0.20.35 to 0.20.36 (#768)

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.35 to 0.20.36.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.20.35...v0.20.36)

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] 2021-04-26 07:52:00 +03:00 committed by GitHub
parent 45ebc85d38
commit 85246a333b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
package-lock.json generated
View File

@ -9309,9 +9309,9 @@
"dev": true "dev": true
}, },
"marked": { "marked": {
"version": "2.0.1", "version": "2.0.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-2.0.1.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.3.tgz",
"integrity": "sha512-5+/fKgMv2hARmMW7DOpykr2iLhl0NgjyELk5yn92iE7z8Se1IS9n3UsFm86hFXIkvMBmVxki8+ckcpjBeyo/hw==", "integrity": "sha512-5otztIIcJfPc2qGTN8cVtOJEjNJZ0jwa46INMagrYfk0EvqtRuEHLsEe0LrFS0/q+ZRKT0+kXK7P2T1AN5lWRA==",
"dev": true "dev": true
}, },
"maxmin": { "maxmin": {
@ -15723,9 +15723,9 @@
} }
}, },
"typedoc": { "typedoc": {
"version": "0.20.35", "version": "0.20.36",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.35.tgz", "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.36.tgz",
"integrity": "sha512-7sNca19LXg2hgyGHq3b33tQ1YFApmd8aBDEzWQ2ry4VDkw/NdFWkysGiGRY1QckDCB0gVH8+MlXA4K71IB3azg==", "integrity": "sha512-qFU+DWMV/hifQ9ZAlTjdFO9wbUIHuUBpNXzv68ZyURAP9pInjZiO4+jCPeAzHVcaBCHER9WL/+YzzTt6ZlN/Nw==",
"dev": true, "dev": true,
"requires": { "requires": {
"colors": "^1.4.0", "colors": "^1.4.0",
@ -15733,12 +15733,12 @@
"handlebars": "^4.7.7", "handlebars": "^4.7.7",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"lunr": "^2.3.9", "lunr": "^2.3.9",
"marked": "^2.0.1", "marked": "^2.0.3",
"minimatch": "^3.0.0", "minimatch": "^3.0.0",
"progress": "^2.0.3", "progress": "^2.0.3",
"shelljs": "^0.8.4", "shelljs": "^0.8.4",
"shiki": "^0.9.3", "shiki": "^0.9.3",
"typedoc-default-themes": "^0.12.9" "typedoc-default-themes": "^0.12.10"
}, },
"dependencies": { "dependencies": {
"fs-extra": { "fs-extra": {