Snyk has created this PR to upgrade express-openapi-validator from 5.3.7 to 5.3.8.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 1 version ahead of your current version.
The recommended version was released on 22 days ago.
By default, request and response validation now stops after the first failure. Only one error will be reported even when multiple may exist. This follows best practices from AJV:
To report all validation errors (only recommended in development), option allErrors can be set in options validateRequests and/or validateResponses. For example:
Snyk has created this PR to upgrade express-openapi-validator from 5.3.7 to 5.3.8.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 1 version ahead of your current version.
The recommended version was released on 22 days ago.
Release notes
Package name: express-openapi-validator
(2024-10-26)
(2024-09-18)
(2024-09-13)
(2024-09-06)
(2024-08-31)
breaking change
By default, request and response validation now stops after the first failure. Only one error will be reported even when multiple may exist. This follows best practices from AJV:
allErrors
optionTo report all validation errors (only recommended in development), option
allErrors
can be set in optionsvalidateRequests
and/orvalidateResponses
. For example:(2024-08-24)
(2024-08-24)
(2024-08-05)
(2024-06-02)
express
as peer dependency (#907) (4e8bc84), closes #9075.1.6 (2024-02-11)
5.1.5 (2024-02-10)
5.1.4 (2024-02-09)
5.1.3 (2024-01-27)
5.1.2 (2023-12-04)
5.1.1 (2023-11-21)
5.1.0 (2023-11-12)
req.url
(#857) (f732379), closes #8575.0.5 (2023-08-23)