Skip to content

Commit d75a74f

Browse files
committed
v5.5.8
1 parent 2fc8a6a commit d75a74f

File tree

3 files changed

+96
-52
lines changed

3 files changed

+96
-52
lines changed

CHANGE_HISTORY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## (2025-07-27)
2+
3+
* throw provided exception example ([d2df3ed](https://github.com/cdimascio/express-openapi-validator/commit/d2df3ed))
4+
* throw provided exception example ([307cddd](https://github.com/cdimascio/express-openapi-validator/commit/307cddd))
5+
* v5.5.8 ([bcd119e](https://github.com/cdimascio/express-openapi-validator/commit/bcd119e))
6+
* fix: package.json & package-lock.json to reduce vulnerabilities (#1096) ([2fc8a6a](https://github.com/cdimascio/express-openapi-validator/commit/2fc8a6a)), closes [#1096](https://github.com/cdimascio/express-openapi-validator/issues/1096)
7+
* chore: upgrade @apidevtools/json-schema-ref-parser to v14.x (#1090) ([20077d2](https://github.com/cdimascio/express-openapi-validator/commit/20077d2)), closes [#1090](https://github.com/cdimascio/express-openapi-validator/issues/1090)
8+
* chore(deps): bump multer and express-openapi-validator (#1085) ([ac16300](https://github.com/cdimascio/express-openapi-validator/commit/ac16300)), closes [#1085](https://github.com/cdimascio/express-openapi-validator/issues/1085)
9+
10+
11+
112
## (2025-06-11)
213

314
* fix(#1071): Fix query param validation for literal bracket notation in param names ([122ac9d](https://github.com/cdimascio/express-openapi-validator/commit/122ac9d))

package-lock.json

Lines changed: 84 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-openapi-validator",
3-
"version": "5.5.7",
3+
"version": "5.5.8",
44
"description": "Automatically validate API requests and responses with OpenAPI 3 and Express.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)