mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
Upgrade @elastic/node-crypto 1.2.1 → 1.2.3 (#197629)
## Summary Upgrades `@elastic/node-crypto` from v1.2.1 to v1.2.3, upgrades `@elastic/request-crypto` from v2.0.2 to v2.0.3
This commit is contained in:
parent
81b63c60eb
commit
7732b8d91d
2 changed files with 11 additions and 16 deletions
|
@ -120,12 +120,12 @@
|
|||
"@elastic/ems-client": "8.5.3",
|
||||
"@elastic/eui": "97.2.0",
|
||||
"@elastic/filesaver": "1.1.2",
|
||||
"@elastic/node-crypto": "1.2.1",
|
||||
"@elastic/node-crypto": "^1.2.3",
|
||||
"@elastic/numeral": "^2.5.1",
|
||||
"@elastic/react-search-ui": "^1.20.2",
|
||||
"@elastic/react-search-ui-views": "^1.20.2",
|
||||
"@elastic/request-converter": "^8.15.4",
|
||||
"@elastic/request-crypto": "2.0.2",
|
||||
"@elastic/request-crypto": "^2.0.3",
|
||||
"@elastic/search-ui": "^1.20.2",
|
||||
"@elastic/search-ui-app-search-connector": "^1.20.2",
|
||||
"@elastic/search-ui-engines-connector": "^1.20.2",
|
||||
|
|
23
yarn.lock
23
yarn.lock
|
@ -1805,15 +1805,10 @@
|
|||
progress "^1.1.8"
|
||||
through2 "^2.0.0"
|
||||
|
||||
"@elastic/node-crypto@1.1.1":
|
||||
version "1.1.1"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/node-crypto/-/node-crypto-1.1.1.tgz#619b70322c9cce4a7ee5fbf8f678b1baa7f06095"
|
||||
integrity sha512-F6tIk8Txdqjg8Siv60iAvXzO9ZdQI87K3sS/fh5xd2XaWK+T5ZfqeTvsT7srwG6fr6uCBfuQEJV1KBBl+JpLZA==
|
||||
|
||||
"@elastic/node-crypto@1.2.1":
|
||||
version "1.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/node-crypto/-/node-crypto-1.2.1.tgz#dfd9218f9b5729fa519762e6a6968aaf61b86eb0"
|
||||
integrity sha512-RlZg+poLA2SwZZUM5RMJDJiKojlSB1mJkumIvLgXvvTCcCliC6rM0lUaNecV9pbQLIHrGlX2BrbwiuPWhv0czQ==
|
||||
"@elastic/node-crypto@^1.2.3":
|
||||
version "1.2.3"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/node-crypto/-/node-crypto-1.2.3.tgz#7ebd71964ea09cf085c713c1a6edfc2dfac08b29"
|
||||
integrity sha512-S9L6jb0rx7M8WJd6m4EzgRJp/U7Wb1bq2x9GDh7DRcCD6MoNN1/wyYoPGxPrF3XgOsixmO1tcy70qUyw1b+OkA==
|
||||
|
||||
"@elastic/numeral@^2.5.1":
|
||||
version "2.5.1"
|
||||
|
@ -1849,12 +1844,12 @@
|
|||
handlebars "^4.7.8"
|
||||
prettier "^2.8.8"
|
||||
|
||||
"@elastic/request-crypto@2.0.2":
|
||||
version "2.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/request-crypto/-/request-crypto-2.0.2.tgz#4e5216783be82371012857a76da75195828d3f45"
|
||||
integrity sha512-DdTMs4ZZKo9Hl6XNHmR8eOuooImpvQp/+4Wzkzw1VdSR+bBsDa8TT6UrIuCgl5n6WI/WujjTneLTKmtSYm+HpA==
|
||||
"@elastic/request-crypto@^2.0.3":
|
||||
version "2.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/request-crypto/-/request-crypto-2.0.3.tgz#7fc070be900503473c6f7c6787df23d789e18169"
|
||||
integrity sha512-B874XQbnhWRCabDM4Si9haiUnUHvfcZdtfjKsCQ89uQCvudtaaiKzyK8e+k7bPiiGRflxoPqgSBXnS4n/E9Trw==
|
||||
dependencies:
|
||||
"@elastic/node-crypto" "1.1.1"
|
||||
"@elastic/node-crypto" "^1.2.3"
|
||||
"@types/node-jose" "1.1.10"
|
||||
node-jose "2.2.0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue