-
Notifications
You must be signed in to change notification settings - Fork 906
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Partially addresses: CVE-2022-33987 - bumps `tsd` dependencies from `0.16.0` to `0.21.0` (latest) - [`tsd` release changelog](https://github.com/SamVerschueren/tsd/releases) - Breaking changes: - `0.17.0` includes "Require Node.js 12" - this is not a breaking change as we've already update to node `14.19.1` `tsd v0.17.0` removes dependency chain: - `update-notifier` - `latest-version` - `package-json` - `got` Partial fix for #1764 Signed-off-by: Josh Romero <[email protected]> (cherry picked from commit d1cfe78)
- Loading branch information
1 parent
68f1964
commit 3c18084
Showing
7 changed files
with
23 additions
and
329 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,6 @@ | |
}, | ||
"devDependencies": { | ||
"typescript": "4.0.2", | ||
"tsd": "^0.16.0" | ||
"tsd": "^0.21.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,6 @@ | |
}, | ||
"devDependencies": { | ||
"del-cli": "^3.0.1", | ||
"tsd": "^0.16.0" | ||
"tsd": "^0.21.0" | ||
} | ||
} |