fix: fix resolving issue by upgrading to json-schema-ref-parser@5.1.1

closes #541
This commit is contained in:
Roman Hotsiy 2018-07-25 13:10:28 +03:00
parent 64fb09cfd4
commit 0045958d3b
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 4 additions and 4 deletions

View File

@ -131,7 +131,7 @@
"dompurify": "^1.0.6",
"eventemitter3": "^3.0.0",
"json-pointer": "^0.6.0",
"json-schema-ref-parser": "^5.1.0",
"json-schema-ref-parser": "^5.1.1",
"lunr": "^2.3.0",
"mark.js": "^8.11.1",
"marked": "0.3.18",

View File

@ -5169,9 +5169,9 @@ json-pointer@^0.6.0:
dependencies:
foreach "^2.0.4"
json-schema-ref-parser@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/json-schema-ref-parser/-/json-schema-ref-parser-5.1.0.tgz#640ce23f4a972068f7e12218c491f3c13efdd060"
json-schema-ref-parser@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/json-schema-ref-parser/-/json-schema-ref-parser-5.1.1.tgz#adfc84bbcd3ec41536ec9df5364734884afcf1c1"
dependencies:
call-me-maybe "^1.0.1"
debug "^3.1.0"