Browse Source

chore(deps-dev): bump typedoc from 0.20.30 to 0.20.33 (#146)

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.30 to 0.20.33.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.20.30...v0.20.33)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 3 years ago committed by GitHub
parent
commit
365ef71edb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 28
      package-lock.json
  2. 2
      package.json

28
package-lock.json generated

@ -11083,9 +11083,9 @@ @@ -11083,9 +11083,9 @@
"optional": true
},
"shiki": {
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/shiki/-/shiki-0.9.2.tgz",
"integrity": "sha512-BjUCxVbxMnvjs8jC4b+BQ808vwjJ9Q8NtLqPwXShZ307HdXiDFYP968ORSVfaTNNSWYDBYdMnVKJ0fYNsoZUBA==",
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/shiki/-/shiki-0.9.3.tgz",
"integrity": "sha512-NEjg1mVbAUrzRv2eIcUt3TG7X9svX7l3n3F5/3OdFq+/BxUdmBOeKGiH4icZJBLHy354Shnj6sfBTemea2e7XA==",
"dev": true,
"requires": {
"onigasm": "^2.2.5",
@ -11834,9 +11834,9 @@ @@ -11834,9 +11834,9 @@
}
},
"typedoc": {
"version": "0.20.30",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.30.tgz",
"integrity": "sha512-A4L6JDShPFwZDt9qp7FBsEpW7C6rA5fRv6ywgBuxGxZnT2wuF5afbWzmrwqHR3Xw38V1H2L4v/VJ0S/llBwV6Q==",
"version": "0.20.33",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.33.tgz",
"integrity": "sha512-jzNdHmjZRQKwguhpXjIPuIjz+TpdgG2AVY8ta+qpAukv+3rBhTs4AAVd+mkonrHVYlC0EAbuAJ4urkfnn42Hwg==",
"dev": true,
"requires": {
"colors": "^1.4.0",
@ -11848,8 +11848,8 @@ @@ -11848,8 +11848,8 @@
"minimatch": "^3.0.0",
"progress": "^2.0.3",
"shelljs": "^0.8.4",
"shiki": "^0.9.2",
"typedoc-default-themes": "^0.12.8"
"shiki": "^0.9.3",
"typedoc-default-themes": "^0.12.9"
},
"dependencies": {
"fs-extra": {
@ -11889,9 +11889,9 @@ @@ -11889,9 +11889,9 @@
}
},
"typedoc-default-themes": {
"version": "0.12.8",
"resolved": "https://registry.npmjs.org/typedoc-default-themes/-/typedoc-default-themes-0.12.8.tgz",
"integrity": "sha512-tyjyDTKy/JLnBSwvhoqd99VIjrP33SdOtwcMD32b+OqnrjZWe8HmZECbfBoacqoxjHd58gfeNw6wA7uvqWFa4w==",
"version": "0.12.9",
"resolved": "https://registry.npmjs.org/typedoc-default-themes/-/typedoc-default-themes-0.12.9.tgz",
"integrity": "sha512-Jd5fYTiqzinZdoIY382W7tQXTwAzWRdg8KbHfaxmb78m1/3jL9riXtk23oBOKwhi8GFVykCOdPzEJKY87/D0LQ==",
"dev": true
},
"typescript": {
@ -11901,9 +11901,9 @@ @@ -11901,9 +11901,9 @@
"dev": true
},
"uglify-js": {
"version": "3.13.0",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.13.0.tgz",
"integrity": "sha512-TWYSWa9T2pPN4DIJYbU9oAjQx+5qdV5RUDxwARg8fmJZrD/V27Zj0JngW5xg1DFz42G0uDYl2XhzF6alSzD62w==",
"version": "3.13.2",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.13.2.tgz",
"integrity": "sha512-SbMu4D2Vo95LMC/MetNaso1194M1htEA+JrqE9Hk+G2DhI+itfS9TRu9ZKeCahLDNa/J3n4MqUJ/fOHMzQpRWw==",
"dev": true,
"optional": true
},

2
package.json

@ -57,7 +57,7 @@ @@ -57,7 +57,7 @@
"rollup-plugin-typescript2": "^0.30.0",
"selenium-webdriver": "^4.0.0-beta.2",
"ts-jest": "^26.5.4",
"typedoc": "^0.20.30",
"typedoc": "^0.20.33",
"typescript": "^4.2.3"
},
"publishConfig": {

Loading…
Cancel
Save