Skip to content

Commit

Permalink
chore(deps): bump @elastic/elasticsearch from 7.13.0 to 8.1.0
Browse files Browse the repository at this point in the history
Bumps [@elastic/elasticsearch](https://github.com/elastic/elasticsearch-js) from 7.13.0 to 8.1.0.
- [Release notes](https://github.com/elastic/elasticsearch-js/releases)
- [Changelog](https://github.com/elastic/elasticsearch-js/blob/main/docs/changelog.asciidoc)
- [Commits](elastic/elasticsearch-js@v7.13.0...v8.1.0)

---
updated-dependencies:
- dependency-name: "@elastic/elasticsearch"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 30, 2022
1 parent d8dd909 commit 0bc71cd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
2 changes: 1 addition & 1 deletion plugins/search-backend-module-elasticsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@backstage/config": "^1.0.0",
"@backstage/plugin-search-backend-node": "^0.5.3-next.0",
"@backstage/plugin-search-common": "^0.3.3-next.1",
"@elastic/elasticsearch": "7.13.0",
"@elastic/elasticsearch": "8.1.0",
"@acuris/aws-es-connection": "^2.2.0",
"aws-sdk": "^2.948.0",
"elastic-builder": "^2.16.0",
Expand Down
29 changes: 22 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2144,15 +2144,25 @@
find-my-way "^4.3.3"
into-stream "^6.0.0"

"@elastic/elasticsearch@7.13.0":
version "7.13.0"
resolved "https://registry.npmjs.org/@elastic/elasticsearch/-/elasticsearch-7.13.0.tgz#6dcf511dfa91187e22c81e54f41f4bd0fd96b4d6"
integrity sha512-WgwLWo2p9P2tdqzBGX9fHeG8p5IOTXprXNTECQG2mJ7z9n93N5AFBJpEw4d35tWWeCWi9jI13A2wzQZH7XZ/xw==
"@elastic/elasticsearch@8.1.0":
version "8.1.0"
resolved "https://registry.npmjs.org/@elastic/elasticsearch/-/elasticsearch-8.1.0.tgz#b84cd418e5bef4c13263c267866fa7ea742844b8"
integrity sha512-IiZ6u77C7oYYbUkx/YFgEJk6ZtP+QDI97VaUWiYD14xIdn/w9WJtmx/Y1sN8ov0nZzrWbqScB2Z7Pb8oxo7vqw==
dependencies:
debug "^4.3.1"
hpagent "^0.1.1"
"@elastic/transport" "^8.0.2"
tslib "^2.3.0"

"@elastic/transport@^8.0.2":
version "8.0.2"
resolved "https://registry.npmjs.org/@elastic/transport/-/transport-8.0.2.tgz#715f06c7739516867508108df30c33973ca8e81c"
integrity sha512-OlDz3WO3pKE9vSxW4wV/mn7rYCtBmSsDwxr64h/S1Uc/zrIBXb0iUsRMSkiybXugXhjwyjqG2n1Wc7jjFxrskQ==
dependencies:
debug "^4.3.2"
hpagent "^0.1.2"
ms "^2.1.3"
secure-json-parse "^2.4.0"
tslib "^2.3.0"
undici "^4.14.1"

"@emotion/hash@^0.8.0":
version "0.8.0"
Expand Down Expand Up @@ -13962,7 +13972,7 @@ hpack.js@^2.1.6:
readable-stream "^2.0.1"
wbuf "^1.1.0"

hpagent@^0.1.1:
hpagent@^0.1.2:
version "0.1.2"
resolved "https://registry.npmjs.org/hpagent/-/hpagent-0.1.2.tgz#cab39c66d4df2d4377dbd212295d878deb9bdaa9"
integrity sha512-ePqFXHtSQWAFXYmj+JtOTHr84iNrII4/QRlAAPPE+zqnKy4xJo7Ie1Y4kC7AdB+LxLxSTTzBMASsEcy0q8YyvQ==
Expand Down Expand Up @@ -24425,6 +24435,11 @@ underscore@^1.12.1, underscore@^1.9.1:
resolved "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz#0c1c6bd2df54b6b69f2314066d65b6cde6fcf9d1"
integrity sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==

undici@^4.14.1:
version "4.16.0"
resolved "https://registry.npmjs.org/undici/-/undici-4.16.0.tgz#469bb87b3b918818d3d7843d91a1d08da357d5ff"
integrity sha512-tkZSECUYi+/T1i4u+4+lwZmQgLXd4BLGlrc7KZPcLIW7Jpq99+Xpc30ONv7nS6F5UNOxp/HBZSSL9MafUrvJbw==

undici@^4.9.3:
version "4.11.0"
resolved "https://registry.npmjs.org/undici/-/undici-4.11.0.tgz#41fb4f944704d77e1c9fb472d40d2dbece64ccf2"
Expand Down

0 comments on commit 0bc71cd

Please sign in to comment.