fastify/middie (@fastify/middie)
### [`v8.3.3`](https://redirect.github.com/fastify/middie/releases/tag/v8.3.3)
[Compare Source](https://redirect.github.com/fastify/middie/compare/v8.3.2...v8.3.3)
#### Security
- `path-to-regexp` is 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 path-to-regexp@6.3.0 by [@climba03003](https://redirect.github.com/climba03003) in [https://github.com/fastify/middie/pull/215](https://redirect.github.com/fastify/middie/pull/215)
**Full Changelog**: https://github.com/fastify/middie/compare/v8.3.2...v8.3.3
### [`v8.3.2`](https://redirect.github.com/fastify/middie/releases/tag/v8.3.2)
[Compare Source](https://redirect.github.com/fastify/middie/compare/v8.3.1...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-regexp` is 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,
1. when you are using wildcard `*`, you must to provides a param name.
```js
// 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](https://redirect.github.com/climba03003) in [https://github.com/fastify/middie/pull/213](https://redirect.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 contains the following updates:
8.3.1
->8.3.3
Release Notes
fastify/middie (@fastify/middie)
### [`v8.3.3`](https://redirect.github.com/fastify/middie/releases/tag/v8.3.3) [Compare Source](https://redirect.github.com/fastify/middie/compare/v8.3.2...v8.3.3) #### Security - `path-to-regexp` is 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 path-to-regexp@6.3.0 by [@climba03003](https://redirect.github.com/climba03003) in [https://github.com/fastify/middie/pull/215](https://redirect.github.com/fastify/middie/pull/215) **Full Changelog**: https://github.com/fastify/middie/compare/v8.3.2...v8.3.3 ### [`v8.3.2`](https://redirect.github.com/fastify/middie/releases/tag/v8.3.2) [Compare Source](https://redirect.github.com/fastify/middie/compare/v8.3.1...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-regexp` is 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, 1. when you are using wildcard `*`, you must to provides a param name. ```js // 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](https://redirect.github.com/climba03003) in [https://github.com/fastify/middie/pull/213](https://redirect.github.com/fastify/middie/pull/213) **Full Changelog**: https://github.com/fastify/middie/compare/v8.3.1...v8.3.2Configuration
π 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.
This PR was generated by Mend Renovate. View the repository job log.