Skip to content

Commit

Permalink
build(deps-dev): bump typedoc from 0.23.24 to 0.23.25 (#938)
Browse files Browse the repository at this point in the history
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.24 to 0.23.25.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.23.24...v0.23.25)

---
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>
  • Loading branch information
dependabot[bot] committed Feb 13, 2023
1 parent 2f4f8da commit 0789394
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 44 deletions.
77 changes: 47 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 19 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,10 @@ ansi-regex@^5.0.1:
version "5.0.1"
resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz"

ansi-sequence-parser@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/ansi-sequence-parser/-/ansi-sequence-parser-1.1.0.tgz#4d790f31236ac20366b23b3916b789e1bde39aed"

ansi-styles@^3.2.1:
version "3.2.1"
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz"
Expand Down Expand Up @@ -1746,9 +1750,9 @@ makeerror@1.0.12:
dependencies:
tmpl "1.0.5"

marked@^4.2.5:
version "4.2.5"
resolved "https://registry.npmjs.org/marked/-/marked-4.2.5.tgz"
marked@^4.2.12:
version "4.2.12"
resolved "https://registry.yarnpkg.com/marked/-/marked-4.2.12.tgz#d69a64e21d71b06250da995dcd065c11083bebb5"

merge-stream@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -1781,9 +1785,9 @@ minimatch@^3.0.4:
dependencies:
brace-expansion "^1.1.7"

minimatch@^5.1.2:
version "5.1.2"
resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.1.2.tgz"
minimatch@^6.1.6:
version "6.2.0"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-6.2.0.tgz#2b70fd13294178c69c04dfc05aebdb97a4e79e42"
dependencies:
brace-expansion "^2.0.1"

Expand Down Expand Up @@ -2029,10 +2033,11 @@ shebang-regex@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz"

shiki@^0.12.1:
version "0.12.1"
resolved "https://registry.npmjs.org/shiki/-/shiki-0.12.1.tgz"
shiki@^0.14.1:
version "0.14.1"
resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.14.1.tgz#9fbe082d0a8aa2ad63df4fbf2ee11ec924aa7ee1"
dependencies:
ansi-sequence-parser "^1.1.0"
jsonc-parser "^3.2.0"
vscode-oniguruma "^1.7.0"
vscode-textmate "^8.0.0"
Expand Down Expand Up @@ -2229,13 +2234,13 @@ typedarray-to-buffer@^3.1.5:
is-typedarray "^1.0.0"

typedoc@^0.23.1:
version "0.23.24"
resolved "https://registry.npmjs.org/typedoc/-/typedoc-0.23.24.tgz"
version "0.23.25"
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.23.25.tgz#5f8f1850fd044c4d15d453117affddf11a265610"
dependencies:
lunr "^2.3.9"
marked "^4.2.5"
minimatch "^5.1.2"
shiki "^0.12.1"
marked "^4.2.12"
minimatch "^6.1.6"
shiki "^0.14.1"

typescript@^4.0.0:
version "4.9.5"
Expand Down

0 comments on commit 0789394

Please sign in to comment.