diff --git a/package.json b/package.json index 6bf1c77c..c979eb60 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "dependencies": { "@stoplight/json": "^3.20.1", - "@stoplight/json-schema-tree": "^2.2.2", + "@stoplight/json-schema-tree": "^2.2.4", "@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 c42f71ae..0944134c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2383,22 +2383,22 @@ dependencies: eslint-config-prettier "^8.3.0" -"@stoplight/json-schema-merge-allof@^0.7.7": - version "0.7.7" - resolved "https://registry.yarnpkg.com/@stoplight/json-schema-merge-allof/-/json-schema-merge-allof-0.7.7.tgz#d79ca8729aa5d6420e40cc545b1854b518b9240f" - integrity sha512-3QrZ+2hhTvsPAjl8HD9rQI3MPHSCl/kCf0rEkKM4YjLumDsfX1TSrhESDIt4lSzpSdNyT2oXSJx0ADVGE2gTyA== +"@stoplight/json-schema-merge-allof@^0.7.8": + version "0.7.8" + resolved "https://registry.yarnpkg.com/@stoplight/json-schema-merge-allof/-/json-schema-merge-allof-0.7.8.tgz#7efe5e0086dff433eb011f617e82f7295c3de061" + integrity sha512-JTDt6GYpCWQSb7+UW1P91IAp/pcLWis0mmEzWVFcLsrNgtUYK7JLtYYz0ZPSR4QVL0fJ0YQejM+MPq5iNDFO4g== dependencies: compute-lcm "^1.1.0" json-schema-compare "^0.2.2" lodash "^4.17.4" -"@stoplight/json-schema-tree@^2.2.2": - version "2.2.2" - resolved "https://registry.yarnpkg.com/@stoplight/json-schema-tree/-/json-schema-tree-2.2.2.tgz#48339973d72ec818efea11c450bf033cd0d78d91" - integrity sha512-p4hRzEgTMZQRrbP1CWAZDo68zXTOsr40IxITNizKPeMPt1jsB0lvHlLinx0tSTKp2XPnaoRXH7cMsdClGD7JDQ== +"@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== dependencies: "@stoplight/json" "^3.12.0" - "@stoplight/json-schema-merge-allof" "^0.7.7" + "@stoplight/json-schema-merge-allof" "^0.7.8" "@stoplight/lifecycle" "^2.3.2" "@types/json-schema" "^7.0.7" magic-error "0.0.1"