Skip to content

Commit cc9108c

Browse files
chore(deps): update dependency typedoc to v0.23.26 (#1193)
1 parent c48e9c9 commit cc9108c

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"ts-node": "10.9.1",
4444
"tslint": "6.1.3",
4545
"tslint-config-prettier": "1.18.0",
46-
"typedoc": "0.23.25",
46+
"typedoc": "0.23.26",
4747
"typescript": "4.9.5",
4848
"uuid": "9.0.0"
4949
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5127,10 +5127,10 @@ minimatch@^5.0.1:
51275127
dependencies:
51285128
brace-expansion "^2.0.1"
51295129

5130-
minimatch@^6.1.6:
5131-
version "6.2.0"
5132-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-6.2.0.tgz#2b70fd13294178c69c04dfc05aebdb97a4e79e42"
5133-
integrity sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==
5130+
minimatch@^7.1.3:
5131+
version "7.4.2"
5132+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.2.tgz#157e847d79ca671054253b840656720cb733f10f"
5133+
integrity sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==
51345134
dependencies:
51355135
brace-expansion "^2.0.1"
51365136

@@ -7037,14 +7037,14 @@ type-is@~1.6.17:
70377037
media-typer "0.3.0"
70387038
mime-types "~2.1.24"
70397039

7040-
typedoc@0.23.25:
7041-
version "0.23.25"
7042-
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.23.25.tgz#5f8f1850fd044c4d15d453117affddf11a265610"
7043-
integrity sha512-O1he153qVyoCgJYSvIyY3bPP1wAJTegZfa6tL3APinSZhJOf8CSd8F/21M6ex8pUY/fuY6n0jAsT4fIuMGA6sA==
7040+
typedoc@0.23.26:
7041+
version "0.23.26"
7042+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.23.26.tgz#ae082683698bad68757d8fe619242a56d6b5bf36"
7043+
integrity sha512-5m4KwR5tOLnk0OtMaRn9IdbeRM32uPemN9kur7YK9wFqx8U0CYrvO9aVq6ysdZSV1c824BTm+BuQl2Ze/k1HtA==
70447044
dependencies:
70457045
lunr "^2.3.9"
70467046
marked "^4.2.12"
7047-
minimatch "^6.1.6"
7047+
minimatch "^7.1.3"
70487048
shiki "^0.14.1"
70497049

70507050
typescript@4.9.5:

0 commit comments

Comments
 (0)