From f76bb911226427c8fa20caa27c807caa1425f6e8 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 30 Jan 2024 21:10:17 +0100 Subject: [PATCH] Updated `@elastic/elasticsearch` to latest version refs https://github.com/TryGhost/Toolbox/issues/501 - at this point, we have no real reason to keep this behind as it wasn't proven what the cause of the high CPU was, and it's just causing more lockfile issues with the resolution --- ghost/core/package.json | 1 - package.json | 1 - yarn.lock | 12 ++++++------ 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/ghost/core/package.json b/ghost/core/package.json index b53b60271c..9005727b37 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -259,7 +259,6 @@ "toml": "3.0.0" }, "resolutions": { - "@elastic/elasticsearch": "8.5.0", "@tryghost/errors": "1.2.26", "@tryghost/logging": "2.4.8", "moment": "2.24.0", diff --git a/package.json b/package.json index 027d0569ad..7fffaaa881 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,6 @@ "prepare": "husky install .github/hooks" }, "resolutions": { - "@elastic/elasticsearch": "8.5.0", "@tryghost/errors": "1.2.26", "@tryghost/logging": "2.4.8", "moment": "2.24.0", diff --git a/yarn.lock b/yarn.lock index 64a5d8e33e..a4a9107e77 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2234,15 +2234,15 @@ resolved "https://registry.yarnpkg.com/@ebay/nice-modal-react/-/nice-modal-react-1.2.13.tgz#7e8229fe3a48a11f27cd7f5e21190d82d6f609ce" integrity sha512-jx8xIWe/Up4tpNuM02M+rbnLoxdngTGk3Y8LjJsLGXXcSoKd/+eZStZcAlIO/jwxyz/bhPZnpqPJZWAmhOofuA== -"@elastic/elasticsearch@8.10.0", "@elastic/elasticsearch@8.5.0": - version "8.5.0" - resolved "https://registry.npmjs.org/@elastic/elasticsearch/-/elasticsearch-8.5.0.tgz#407aee0950a082ee76735a567f2571cf4301d4ea" - integrity sha512-iOgr/3zQi84WmPhAplnK2W13R89VXD2oc6WhlQmH3bARQwmI+De23ZJKBEn7bvuG/AHMAqasPXX7uJIiJa2MqQ== +"@elastic/elasticsearch@8.10.0": + version "8.10.0" + resolved "https://registry.npmjs.org/@elastic/elasticsearch/-/elasticsearch-8.10.0.tgz#48842b3358b8ea4d37d75cff29fdd37fdf0b2996" + integrity sha512-RIEyqz0D18bz/dK+wJltaak+7wKaxDELxuiwOJhuMrvbrBsYDFnEoTdP/TZ0YszHBgnRPGqBDBgH/FHNgHObiQ== dependencies: - "@elastic/transport" "^8.2.0" + "@elastic/transport" "^8.3.4" tslib "^2.4.0" -"@elastic/transport@^8.2.0": +"@elastic/transport@^8.3.4": version "8.4.0" resolved "https://registry.npmjs.org/@elastic/transport/-/transport-8.4.0.tgz#e1ec05f7a2857162c161e2c97008f9b21301a673" integrity sha512-Yb3fDa7yGD0ca3uMbL64M3vM1cE5h5uHmBcTjkdB4VpCasRNKSd09iDpwqX8zX1tbBtxcaKYLceKthWvPeIxTw==