From 849f4ffe2cb56d563293096d93b37060b0d87501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 06:55:18 +0000 Subject: [PATCH 1/2] Bump elasticsearch from 16.7.1 to 16.7.2 Bumps [elasticsearch](https://github.com/elastic/elasticsearch-js-legacy) from 16.7.1 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[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 16593a2942..802206274f 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "@turf/turf": "5.1.6", "canvg": "3.0.7", "echarts": "4.9.0", - "elasticsearch": "16.7.1", + "elasticsearch": "16.7.2", "fetch-ie8": "1.5.0", "fetch-jsonp": "1.1.3", "jsonsql": "0.2.5", From ddc4c24b99c07a7946985175172be6404a568174 Mon Sep 17 00:00:00 2001 From: songyumeng Date: Tue, 2 Feb 2021 10:50:11 +0800 Subject: [PATCH 2/2] Update package.json --- src/common/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/package.json b/src/common/package.json index 679502fabe..d49b5804bb 100644 --- a/src/common/package.json +++ b/src/common/package.json @@ -13,7 +13,7 @@ "author": "SuperMap", "license": "Apache-2.0", "dependencies": { - "elasticsearch": "16.7.1", + "elasticsearch": "16.7.2", "fetch-ie8": "1.5.0", "fetch-jsonp": "1.1.3", "promise-polyfill": "8.2.0",