diff --git a/package-lock.json b/package-lock.json index 2499a20c..039aecbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "5.2.0", "license": "MIT", "dependencies": { - "@apidevtools/json-schema-ref-parser": "^11.6.2", + "@apidevtools/json-schema-ref-parser": "^11.6.4", "@types/multer": "^1.4.11", "ajv": "^8.14.0", "ajv-draft-04": "^1.0.0", @@ -52,9 +52,10 @@ } }, "node_modules/@apidevtools/json-schema-ref-parser": { - "version": "11.6.2", - "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-11.6.2.tgz", - "integrity": "sha512-ENUdLLT04aDbbHCRwfKf8gR67AhV0CdFrOAtk+FcakBAgaq6ds3HLK9X0BCyiFUz8pK9uP+k6YZyJaGG7Mt7vQ==", + "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==", + "license": "MIT", "dependencies": { "@jsdevtools/ono": "^7.1.3", "@types/json-schema": "^7.0.15", diff --git a/package.json b/package.json index b2fb8790..35b2c33c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "author": "Carmine DiMascio ", "license": "MIT", "dependencies": { - "@apidevtools/json-schema-ref-parser": "^11.6.2", + "@apidevtools/json-schema-ref-parser": "^11.6.4", "@types/multer": "^1.4.11", "ajv": "^8.14.0", "ajv-draft-04": "^1.0.0",