From 96f01fdbc05f1071da056daa2f8f17ce68daf376 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 24 Jun 2021 21:14:06 +0000 Subject: [PATCH] Bump elasticsearch from 15.5.0 to 16.7.2 Bumps [elasticsearch](https://github.com/elastic/elasticsearch-js-legacy) from 15.5.0 to 16.7.2. - [Release notes](https://github.com/elastic/elasticsearch-js-legacy/releases) - [Changelog](https://github.com/elastic/elasticsearch-js-legacy/blob/16.x/docs/changelog.asciidoc) - [Commits](https://github.com/elastic/elasticsearch-js-legacy/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8cc627b..b257d25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "dotenv": "^10.0.0", - "elasticsearch": "15.5.0", + "elasticsearch": "16.7.2", "node-jose": "^2.0.0", "pg": "^8.3.3", "uuid": "2.0.3" @@ -1708,9 +1708,9 @@ } }, "node_modules/elasticsearch": { - "version": "15.5.0", - "resolved": "https://registry.npmjs.org/elasticsearch/-/elasticsearch-15.5.0.tgz", - "integrity": "sha512-ZGKKaDkOFAap61ObBNkAxhYXCcAbRfkI4NVoSeLGnTD6/cItvY2j9LII/VV8/zclGe1x5m6DsVp47E4ze4aAeQ==", + "version": "16.7.2", + "resolved": "https://registry.npmjs.org/elasticsearch/-/elasticsearch-16.7.2.tgz", + "integrity": "sha512-1ZLKZlG2ABfYVBX2d7/JgxOsKJrM5Yu62GvshWu7ZSvhxPomCN4Gas90DS51yYI56JolY0XGhyiRlUhLhIL05Q==", "dependencies": { "agentkeepalive": "^3.4.1", "chalk": "^1.0.0", @@ -7925,9 +7925,9 @@ } }, "elasticsearch": { - "version": "15.5.0", - "resolved": "https://registry.npmjs.org/elasticsearch/-/elasticsearch-15.5.0.tgz", - "integrity": "sha512-ZGKKaDkOFAap61ObBNkAxhYXCcAbRfkI4NVoSeLGnTD6/cItvY2j9LII/VV8/zclGe1x5m6DsVp47E4ze4aAeQ==", + "version": "16.7.2", + "resolved": "https://registry.npmjs.org/elasticsearch/-/elasticsearch-16.7.2.tgz", + "integrity": "sha512-1ZLKZlG2ABfYVBX2d7/JgxOsKJrM5Yu62GvshWu7ZSvhxPomCN4Gas90DS51yYI56JolY0XGhyiRlUhLhIL05Q==", "requires": { "agentkeepalive": "^3.4.1", "chalk": "^1.0.0", diff --git a/package.json b/package.json index e3e6c25..fc54ee1 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "license": "Apache-2.0", "dependencies": { "dotenv": "^10.0.0", - "elasticsearch": "15.5.0", + "elasticsearch": "16.7.2", "node-jose": "^2.0.0", "pg": "^8.3.3", "uuid": "2.0.3"