Skip to content

Commit b7fd31b

Browse files
build(deps-dev): Bump typedoc from 0.15.7 to 0.16.4
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.15.7 to 0.16.4. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Commits](https://github.com/TypeStrong/TypeDoc/commits) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 6a85f28 commit b7fd31b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint-config-richienb": "^0.2.3",
3939
"node-fetch": "^2.6.0",
4040
"ts-node": "^8.5.4",
41-
"typedoc": "^0.15.6",
41+
"typedoc": "^0.16.4",
4242
"typescript": "^3.7.4",
4343
"xo": "^0.25.3"
4444
},

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2269,10 +2269,10 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6
22692269
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"
22702270
integrity sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==
22712271

2272-
handlebars@^4.5.3, handlebars@~4.5.3:
2273-
version "4.5.3"
2274-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.3.tgz#5cf75bd8714f7605713511a56be7c349becb0482"
2275-
integrity sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==
2272+
handlebars@^4.5.3, handlebars@^4.7.2:
2273+
version "4.7.2"
2274+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.2.tgz#01127b3840156a0927058779482031afe0e730d7"
2275+
integrity sha512-4PwqDL2laXtTWZghzzCtunQUTLbo31pcCJrd/B/9JP8XbhVzpS5ZXuKqlOzsd1rtcaLo4KqAn8nl8mkknS4MHw==
22762276
dependencies:
22772277
neo-async "^2.6.0"
22782278
optimist "^0.6.1"
@@ -4735,31 +4735,31 @@ typedarray-to-buffer@^3.1.5:
47354735
dependencies:
47364736
is-typedarray "^1.0.0"
47374737

4738-
typedoc-default-themes@^0.6.3:
4739-
version "0.6.3"
4740-
resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.6.3.tgz#c214ce5bbcc6045558448a8fd422b90e3e9b6782"
4741-
integrity sha512-rouf0TcIA4M2nOQFfC7Zp4NEwoYiEX4vX/ZtudJWU9IHA29MPC+PPgSXYLPESkUo7FuB//GxigO3mk9Qe1xp3Q==
4738+
typedoc-default-themes@^0.7.1:
4739+
version "0.7.1"
4740+
resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.7.1.tgz#1b92999162dc816b52b8094f503f254c87f07c28"
4741+
integrity sha512-s3jeUHc4EY8snIta6lNkUu9+36WMDUnkKm0UQ59w5iPo/4Y2d4+M9CDIKoenYKT5hkg/UnTc3oX48VZZytv8Xw==
47424742
dependencies:
47434743
backbone "^1.4.0"
47444744
jquery "^3.4.1"
47454745
lunr "^2.3.8"
47464746
underscore "^1.9.1"
47474747

4748-
typedoc@^0.15.6:
4749-
version "0.15.7"
4750-
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.15.7.tgz#a37c88292d63e87693a4e6a510e68248e5dbc8c7"
4751-
integrity sha512-dVQ9yd/4pF3kf2OeHVkjxieoH/Exqggtw1DZ9XbVZpvZCItRA4VfOxuVoW+bMauyEk0RDvAx6y/ixDY4loNBWA==
4748+
typedoc@^0.16.4:
4749+
version "0.16.4"
4750+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.16.4.tgz#afbf97b421423ec85400886f626c94b18d514cf1"
4751+
integrity sha512-7pUHKipYmvmnKQtczPp1gFa/19z2lxkWzJVboMKeNRjz4cf82EfGdtcRD146KV0Nl4cAehhU28qcU+dcWn+e4g==
47524752
dependencies:
47534753
"@types/minimatch" "3.0.3"
47544754
fs-extra "^8.1.0"
4755-
handlebars "~4.5.3"
4755+
handlebars "^4.7.2"
47564756
highlight.js "^9.17.1"
47574757
lodash "^4.17.15"
47584758
marked "^0.8.0"
47594759
minimatch "^3.0.0"
47604760
progress "^2.0.3"
47614761
shelljs "^0.8.3"
4762-
typedoc-default-themes "^0.6.3"
4762+
typedoc-default-themes "^0.7.1"
47634763
typescript "3.7.x"
47644764

47654765
[email protected], typescript@^3.6.4, typescript@^3.7.4:

0 commit comments

Comments
 (0)