From 1f55a1f8fff238d1e79e439d018895e7dad6155c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Fern=C3=A1ndez=20Haro?= Date: Fri, 25 Jul 2025 11:41:15 +0200 Subject: [PATCH] Upgrade @apidevtools/json-schema-ref-parser (#229184) (cherry picked from commit bba9fe5c1e8067f4a6f7b2440bc0f72273609e12) --- package.json | 2 +- yarn.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1c3f896731a4a..01a6a38320095 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "pkce-challenge": "3.1.0" }, "dependencies": { - "@apidevtools/json-schema-ref-parser": "^11.9.1", + "@apidevtools/json-schema-ref-parser": "^14.1.1", "@appland/sql-parser": "^1.5.1", "@arizeai/openinference-semantic-conventions": "^1.1.0", "@aws-crypto/sha256-js": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index 0f680fbd2640f..013aea1aa08be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -83,7 +83,7 @@ "@types/json-schema" "^7.0.15" js-yaml "^4.1.0" -"@apidevtools/json-schema-ref-parser@^11.5.5", "@apidevtools/json-schema-ref-parser@^11.9.1": +"@apidevtools/json-schema-ref-parser@^11.5.5": version "11.9.3" resolved "https://registry.yarnpkg.com/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-11.9.3.tgz#0e0c9061fc41cf03737d499a4e6a8299fdd2bfa7" integrity sha512-60vepv88RwcJtSHrD6MjIL6Ta3SOYbgfnkHb+ppAVK+o9mXprRtulx7VlRl3lN3bbvysAfCS7WMVfhUYemB0IQ== @@ -92,6 +92,14 @@ "@types/json-schema" "^7.0.15" js-yaml "^4.1.0" +"@apidevtools/json-schema-ref-parser@^14.1.1": + version "14.1.1" + resolved "https://registry.yarnpkg.com/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-14.1.1.tgz#0bae59809b7848c7a89dc6bb2f3bb980b7c290b1" + integrity sha512-uGF1YGOzzD50L7HLNWclXmsEhQflw8/zZHIz0/AzkJrKL5r9PceUipZxR/cp/8veTk4TVfdDJLyIwXLjaP5ePg== + dependencies: + "@types/json-schema" "^7.0.15" + js-yaml "^4.1.0" + "@apidevtools/json-schema-ref-parser@^9.0.6": version "9.0.9" resolved "https://registry.yarnpkg.com/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-9.0.9.tgz#d720f9256e3609621280584f2b47ae165359268b"