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:
Jeramy Soucy 2024-10-25 13:32:04 +02:00 committed by GitHub
parent 81b63c60eb
commit 7732b8d91d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 16 deletions

View file

@ -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",

View file

@ -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"