From 2f769bae71aa9228b4c3fe76a005887c03d18c28 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-fit-connect@fitko.de> Date: Mon, 8 Jan 2024 15:46:18 +0000 Subject: [PATCH] fix(deps): update dependency @apidevtools/json-schema-ref-parser to v11 --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index ff2f015..7f2c665 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 232bae8..db2c15d 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== -- GitLab