From 5f2bbef8911f00ad114fd9bb62fa3aed6bb68fa0 Mon Sep 17 00:00:00 2001 From: paulatulis <47359669+paulatulis@users.noreply.github.com> Date: Wed, 9 Aug 2023 11:52:28 -0500 Subject: [PATCH] fix(package.json): bump json-schema-tree version (#232) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c979eb60..724fe01f 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "dependencies": { "@stoplight/json": "^3.20.1", - "@stoplight/json-schema-tree": "^2.2.4", + "@stoplight/json-schema-tree": "^2.2.5", "@stoplight/react-error-boundary": "^2.0.0", "@types/json-schema": "^7.0.7", "classnames": "^2.2.6", diff --git a/yarn.lock b/yarn.lock index 0944134c..7b860549 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2392,10 +2392,10 @@ json-schema-compare "^0.2.2" lodash "^4.17.4" -"@stoplight/json-schema-tree@^2.2.4": - version "2.2.4" - resolved "https://registry.yarnpkg.com/@stoplight/json-schema-tree/-/json-schema-tree-2.2.4.tgz#60e41ffc454a60225a45450bfac711ec31bd7766" - integrity sha512-UW+ubBHgh1QIGvhA3tFlDLBwWyq4vAxlln/rDwPcaSFjP9PKlJu7d19RT6WJyg247FwbSqsTTqS7n4Y7aLz63A== +"@stoplight/json-schema-tree@^2.2.5": + version "2.2.5" + resolved "https://registry.yarnpkg.com/@stoplight/json-schema-tree/-/json-schema-tree-2.2.5.tgz#a3f78f3d475b74338f6d2da7ec6733a96cb9819f" + integrity sha512-H2d5EHbWJwbu4h7Eh3R4He4SGlfA5ScucpMqylVTgPwQImvikIyrI+v6oqzpl9fFZ6SkidfTcUs3z1+IKwxWdA== dependencies: "@stoplight/json" "^3.12.0" "@stoplight/json-schema-merge-allof" "^0.7.8"