From 54c58f594ffb605070db0cfd27cb7f4d5c539dad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 29 Sep 2021 17:15:21 +0200 Subject: [PATCH] package.json: upgrade elasticsearch to 16.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 12b0b4a..cd41785 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 840260e..8a90dd1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"