mirror of https://github.com/status-im/js-waku.git
chore(deps)(deps-dev): bump typedoc from 0.23.25 to 0.23.26
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.25 to 0.23.26. - [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.23.25...v0.23.26) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4aed28ea17
commit
cb32e09e0e
|
@ -23,7 +23,7 @@
|
|||
"husky": "^8.0.3",
|
||||
"lint-staged": "^13.1.1",
|
||||
"size-limit": "^8.1.2",
|
||||
"typedoc": "^0.23.24",
|
||||
"typedoc": "^0.23.26",
|
||||
"typedoc-plugin-resolve-crossmodule-references": "^0.3.3"
|
||||
}
|
||||
},
|
||||
|
@ -26485,14 +26485,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/typedoc": {
|
||||
"version": "0.23.25",
|
||||
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.25.tgz",
|
||||
"integrity": "sha512-O1he153qVyoCgJYSvIyY3bPP1wAJTegZfa6tL3APinSZhJOf8CSd8F/21M6ex8pUY/fuY6n0jAsT4fIuMGA6sA==",
|
||||
"version": "0.23.26",
|
||||
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.26.tgz",
|
||||
"integrity": "sha512-5m4KwR5tOLnk0OtMaRn9IdbeRM32uPemN9kur7YK9wFqx8U0CYrvO9aVq6ysdZSV1c824BTm+BuQl2Ze/k1HtA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"lunr": "^2.3.9",
|
||||
"marked": "^4.2.12",
|
||||
"minimatch": "^6.1.6",
|
||||
"minimatch": "^7.1.3",
|
||||
"shiki": "^0.14.1"
|
||||
},
|
||||
"bin": {
|
||||
|
@ -26545,9 +26545,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/typedoc/node_modules/minimatch": {
|
||||
"version": "6.2.0",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz",
|
||||
"integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==",
|
||||
"version": "7.3.0",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.3.0.tgz",
|
||||
"integrity": "sha512-WaMDuhKa7a6zKiwplR1AOz+zGvJba24k5VU1Cy6NhEguavT2YRlHxuINUgTas4wiS6fwBpYq4TcA1XIECSntyw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"brace-expansion": "^2.0.1"
|
||||
|
@ -48168,14 +48168,14 @@
|
|||
}
|
||||
},
|
||||
"typedoc": {
|
||||
"version": "0.23.25",
|
||||
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.25.tgz",
|
||||
"integrity": "sha512-O1he153qVyoCgJYSvIyY3bPP1wAJTegZfa6tL3APinSZhJOf8CSd8F/21M6ex8pUY/fuY6n0jAsT4fIuMGA6sA==",
|
||||
"version": "0.23.26",
|
||||
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.26.tgz",
|
||||
"integrity": "sha512-5m4KwR5tOLnk0OtMaRn9IdbeRM32uPemN9kur7YK9wFqx8U0CYrvO9aVq6ysdZSV1c824BTm+BuQl2Ze/k1HtA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"lunr": "^2.3.9",
|
||||
"marked": "^4.2.12",
|
||||
"minimatch": "^6.1.6",
|
||||
"minimatch": "^7.1.3",
|
||||
"shiki": "^0.14.1"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -48189,9 +48189,9 @@
|
|||
}
|
||||
},
|
||||
"minimatch": {
|
||||
"version": "6.2.0",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz",
|
||||
"integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==",
|
||||
"version": "7.3.0",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.3.0.tgz",
|
||||
"integrity": "sha512-WaMDuhKa7a6zKiwplR1AOz+zGvJba24k5VU1Cy6NhEguavT2YRlHxuINUgTas4wiS6fwBpYq4TcA1XIECSntyw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"brace-expansion": "^2.0.1"
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"husky": "^8.0.3",
|
||||
"lint-staged": "^13.1.1",
|
||||
"size-limit": "^8.1.2",
|
||||
"typedoc": "^0.23.24",
|
||||
"typedoc": "^0.23.26",
|
||||
"typedoc-plugin-resolve-crossmodule-references": "^0.3.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
Loading…
Reference in New Issue