-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* easy audit fixes * more risky router update * fix for api removed in node 22 * upgrade supertest to fix tests * decode paths to handle unicode requests * test on node 22 * run on node 22 * update package-lock * add information to the changelog * add information to the changelog * add information to the changelog
- Loading branch information
Showing
6 changed files
with
199 additions
and
112 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 |
---|---|---|
@@ -1 +1,4 @@ | ||
* **BREAKING:** Requires Node.js >= 18.0.0. | ||
* Updates `engines.node` to include Node 22. | ||
* Updates dependencies to address `npm audit` issues. | ||
* Fixes issue where redirects of unicode paths may not have been handled correctly. | ||
* Fixes issue in Node 22 where `mtime` from `stat`-ing a file is no longer available. |
Oops, something went wrong.