diff --git a/package.json b/package.json index ff2f015a2c4fea5cccbac98f67fa86c3660c06d4..7f2c665c629706f24fa7610d12e7d4ed408b8e78 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "test_higher_version": "! ajv validate --errors=text --verbose --all-errors -d examples_fail/**/*.json --spec=draft2020 -c ajv-formats -s dist/set-payload.schema.json" }, "dependencies": { - "@apidevtools/json-schema-ref-parser": "10.1.0", + "@apidevtools/json-schema-ref-parser": "11.1.0", "ajv-cli": "5.0.0", "ajv-formats": "2.1.1" }, diff --git a/yarn.lock b/yarn.lock index 232bae84fad1c411428ceb6f9673ba38efead710..db2c15de248017da046ce692b8576c2ae80c92fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,13 +2,13 @@ # yarn lockfile v1 -"@apidevtools/json-schema-ref-parser@10.1.0": - version "10.1.0" - resolved "https://registry.yarnpkg.com/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-10.1.0.tgz#bf54494039a56fa7f77fed17dc6f01dfde50f64c" - integrity sha512-3e+viyMuXdrcK8v5pvP+SDoAQ77FH6OyRmuK48SZKmdHJRFm87RsSs8qm6kP39a/pOPURByJw+OXzQIqcfmKtA== +"@apidevtools/json-schema-ref-parser@11.1.0": + version "11.1.0" + resolved "https://registry.yarnpkg.com/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-11.1.0.tgz#0608ed1ba47c377c6732e7185f2ea06731b58fde" + integrity sha512-g/VW9ZQEFJAOwAyUb8JFf7MLiLy2uEB4rU270rGzDwICxnxMlPy0O11KVePSgS36K1NI29gSlK84n5INGhd4Ag== dependencies: "@jsdevtools/ono" "^7.1.3" - "@types/json-schema" "^7.0.11" + "@types/json-schema" "^7.0.13" "@types/lodash.clonedeep" "^4.5.7" js-yaml "^4.1.0" lodash.clonedeep "^4.5.0" @@ -18,7 +18,7 @@ resolved "https://registry.yarnpkg.com/@jsdevtools/ono/-/ono-7.1.3.tgz#9df03bbd7c696a5c58885c34aa06da41c8543796" integrity sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg== -"@types/json-schema@^7.0.11": +"@types/json-schema@^7.0.13": version "7.0.15" resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==