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
This commit is contained in:
parent
3f7e087bc4
commit
f76bb91122
@ -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",
|
||||
|
@ -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",
|
||||
|
12
yarn.lock
12
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==
|
||||
|
Loading…
Reference in New Issue
Block a user