Skip to content

Commit f2f6c37

Browse files
committed
v 5.5.0-beta.2 - upgrades dependencies
1 parent b24a071 commit f2f6c37

File tree

2 files changed

+81
-60
lines changed

2 files changed

+81
-60
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-openapi-validator",
3-
"version": "5.5.0-beta.1",
3+
"version": "5.5.0-beta.2",
44
"description": "Automatically validate API requests and responses with OpenAPI 3 and Express.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -36,7 +36,7 @@
3636
"author": "Carmine DiMascio <cdimascio@gmail.com>",
3737
"license": "MIT",
3838
"dependencies": {
39-
"@apidevtools/json-schema-ref-parser": "^11.9.3",
39+
"@apidevtools/json-schema-ref-parser": "^12.0.1",
4040
"@types/multer": "^1.4.12",
4141
"ajv": "^8.17.1",
4242
"ajv-draft-04": "^1.0.0",
@@ -55,17 +55,17 @@
5555
"@types/express": "5.0.1",
5656
"@types/mocha": "^10.0.10",
5757
"@types/morgan": "^1.9.9",
58-
"@types/node": "^22.14.0",
58+
"@types/node": "^22.15.3",
5959
"@types/supertest": "^6.0.3",
6060
"body-parser": "^2.2.0",
6161
"chai": "^4.3.6",
6262
"commitizen": "^4.3.1",
6363
"cookie-parser": "^1.4.7",
6464
"coveralls": "^3.1.1",
6565
"express": "^5.1.0",
66-
"mocha": "^11.1.0",
66+
"mocha": "^11.2.2",
6767
"morgan": "^1.10.0",
68-
"nodemon": "^3.1.9",
68+
"nodemon": "^3.1.10",
6969
"nyc": "^17.1.0",
7070
"prettier": "^3.5.3",
7171
"rimraf": "^6.0.1",

0 commit comments

Comments
 (0)