Skip to content

Commit c31479e

Browse files
chore(deps): update dependency typedoc to v0.22.5 (#975)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 649cf17 commit c31479e

2 files changed

Lines changed: 19 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"ts-node": "10.2.1",
4545
"tslint": "6.1.3",
4646
"tslint-config-prettier": "1.18.0",
47-
"typedoc": "0.22.4",
47+
"typedoc": "0.22.5",
4848
"typescript": "4.4.3",
4949
"uuid": "8.3.2"
5050
},

yarn.lock

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3714,7 +3714,7 @@ glob-to-regexp@^0.4.0:
37143714
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.0.tgz#49bd677b1671022bd10921c3788f23cdebf9c7e6"
37153715
integrity sha512-fyPCII4vn9Gvjq2U/oDAfP433aiE64cyP/CJjRJcpVGjqqNdioUYn9+r0cSzT1XPwmGAHuTT7iv+rQT8u/YHKQ==
37163716

3717-
glob@7.1.7, glob@^7.1.2, glob@^7.1.4, glob@^7.1.7:
3717+
glob@7.1.7, glob@^7.1.2, glob@^7.1.4:
37183718
version "7.1.7"
37193719
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
37203720
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
@@ -3750,6 +3750,18 @@ glob@^7.1.3, glob@^7.1.6:
37503750
once "^1.3.0"
37513751
path-is-absolute "^1.0.0"
37523752

3753+
glob@^7.2.0:
3754+
version "7.2.0"
3755+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
3756+
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
3757+
dependencies:
3758+
fs.realpath "^1.0.0"
3759+
inflight "^1.0.4"
3760+
inherits "2"
3761+
minimatch "^3.0.4"
3762+
once "^1.3.0"
3763+
path-is-absolute "^1.0.0"
3764+
37533765
global-agent@^2.1.12:
37543766
version "2.2.0"
37553767
resolved "https://registry.yarnpkg.com/global-agent/-/global-agent-2.2.0.tgz#566331b0646e6bf79429a16877685c4a1fbf76dc"
@@ -7418,12 +7430,12 @@ type-is@~1.6.17:
74187430
media-typer "0.3.0"
74197431
mime-types "~2.1.24"
74207432

7421-
typedoc@0.22.4:
7422-
version "0.22.4"
7423-
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.22.4.tgz#039ac59fcdb9a8674471dc20e1623efb12be4114"
7424-
integrity sha512-M/a8NnPxq3/iZNNVjzFCK5gu4m//HTJIPbSS0JQVbkHJPP9wyepR12agylWTSqeVZe0xsbidVtO26+PP7iD/jw==
7433+
typedoc@0.22.5:
7434+
version "0.22.5"
7435+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.22.5.tgz#c1a7c33fcdc808f57c766584a6afb47762944229"
7436+
integrity sha512-KFrWGU1iKiTGw0RcyjLNYDmhd7uICU14HgBNPmFKY/sT4Pm/fraaLyWyisst9vGTUAKxqibqoDITR7+ZcAkhHg==
74257437
dependencies:
7426-
glob "^7.1.7"
7438+
glob "^7.2.0"
74277439
lunr "^2.3.9"
74287440
marked "^3.0.4"
74297441
minimatch "^3.0.4"

0 commit comments

Comments
 (0)