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"