From b65453707cf9a2fd9be1f470f8ff5712ad45536b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Oct 2021 18:47:25 +0000 Subject: [PATCH] fix: upgrade @elastic/elasticsearch from 7.13.0 to 7.15.0 Snyk has created this PR to upgrade @elastic/elasticsearch from 7.13.0 to 7.15.0. See this package in npm: https://www.npmjs.com/package/@elastic/elasticsearch See this project in Snyk: https://app.snyk.io/org/jswheeler/project/a29f069b-a4c6-4ab0-84c3-7c6410f4d6b9?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 25baf97..923e263 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,9 +41,9 @@ } }, "@elastic/elasticsearch": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/@elastic/elasticsearch/-/elasticsearch-7.13.0.tgz", - "integrity": "sha512-WgwLWo2p9P2tdqzBGX9fHeG8p5IOTXprXNTECQG2mJ7z9n93N5AFBJpEw4d35tWWeCWi9jI13A2wzQZH7XZ/xw==", + "version": "7.15.0", + "resolved": "https://registry.npmjs.org/@elastic/elasticsearch/-/elasticsearch-7.15.0.tgz", + "integrity": "sha512-FUKvjV2IKtIiWsvBy7D+wLbSEONsmNR15RRN7P/Sb30g4ObZRHH2qGOP5PPnzxdntEkzZ8HzY7nKKXFS+3Du1g==", "requires": { "debug": "^4.3.1", "hpagent": "^0.1.1", diff --git a/package.json b/package.json index 1e662fd..958f434 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "url": "" }, "dependencies": { - "@elastic/elasticsearch": "^7.9.1", + "@elastic/elasticsearch": "^7.15.0", "@hapi/joi": "^16.1.8", "@topcoder-platform/topcoder-bus-api-wrapper": "github:topcoder-platform/tc-bus-api-wrapper", "body-parser": "^1.19.0",