From 6be740dfdcae310f15b5a911c566779f82d06596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:46:27 +0000 Subject: [PATCH] Bump express-openapi-validator from 5.5.7 to 5.5.8 Bumps [express-openapi-validator](https://github.com/cdimascio/express-openapi-validator) from 5.5.7 to 5.5.8. - [Release notes](https://github.com/cdimascio/express-openapi-validator/releases) - [Changelog](https://github.com/cdimascio/express-openapi-validator/blob/master/CHANGE_HISTORY.md) - [Commits](https://github.com/cdimascio/express-openapi-validator/compare/v5.5.7...v5.5.8) --- updated-dependencies: - dependency-name: express-openapi-validator dependency-version: 5.5.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/docs/package.json | 2 +- examples/kitchensink/package.json | 2 +- package-lock.json | 30 +++++++++++++++--------------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/examples/docs/package.json b/examples/docs/package.json index 0aef93f..a442f55 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -13,7 +13,7 @@ "@types/express-xml-bodyparser": "^0.3.5", "@types/supertest": "^6.0.3", "express": "^4.21.2", - "express-openapi-validator": "^5.5.7", + "express-openapi-validator": "^5.5.8", "express-xml-bodyparser": "^0.3.0", "openapi-typescript": "^7.8.0", "openapi-typescript-server": "0.0.7", diff --git a/examples/kitchensink/package.json b/examples/kitchensink/package.json index b36b3b0..16f6cfe 100644 --- a/examples/kitchensink/package.json +++ b/examples/kitchensink/package.json @@ -13,7 +13,7 @@ "@types/express-xml-bodyparser": "^0.3.5", "@types/supertest": "^6.0.3", "express": "^4.21.2", - "express-openapi-validator": "^5.5.7", + "express-openapi-validator": "^5.5.8", "express-xml-bodyparser": "^0.3.0", "openapi-typescript": "^7.8.0", "openapi-typescript-server": "0.0.7", diff --git a/package-lock.json b/package-lock.json index bec0d2b..7517acf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@types/express-xml-bodyparser": "^0.3.5", "@types/supertest": "^6.0.3", "express": "^4.21.2", - "express-openapi-validator": "^5.5.7", + "express-openapi-validator": "^5.5.8", "express-xml-bodyparser": "^0.3.0", "openapi-typescript": "^7.8.0", "openapi-typescript-server": "0.0.7", @@ -51,7 +51,7 @@ "@types/express-xml-bodyparser": "^0.3.5", "@types/supertest": "^6.0.3", "express": "^4.21.2", - "express-openapi-validator": "^5.5.7", + "express-openapi-validator": "^5.5.8", "express-xml-bodyparser": "^0.3.0", "openapi-typescript": "^7.8.0", "openapi-typescript-server": "0.0.7", @@ -70,17 +70,16 @@ } }, "node_modules/@apidevtools/json-schema-ref-parser": { - "version": "12.0.2", - "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-12.0.2.tgz", - "integrity": "sha512-SoZWqQz4YMKdw4kEMfG5w6QAy+rntjsoAT1FtvZAnVEnCR4uy9YSuDBNoVAFHgzSz0dJbISLLCSrGR2Zd7bcvA==", + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-14.1.1.tgz", + "integrity": "sha512-uGF1YGOzzD50L7HLNWclXmsEhQflw8/zZHIz0/AzkJrKL5r9PceUipZxR/cp/8veTk4TVfdDJLyIwXLjaP5ePg==", "license": "MIT", "dependencies": { - "@jsdevtools/ono": "^7.1.3", "@types/json-schema": "^7.0.15", "js-yaml": "^4.1.0" }, "engines": { - "node": ">= 16" + "node": ">= 20" }, "funding": { "url": "https://github.com/sponsors/philsturgeon" @@ -1903,11 +1902,12 @@ } }, "node_modules/express-openapi-validator": { - "version": "5.5.7", - "resolved": "https://registry.npmjs.org/express-openapi-validator/-/express-openapi-validator-5.5.7.tgz", - "integrity": "sha512-QcV941hD3GHnCOg72y6kgqA7XsDkmZOGf7tvoIw9IyUlIRvJv/XDpYFnK7rOggt+ZUaM2P/9wsZCmdMXpr7z2A==", + "version": "5.5.8", + "resolved": "https://registry.npmjs.org/express-openapi-validator/-/express-openapi-validator-5.5.8.tgz", + "integrity": "sha512-JNokdK39oGS174eEUhjJrzB3sfI2HMxOmSvPkbbZ6Q7XqywIlEFreZF99BtbTiTjZ7jZIknqFB1528xkVdNPcQ==", + "license": "MIT", "dependencies": { - "@apidevtools/json-schema-ref-parser": "^12.0.1", + "@apidevtools/json-schema-ref-parser": "^14.0.3", "@types/multer": "^1.4.12", "ajv": "^8.17.1", "ajv-draft-04": "^1.0.0", @@ -1917,7 +1917,7 @@ "lodash.clonedeep": "^4.5.0", "lodash.get": "^4.4.2", "media-typer": "^1.1.0", - "multer": "^2.0.1", + "multer": "^2.0.2", "ono": "^7.1.3", "path-to-regexp": "^8.2.0", "qs": "^6.14.0" @@ -2704,9 +2704,9 @@ "license": "MIT" }, "node_modules/multer": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/multer/-/multer-2.0.1.tgz", - "integrity": "sha512-Ug8bXeTIUlxurg8xLTEskKShvcKDZALo1THEX5E41pYCD2sCVub5/kIRIGqWNoqV6szyLyQKV6mD4QUrWE5GCQ==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/multer/-/multer-2.0.2.tgz", + "integrity": "sha512-u7f2xaZ/UG8oLXHvtF/oWTRvT44p9ecwBBqTwgJVq0+4BW1g8OW01TyMEGWBHbyMOYVHXslaut7qEQ1meATXgw==", "license": "MIT", "dependencies": { "append-field": "^1.0.0",