From f04546317b3a05311e633e98e65c6a8d3775c525 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Sep 2024 10:27:22 +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/0ac9a5bd-9a7f-4c0e-bf8b-51d0bd4c4448?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/3-eov-operations/package-lock.json | 34 ++++++++++----------- examples/3-eov-operations/package.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/examples/3-eov-operations/package-lock.json b/examples/3-eov-operations/package-lock.json index 56749a00..fe8a3f6c 100644 --- a/examples/3-eov-operations/package-lock.json +++ b/examples/3-eov-operations/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "express-openapi-validator": "^5.3.1", + "express-openapi-validator": "^5.3.3", "morgan": "^1.10.0" }, "devDependencies": { @@ -18,9 +18,9 @@ } }, "node_modules/@apidevtools/json-schema-ref-parser": { - "version": "11.6.4", - "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-11.6.4.tgz", - "integrity": "sha512-9K6xOqeevacvweLGik6LnZCb1fBtCOSIWQs8d096XGeqoLKC33UVMGz9+77Gw44KvbH4pKcQPWo4ZpxkXYj05w==", + "version": "11.7.0", + "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-11.7.0.tgz", + "integrity": "sha512-pRrmXMCwnmrkS3MLgAIW5dXRzeTv6GLjkjb4HmxNnvAKXN1Nfzp4KmGADBQvlVUcqi+a5D+hfGDLLnd5NnYxog==", "license": "MIT", "dependencies": { "@jsdevtools/ono": "^7.1.3", @@ -623,14 +623,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", @@ -1705,9 +1705,9 @@ }, "dependencies": { "@apidevtools/json-schema-ref-parser": { - "version": "11.6.4", - "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-11.6.4.tgz", - "integrity": "sha512-9K6xOqeevacvweLGik6LnZCb1fBtCOSIWQs8d096XGeqoLKC33UVMGz9+77Gw44KvbH4pKcQPWo4ZpxkXYj05w==", + "version": "11.7.0", + "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-11.7.0.tgz", + "integrity": "sha512-pRrmXMCwnmrkS3MLgAIW5dXRzeTv6GLjkjb4HmxNnvAKXN1Nfzp4KmGADBQvlVUcqi+a5D+hfGDLLnd5NnYxog==", "requires": { "@jsdevtools/ono": "^7.1.3", "@types/json-schema": "^7.0.15", @@ -2190,13 +2190,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/3-eov-operations/package.json b/examples/3-eov-operations/package.json index cd480c0b..53712156 100644 --- a/examples/3-eov-operations/package.json +++ b/examples/3-eov-operations/package.json @@ -12,7 +12,7 @@ "author": "", "license": "MIT", "dependencies": { - "express-openapi-validator": "^5.3.1", + "express-openapi-validator": "^5.3.3", "morgan": "^1.10.0" }, "devDependencies": {