Browse Source

chore(deps-dev): bump typedoc from 0.21.6 to 0.21.9 (#267)

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.21.6 to 0.21.9.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.21.6...v0.21.9)

---
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>
main
dependabot[bot] 3 years ago committed by GitHub
parent
commit
fedb14c073
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

@ -9882,9 +9882,9 @@ @@ -9882,9 +9882,9 @@
}
},
"marked": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz",
"integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-3.0.3.tgz",
"integrity": "sha512-4oIDhVSQ2s+xNCfek9OnZgCQR/WykGCom02JzIIvi4Pme+MIwPYqvGVW8CQWOXeoZu0TtVB6pTxIuoLm+dKqDA==",
"dev": true
},
"merge-stream": {
@ -11235,9 +11235,9 @@ @@ -11235,9 +11235,9 @@
"optional": true
},
"shiki": {
"version": "0.9.7",
"resolved": "https://registry.npmjs.org/shiki/-/shiki-0.9.7.tgz",
"integrity": "sha512-rOoAmwRWDiGKjQ1GaSKmbp1J5CamCera+I+DMM3wG/phbwNYQPt1mrjBBZbK66v80Vl1/A9TTLgXVHMbgtOCIQ==",
"version": "0.9.10",
"resolved": "https://registry.npmjs.org/shiki/-/shiki-0.9.10.tgz",
"integrity": "sha512-xeM7Oc6hY+6iW5O/T5hor8ul7mEprzyl5y4r5zthEHToQNw7MIhREMgU3r2gKDB0NaMLNrkcEQagudCdzE13Lg==",
"dev": true,
"requires": {
"json5": "^2.2.0",
@ -11994,18 +11994,18 @@ @@ -11994,18 +11994,18 @@
}
},
"typedoc": {
"version": "0.21.6",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.21.6.tgz",
"integrity": "sha512-+4u3PEBjQdaL5/yfus5WJbjIdQHv7E/FpZq3cNki9BBdGmZhqnTF6JLIXDQ2EfVggojOJG9/soB5QVFgXRYnIw==",
"version": "0.21.9",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.21.9.tgz",
"integrity": "sha512-VRo7aII4bnYaBBM1lhw4bQFmUcDQV8m8tqgjtc7oXl87jc1Slbhfw2X5MccfcR2YnEClHDWgsiQGgNB8KJXocA==",
"dev": true,
"requires": {
"glob": "^7.1.7",
"handlebars": "^4.7.7",
"lunr": "^2.3.9",
"marked": "^2.1.1",
"marked": "^3.0.2",
"minimatch": "^3.0.0",
"progress": "^2.0.3",
"shiki": "^0.9.3",
"shiki": "^0.9.8",
"typedoc-default-themes": "^0.12.10"
},
"dependencies": {
@ -12038,9 +12038,9 @@ @@ -12038,9 +12038,9 @@
"dev": true
},
"uglify-js": {
"version": "3.14.1",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.14.1.tgz",
"integrity": "sha512-JhS3hmcVaXlp/xSo3PKY5R0JqKs5M3IV+exdLHW99qKvKivPO4Z8qbej6mte17SOPqAOVMjt/XGgWacnFSzM3g==",
"version": "3.14.2",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.14.2.tgz",
"integrity": "sha512-rtPMlmcO4agTUfz10CbgJ1k6UAoXM2gWb3GoMPPZB/+/Ackf8lNWk11K4rYi2D0apgoFRLtQOZhb+/iGNJq26A==",
"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.4",
"ts-jest": "^26.5.6",
"typedoc": "^0.21.6",
"typedoc": "^0.21.9",
"typescript": "^4.3.5"
},
"publishConfig": {

Loading…
Cancel
Save