build(deps-dev): bump typedoc from 0.26.10 to 0.26.11 (#2822)

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.26.10 to 0.26.11.
- [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.26.10...v0.26.11)

---
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>
Co-authored-by: Omar Khan <khancodegt@gmail.com>
This commit is contained in:
dependabot[bot]
2024-11-15 15:29:12 -05:00
committed by GitHub
parent a6852dd588
commit c9207337aa
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -13807,9 +13807,9 @@
}
},
"node_modules/typedoc": {
"version": "0.26.10",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.10.tgz",
"integrity": "sha512-xLmVKJ8S21t+JeuQLNueebEuTVphx6IrP06CdV7+0WVflUSW3SPmR+h1fnWVdAR/FQePEgsSWCUHXqKKjzuUAw==",
"version": "0.26.11",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.11.tgz",
"integrity": "sha512-sFEgRRtrcDl2FxVP58Ze++ZK2UQAEvtvvH8rRlig1Ja3o7dDaMHmaBfvJmdGnNEFaLTpQsN8dpvZaTqJSu/Ugw==",
"dev": true,
"dependencies": {
"lunr": "^2.3.9",
@@ -14931,7 +14931,7 @@
"lodash": "^4.17.4",
"react": "^18.2.0",
"run-s": "^0.0.0",
"typedoc": "0.26.10",
"typedoc": "0.26.11",
"ws": "^8.14.2"
},
"engines": {

View File

@@ -43,7 +43,7 @@
"lodash": "^4.17.4",
"react": "^18.2.0",
"run-s": "^0.0.0",
"typedoc": "0.26.10",
"typedoc": "0.26.11",
"ws": "^8.14.2"
},
"resolutions": {