[Snyk] Upgrade express-openapi-validator from 5.3.6 to 5.3.7 #1007
+22
−19
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade express-openapi-validator from 5.3.6 to 5.3.7.
ℹ️ 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 2 months ago.
Release notes
Package name: express-openapi-validator
(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)
5.0.4 (2023-04-30)
5.0.3 (2023-03-04)
error_code
toerrorCode
inValidationErrorItem
(#819) (1a1b2cc), closes #819