fix: pin lunr version in ReDoc

fixes #844
This commit is contained in:
Roman Hotsiy 2019-03-14 08:19:03 +02:00
parent f31cf3534c
commit 178ff4c365
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@
"eventemitter3": "^3.0.0", "eventemitter3": "^3.0.0",
"json-pointer": "^0.6.0", "json-pointer": "^0.6.0",
"json-schema-ref-parser": "^6.1.0", "json-schema-ref-parser": "^6.1.0",
"lunr": "^2.3.6", "lunr": "2.3.6",
"mark.js": "^8.11.1", "mark.js": "^8.11.1",
"marked": "^0.6.1", "marked": "^0.6.1",
"memoize-one": "^5.0.0", "memoize-one": "^5.0.0",

View File

@ -6202,7 +6202,7 @@ lru-cache@^5.1.1:
dependencies: dependencies:
yallist "^3.0.2" yallist "^3.0.2"
lunr@^2.3.6: lunr@2.3.6:
version "2.3.6" version "2.3.6"
resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.6.tgz#f278beee7ffd56ad86e6e478ce02ab2b98c78dd5" resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.6.tgz#f278beee7ffd56ad86e6e478ce02ab2b98c78dd5"
integrity sha512-swStvEyDqQ85MGpABCMBclZcLI/pBIlu8FFDtmX197+oEgKloJ67QnB+Tidh0340HmLMs39c4GrkPY3cmkXp6Q== integrity sha512-swStvEyDqQ85MGpABCMBclZcLI/pBIlu8FFDtmX197+oEgKloJ67QnB+Tidh0340HmLMs39c4GrkPY3cmkXp6Q==