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

Merge pull request #549 from oceanprotocol/dependabot/npm_and_yarn/typedoc-0.20.16

Bump typedoc from 0.20.14 to 0.20.16
This commit is contained in:
Matthias Kretschmann 2021-01-18 15:22:22 +01:00 committed by GitHub
commit 6d6fce2b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
package-lock.json generated
View File

@ -9797,9 +9797,9 @@
}
},
"typedoc": {
"version": "0.20.14",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.14.tgz",
"integrity": "sha512-9bsZp5/qkl+gDSv9DRvHbfbY8Sr0tD8fKx7hNIvcluxeAFzBCEo9o0qDCdLUZw+/axbfd9TaqHvSuCVRu+YH6Q==",
"version": "0.20.16",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.16.tgz",
"integrity": "sha512-xqIL8lT6ZE3QpP0GN30ckeTR05NSEkrP2pXQlNhC0OFkbvnjqJtDUcWSmCO15BuYyu4qsEbZT+tKYFEAt9Jxew==",
"dev": true,
"requires": {
"colors": "^1.4.0",
@ -9812,7 +9812,7 @@
"progress": "^2.0.3",
"shelljs": "^0.8.4",
"shiki": "^0.2.7",
"typedoc-default-themes": "0.12.1"
"typedoc-default-themes": "^0.12.4"
},
"dependencies": {
"fs-extra": {
@ -9860,9 +9860,9 @@
}
},
"typedoc-default-themes": {
"version": "0.12.1",
"resolved": "https://registry.npmjs.org/typedoc-default-themes/-/typedoc-default-themes-0.12.1.tgz",
"integrity": "sha512-6PEvV+/kWAJeUwEtrKgIsZQSbybW5DGCr6s2mMjHsDplpgN8iBHI52UbA+2C+c2TMCxBNMK9TMS6pdeIdwsLSw==",
"version": "0.12.4",
"resolved": "https://registry.npmjs.org/typedoc-default-themes/-/typedoc-default-themes-0.12.4.tgz",
"integrity": "sha512-EZiXBUpogsYWe0dLgy47J8yRZCd+HAn9woGzO28XJxxSCSwZRYGKeQiw1KjyIcm3cBtLWUXiPD5+Bgx24GgZjg==",
"dev": true
},
"typescript": {