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",