diff --git a/package.json b/package.json index b543a645..bf31fcd1 100644 --- a/package.json +++ b/package.json @@ -1324,7 +1324,7 @@ "adm-zip": "^0.5.17", "bytes": "^3.1.2", "jose": "^6.2.3", - "json-schema-library": "^11.4.1", + "json-schema-library": "^11.5.0", "ws": "^8.21.0", "yocto-queue": "^1.2.2" }, diff --git a/yarn.lock b/yarn.lock index aa3771fa..afcc6093 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1895,10 +1895,10 @@ json-parse-better-errors@^1.0.1: resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== -json-schema-library@^11.4.1: - version "11.4.1" - resolved "https://registry.yarnpkg.com/json-schema-library/-/json-schema-library-11.4.1.tgz#424d166d6762198ea236416fb93ef653b7e47c75" - integrity sha512-5jG4IFDAsSx8e+c72bGHTH4oQf8ktpdt4Q/m3GVln+l6yIy4PpYZpoA/GAdL+/i/JzagMwm47qGobF6jAxqyEg== +json-schema-library@^11.5.0: + version "11.5.0" + resolved "https://registry.yarnpkg.com/json-schema-library/-/json-schema-library-11.5.0.tgz#31bd27e1e344c9bef74a9a1bc7c927520b47bff7" + integrity sha512-KA3hMbhgrpqUfeyR/VUWFKgKSVr+lA6YuNTW3RH73iCUJPMLCmy2uMTedZC/qNnE1LC9mfKeio8qg3NWJqPyyg== dependencies: "@hyperjump/json-schema-formats" "^1.0.1" "@sagold/json-pointer" "^7.2.1"