Skip to content

Commit d2fa136

Browse files
build(deps-dev): bump typedoc from 0.24.8 to 0.25.0 (#1026)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.24.8 to 0.25.0. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](TypeStrong/typedoc@v0.24.8...v0.25.0) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4216b1e commit d2fa136

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"nock": "^13.0.4",
5858
"prettier": "^3.0.0",
5959
"ts-jest": "^27.0.5",
60-
"typedoc": "^0.24.1",
60+
"typedoc": "^0.25.0",
6161
"typescript": "^4.0.0"
6262
},
6363
"publishConfig": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2058,10 +2058,10 @@ minimatch@^3.0.4, minimatch@^3.1.1:
20582058
dependencies:
20592059
brace-expansion "^1.1.7"
20602060

2061-
minimatch@^9.0.0:
2062-
version "9.0.0"
2063-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.0.tgz#bfc8e88a1c40ffd40c172ddac3decb8451503b56"
2064-
integrity sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==
2061+
minimatch@^9.0.3:
2062+
version "9.0.3"
2063+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2064+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
20652065
dependencies:
20662066
brace-expansion "^2.0.1"
20672067

@@ -2597,14 +2597,14 @@ typedarray-to-buffer@^3.1.5:
25972597
dependencies:
25982598
is-typedarray "^1.0.0"
25992599

2600-
typedoc@^0.24.1:
2601-
version "0.24.8"
2602-
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.24.8.tgz#cce9f47ba6a8d52389f5e583716a2b3b4335b63e"
2603-
integrity sha512-ahJ6Cpcvxwaxfu4KtjA8qZNqS43wYt6JL27wYiIgl1vd38WW/KWX11YuAeZhuz9v+ttrutSsgK+XO1CjL1kA3w==
2600+
typedoc@^0.25.0:
2601+
version "0.25.0"
2602+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.0.tgz#287f83d01c1c2186766884f4e04d698820d68115"
2603+
integrity sha512-FvCYWhO1n5jACE0C32qg6b3dSfQ8f2VzExnnRboowHtqUD6ARzM2r8YJeZFYXhcm2hI4C2oCRDgNPk/yaQUN9g==
26042604
dependencies:
26052605
lunr "^2.3.9"
26062606
marked "^4.3.0"
2607-
minimatch "^9.0.0"
2607+
minimatch "^9.0.3"
26082608
shiki "^0.14.1"
26092609

26102610
typescript@^4.0.0:

0 commit comments

Comments
 (0)