Skip to content

Commit 828b3d4

Browse files
committed
🔒📦 Remove package because of unsecure dependency
Removed typedoc-plugin-typescript-declaration because the functionality seems to be included into typedoc from version 0.20.25 on. Related line from typdoc [changelog](https://typedoc.org/changelog/) - Support for specifying comments on export declarations [(7b7bf66)](TypeStrong/typedoc@7b7bf66), closes [#1504](TypeStrong/typedoc#1504) This fix the security issue with using a dependency to a old marked package version. [CVE-2021-21306](https://nvd.nist.gov/vuln/detail/CVE-2021-21306)
1 parent 1f5c752 commit 828b3d4

File tree

2 files changed

+17
-155
lines changed

2 files changed

+17
-155
lines changed

package-lock.json

Lines changed: 16 additions & 153 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"request-promise-native": "^1.0.9",
2727
"tar": "^6.1.2",
2828
"timespan": "^2.3.0",
29-
"tough-cookie": "^4.0.0",
30-
"typedoc-plugin-typescript-declaration": "^0.5.0"
29+
"tough-cookie": "^4.0.0"
3130
},
3231
"devDependencies": {
3332
"@microsoft/tsdoc": "^0.13.2",

0 commit comments

Comments
 (0)