package.json: upgrade elasticsearch to 16.7.2

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-09-29 17:15:21 +02:00
parent 2fb0348198
commit 54c58f594f
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@
},
"homepage": "https://github.com/oncletom/hexo-algolia",
"dependencies": {
"elasticsearch": "^16.5.0",
"elasticsearch": "^16.7.2",
"jquery": "3.5.0",
"jquery-marcopolo": "git+https://github.com/jstayton/jquery-marcopolo.git#v1.8.1",
"jquery-ui-dist": "^1.12.1",

View File

@ -221,10 +221,10 @@ doctrine@^2.1.0:
dependencies:
esutils "^2.0.2"
elasticsearch@^16.5.0:
version "16.7.1"
resolved "https://registry.yarnpkg.com/elasticsearch/-/elasticsearch-16.7.1.tgz#925f263cd1c1e9ff76bd244cb769b93e15aca1db"
integrity sha512-PL/BxB03VGbbghJwISYvVcrR9KbSSkuQ7OM//jHJg/End/uC2fvXg4QI7RXLvCGbhBuNQ8dPue7DOOPra73PCw==
elasticsearch@^16.7.2:
version "16.7.2"
resolved "https://registry.yarnpkg.com/elasticsearch/-/elasticsearch-16.7.2.tgz#53ebf4563f97e43acade5d79d895d813bdc9f949"
integrity sha512-1ZLKZlG2ABfYVBX2d7/JgxOsKJrM5Yu62GvshWu7ZSvhxPomCN4Gas90DS51yYI56JolY0XGhyiRlUhLhIL05Q==
dependencies:
agentkeepalive "^3.4.1"
chalk "^1.0.0"