From caf5daf7ceaf35249b795b1aa22f5ed86ca678eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Sep 2024 09:53:43 +0000 Subject: [PATCH] fix: upgrade express-openapi-validator from 5.3.1 to 5.3.3 Snyk has created this PR to upgrade express-openapi-validator from 5.3.1 to 5.3.3. See this package in npm: express-openapi-validator See this project in Snyk: https://app.snyk.io/org/cdimascio/project/dc56b04d-b132-445b-bde8-64211be844c7?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../4-eov-operations-babel/package-lock.json | 22 +++++++++---------- examples/4-eov-operations-babel/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/4-eov-operations-babel/package-lock.json b/examples/4-eov-operations-babel/package-lock.json index 90057fac..ae482417 100644 --- a/examples/4-eov-operations-babel/package-lock.json +++ b/examples/4-eov-operations-babel/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "express": "^4.19.2", - "express-openapi-validator": "^5.3.1", + "express-openapi-validator": "^5.3.3", "morgan": "^1.10.0" }, "devDependencies": { @@ -2650,14 +2650,14 @@ } }, "node_modules/express-openapi-validator": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/express-openapi-validator/-/express-openapi-validator-5.3.1.tgz", - "integrity": "sha512-Mlo3N1yvaZJlIs/nX0ig4xSu4g1CmLK/InRuqrXPmiqijfHa5qx/5ng92kq2dfTKd77XE7e9sPJqkI79asqNlQ==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/express-openapi-validator/-/express-openapi-validator-5.3.3.tgz", + "integrity": "sha512-WolpeQTubIlPOjKZiMmFL+pvztAq4bpL/ylvKjs2v7JN/8qC2J2k21MuYcz0o5vQBt4cdIg2cZ2I1Ik2R3FG6w==", "license": "MIT", "dependencies": { - "@apidevtools/json-schema-ref-parser": "^11.6.4", + "@apidevtools/json-schema-ref-parser": "^11.7.0", "@types/multer": "^1.4.11", - "ajv": "^8.15.0", + "ajv": "^8.17.1", "ajv-draft-04": "^1.0.0", "ajv-formats": "^2.1.1", "content-type": "^1.0.5", @@ -6238,13 +6238,13 @@ } }, "express-openapi-validator": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/express-openapi-validator/-/express-openapi-validator-5.3.1.tgz", - "integrity": "sha512-Mlo3N1yvaZJlIs/nX0ig4xSu4g1CmLK/InRuqrXPmiqijfHa5qx/5ng92kq2dfTKd77XE7e9sPJqkI79asqNlQ==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/express-openapi-validator/-/express-openapi-validator-5.3.3.tgz", + "integrity": "sha512-WolpeQTubIlPOjKZiMmFL+pvztAq4bpL/ylvKjs2v7JN/8qC2J2k21MuYcz0o5vQBt4cdIg2cZ2I1Ik2R3FG6w==", "requires": { - "@apidevtools/json-schema-ref-parser": "^11.6.4", + "@apidevtools/json-schema-ref-parser": "^11.7.0", "@types/multer": "^1.4.11", - "ajv": "^8.15.0", + "ajv": "^8.17.1", "ajv-draft-04": "^1.0.0", "ajv-formats": "^2.1.1", "content-type": "^1.0.5", diff --git a/examples/4-eov-operations-babel/package.json b/examples/4-eov-operations-babel/package.json index e9607369..e54a6c48 100644 --- a/examples/4-eov-operations-babel/package.json +++ b/examples/4-eov-operations-babel/package.json @@ -15,7 +15,7 @@ "license": "MIT", "dependencies": { "express": "^4.19.2", - "express-openapi-validator": "^5.3.1", + "express-openapi-validator": "^5.3.3", "morgan": "^1.10.0" }, "devDependencies": {