diff --git a/BitInsight/package-lock.json b/BitInsight/package-lock.json index 957c848..13ccc91 100644 --- a/BitInsight/package-lock.json +++ b/BitInsight/package-lock.json @@ -158,9 +158,9 @@ } }, "elasticsearch": { - "version": "16.5.0", - "resolved": "https://registry.npmjs.org/elasticsearch/-/elasticsearch-16.5.0.tgz", - "integrity": "sha512-9YbmU2AtM/kQdmp96EI5nu2bjxowdarV6IsKmcS+jQowJ3mhG98J1DCVOtEKuFvsnNaLyKD3aPbCAmb72+WX3w==", + "version": "16.6.0", + "resolved": "https://registry.npmjs.org/elasticsearch/-/elasticsearch-16.6.0.tgz", + "integrity": "sha512-MhsdE2JaBJoV1EGzSkCqqhNGxafXJuhPr+eD3vbXmsk/QWhaiU12oyXF0VhjcL8+UlwTHv0CAUbyjtE1wqoIdw==", "requires": { "agentkeepalive": "^3.4.1", "chalk": "^1.0.0", diff --git a/BitInsight/package.json b/BitInsight/package.json index 0bba14e..6d2a763 100644 --- a/BitInsight/package.json +++ b/BitInsight/package.json @@ -10,7 +10,7 @@ "bencode": "^2.0.1", "bittorrent-dht": "^9.0.3", "bittorrent-protocol": "^3.1.1", - "elasticsearch": "^16.5.0", + "elasticsearch": "^16.6.0", "lodash": "^4.17.15", "magnet-uri": "^5.2.4", "parse-torrent": "^7.0.1",