From 757d3008720e9900b5eb27cf3514cee384c28cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ro=C5=BCek?= Date: Tue, 6 Oct 2020 20:27:55 +0300 Subject: [PATCH] feat(deps): update @stoplight/json-schema-merge-allof --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1650b186..cf3538c7 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@stoplight/json": "^3.5.1", - "@stoplight/json-schema-merge-allof": "^0.7.1", + "@stoplight/json-schema-merge-allof": "^0.7.2", "@stoplight/react-error-boundary": "^1.0.0", "@stoplight/tree-list": "^5.0.3", "classnames": "^2.2.6", diff --git a/yarn.lock b/yarn.lock index 15505c98..55add33a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1543,10 +1543,10 @@ lodash "^4.17.4" read-pkg-up "^7.0.0" -"@stoplight/json-schema-merge-allof@^0.7.1": - version "0.7.1" - resolved "https://registry.yarnpkg.com/@stoplight/json-schema-merge-allof/-/json-schema-merge-allof-0.7.1.tgz#7a2c99da9448c5b6b5cbd9afd9f1fb4957d5cbeb" - integrity sha512-S+pemVEAhqZPb88WstIbRg8yCMoYr6/+MjPS3/ngXPZ/y+hgG/ax26lTr0E8gmFc9kByIIixjF18ZqmC0DlGHg== +"@stoplight/json-schema-merge-allof@^0.7.2": + version "0.7.2" + resolved "https://registry.yarnpkg.com/@stoplight/json-schema-merge-allof/-/json-schema-merge-allof-0.7.2.tgz#a9f4d95b4a95e943afa567c695a1d4a2add9b74a" + integrity sha512-fVS5GqYBlxZfX1fA9+ULiny8VaCR3O62p3BHYd7+30rf378pVW6UPPydeB5AXs5U621LJKYdrGyndpOdTJ5dFA== dependencies: compute-lcm "^1.1.0" json-schema-compare "^0.2.2"