nest
nest copied to clipboard
chore(deps): update dependency @fastify/middie to v8.3.3
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @fastify/middie | 8.3.1 -> 8.3.3 |
Release Notes
fastify/middie (@​fastify/middie)
v8.3.3
Security
path-to-regexpis updated to 6.3.0 to prevent ReDOS attack, it is recommended to use the latest version of this package.
What's Changed
- fix(8.x): use [email protected] by @​climba03003 in https://github.com/fastify/middie/pull/215
Full Changelog: https://github.com/fastify/middie/compare/v8.3.2...v8.3.3
v8.3.2
Deprecated
This version includes too much breaking change due to security patch. Please upgrade to version 8.3.3 which includes the security patch with minimal breakages.
Security
path-to-regexpis updated to 8.1.0 to prevent ReDOS attack, it is recommended to use the latest version of this package.
You may see some unexpected breaking due the security patch. Here is the workaround,
- when you are using wildcard
*, you must to provides a param name.
// before
fastify.use('*.css')
// after
fastify.use('*filename{.css}')
What's Changed
- chore(8.x): bump path-to-regexp to 8.1.0 by @​climba03003 in https://github.com/fastify/middie/pull/213
Full Changelog: https://github.com/fastify/middie/compare/v8.3.1...v8.3.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.