diff --git a/package-lock.json b/package-lock.json index 31bb2e47..2c1e3093 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "5.6.0", "license": "MIT", "dependencies": { - "@apidevtools/json-schema-ref-parser": "^14.1.0", + "@apidevtools/json-schema-ref-parser": "^14.2.0", "@types/multer": "^1.4.13", "ajv": "^8.17.1", "ajv-draft-04": "^1.0.0", @@ -66,12 +66,11 @@ } }, "node_modules/@apidevtools/json-schema-ref-parser": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-14.1.0.tgz", - "integrity": "sha512-WFWymchOWHvk7wHLg0poBrpzbMyLBlc07XWKHsscAGYTT2r1KTslk5fA2ziFxmSc5q/JsREEPLCzkD2SI/nwfg==", + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-14.2.0.tgz", + "integrity": "sha512-NaGMMWwppbByagq+LwQMq6PMXHFWVu6kSwwx+eJfYTJ5zdpOvb9TIk6ZWxEEeXMUvGdVOZq3JalYsjsTZDvtkA==", "license": "MIT", "dependencies": { - "@types/json-schema": "^7.0.15", "js-yaml": "^4.1.0" }, "engines": { @@ -79,6 +78,9 @@ }, "funding": { "url": "https://github.com/sponsors/philsturgeon" + }, + "peerDependencies": { + "@types/json-schema": "^7.0.15" } }, "node_modules/@apidevtools/json-schema-ref-parser/node_modules/argparse": { @@ -999,7 +1001,8 @@ "node_modules/@types/json-schema": { "version": "7.0.15", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", - "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "peer": true }, "node_modules/@types/methods": { "version": "1.1.4", diff --git a/package.json b/package.json index e4cf0ce0..ca8c84fc 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "author": "Carmine DiMascio ", "license": "MIT", "dependencies": { - "@apidevtools/json-schema-ref-parser": "^14.1.0", + "@apidevtools/json-schema-ref-parser": "^14.2.0", "@types/multer": "^1.4.13", "ajv": "^8.17.1", "ajv-draft-04": "^1.0.0",