mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Update @smithy to v4
This commit is contained in:
parent
902820e728
commit
2c3dada437
2 changed files with 105 additions and 7 deletions
|
@ -1039,14 +1039,14 @@
|
|||
"@paralleldrive/cuid2": "^2.2.2",
|
||||
"@reduxjs/toolkit": "1.9.7",
|
||||
"@slack/webhook": "^7.0.1",
|
||||
"@smithy/eventstream-codec": "^3.1.10",
|
||||
"@smithy/eventstream-codec": "^4.0.0",
|
||||
"@smithy/eventstream-serde-node": "^3.0.12",
|
||||
"@smithy/middleware-stack": "^3.0.11",
|
||||
"@smithy/node-http-handler": "^3.3.3",
|
||||
"@smithy/middleware-stack": "^4.0.0",
|
||||
"@smithy/node-http-handler": "^4.0.0",
|
||||
"@smithy/protocol-http": "^4.1.7",
|
||||
"@smithy/signature-v4": "^4.2.3",
|
||||
"@smithy/types": "^3.7.1",
|
||||
"@smithy/util-utf8": "^3.0.0",
|
||||
"@smithy/util-utf8": "^4.0.0",
|
||||
"@tanstack/react-query": "^4.29.12",
|
||||
"@tanstack/react-query-devtools": "^4.29.12",
|
||||
"@turf/along": "6.0.1",
|
||||
|
|
104
yarn.lock
104
yarn.lock
|
@ -9487,6 +9487,14 @@
|
|||
"@smithy/types" "^3.7.2"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/abort-controller@^4.0.1":
|
||||
version "4.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-4.0.1.tgz#7c5e73690c4105ad264c2896bd1ea822450c3819"
|
||||
integrity sha512-fiUIYgIgRjMWznk6iLJz35K2YxSLHzLBA/RC6lBrKfQ8fHbPfvk7Pk9UvpKoHgJjI18MnbPuEju53zcVy6KF1g==
|
||||
dependencies:
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/config-resolver@^3.0.10":
|
||||
version "3.0.10"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-3.0.10.tgz#d9529d9893e5fae1f14cb1ffd55517feb6d7e50f"
|
||||
|
@ -9523,7 +9531,7 @@
|
|||
"@smithy/url-parser" "^3.0.8"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/eventstream-codec@^3.1.10", "@smithy/eventstream-codec@^3.1.9":
|
||||
"@smithy/eventstream-codec@^3.1.9":
|
||||
version "3.1.10"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-3.1.10.tgz#0c1a3457e7a23b71cd71525ceb668f8569a84dad"
|
||||
integrity sha512-323B8YckSbUH0nMIpXn7HZsAVKHYHFUODa8gG9cHo0ySvA1fr5iWaNT+iIL0UCqUzG6QPHA3BSsBtRQou4mMqQ==
|
||||
|
@ -9533,6 +9541,16 @@
|
|||
"@smithy/util-hex-encoding" "^3.0.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/eventstream-codec@^4.0.0":
|
||||
version "4.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-4.0.1.tgz#8e0beae84013eb3b497dd189470a44bac4411bae"
|
||||
integrity sha512-Q2bCAAR6zXNVtJgifsU16ZjKGqdw/DyecKNgIgi7dlqw04fqDu0mnq+JmGphqheypVc64CYq3azSuCpAdFk2+A==
|
||||
dependencies:
|
||||
"@aws-crypto/crc32" "5.2.0"
|
||||
"@smithy/types" "^4.1.0"
|
||||
"@smithy/util-hex-encoding" "^4.0.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/eventstream-serde-browser@^3.0.11":
|
||||
version "3.0.11"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-3.0.11.tgz#019f3d1016d893b65ef6efec8c5e2fa925d0ac3d"
|
||||
|
@ -9611,6 +9629,13 @@
|
|||
dependencies:
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/is-array-buffer@^4.0.0":
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/is-array-buffer/-/is-array-buffer-4.0.0.tgz#55a939029321fec462bcc574890075cd63e94206"
|
||||
integrity sha512-saYhF8ZZNoJDTvJBEWgeBccCg+yvp1CX+ed12yORU3NilJScfc6gfch2oVb4QgxZrGUx3/ZJlb+c/dJbyupxlw==
|
||||
dependencies:
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/middleware-content-length@^3.0.10":
|
||||
version "3.0.10"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/middleware-content-length/-/middleware-content-length-3.0.10.tgz#738266f6d81436d7e3a86bea931bc64e04ae7dbf"
|
||||
|
@ -9657,7 +9682,7 @@
|
|||
"@smithy/types" "^3.6.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/middleware-stack@^3.0.11", "@smithy/middleware-stack@^3.0.8":
|
||||
"@smithy/middleware-stack@^3.0.8":
|
||||
version "3.0.11"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-3.0.11.tgz#453af2096924e4064d9da4e053cfdf65d9a36acc"
|
||||
integrity sha512-1HGo9a6/ikgOMrTrWL/WiN9N8GSVYpuRQO5kjstAq4CvV59bjqnh7TbdXGQ4vxLD3xlSjfBjq5t1SOELePsLnA==
|
||||
|
@ -9665,6 +9690,14 @@
|
|||
"@smithy/types" "^3.7.2"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/middleware-stack@^4.0.0":
|
||||
version "4.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-4.0.1.tgz#c157653f9df07f7c26e32f49994d368e4e071d22"
|
||||
integrity sha512-dHwDmrtR/ln8UTHpaIavRSzeIk5+YZTBtLnKwDW3G2t6nAupCiQUvNzNoHBpik63fwUaJPtlnMzXbQrNFWssIA==
|
||||
dependencies:
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/node-config-provider@^3.1.9":
|
||||
version "3.1.9"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-3.1.9.tgz#d27ba8e4753f1941c24ed0af824dbc6c492f510a"
|
||||
|
@ -9675,7 +9708,7 @@
|
|||
"@smithy/types" "^3.6.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/node-http-handler@^3.2.5", "@smithy/node-http-handler@^3.3.3":
|
||||
"@smithy/node-http-handler@^3.2.5":
|
||||
version "3.3.3"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-3.3.3.tgz#94dbb3f15342b656ceba2b26e14aa741cace8919"
|
||||
integrity sha512-BrpZOaZ4RCbcJ2igiSNG16S+kgAc65l/2hmxWdmhyoGWHTLlzQzr06PXavJp9OBlPEG/sHlqdxjWmjzV66+BSQ==
|
||||
|
@ -9686,6 +9719,17 @@
|
|||
"@smithy/types" "^3.7.2"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/node-http-handler@^4.0.0":
|
||||
version "4.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.0.1.tgz#3673102f9d719ccbbe18183f59cee368b3881b2c"
|
||||
integrity sha512-ddQc7tvXiVLC5c3QKraGWde761KSk+mboCheZoWtuqnXh5l0WKyFy3NfDIM/dsKrI9HlLVH/21pi9wWK2gUFFA==
|
||||
dependencies:
|
||||
"@smithy/abort-controller" "^4.0.1"
|
||||
"@smithy/protocol-http" "^5.0.1"
|
||||
"@smithy/querystring-builder" "^4.0.1"
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/property-provider@^3.1.7", "@smithy/property-provider@^3.1.8":
|
||||
version "3.1.8"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-3.1.8.tgz#b1c5a3949effbb9772785ad7ddc5b4b235b10fbe"
|
||||
|
@ -9702,6 +9746,14 @@
|
|||
"@smithy/types" "^3.7.2"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/protocol-http@^5.0.1":
|
||||
version "5.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-5.0.1.tgz#37c248117b29c057a9adfad4eb1d822a67079ff1"
|
||||
integrity sha512-TE4cpj49jJNB/oHyh/cRVEgNZaoPaxd4vteJNB0yGidOCVR0jCw/hjPVsT8Q8FRmj8Bd3bFZt8Dh7xGCT+xMBQ==
|
||||
dependencies:
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/querystring-builder@^3.0.11", "@smithy/querystring-builder@^3.0.8":
|
||||
version "3.0.11"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-3.0.11.tgz#2ed04adbe725671824c5613d0d6f9376d791a909"
|
||||
|
@ -9711,6 +9763,15 @@
|
|||
"@smithy/util-uri-escape" "^3.0.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/querystring-builder@^4.0.1":
|
||||
version "4.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-4.0.1.tgz#37e1e05d0d33c6f694088abc3e04eafb65cb6976"
|
||||
integrity sha512-wU87iWZoCbcqrwszsOewEIuq+SU2mSoBE2CcsLwE0I19m0B2gOJr1MVjxWcDQYOzHbR1xCk7AcOBbGFUYOKvdg==
|
||||
dependencies:
|
||||
"@smithy/types" "^4.1.0"
|
||||
"@smithy/util-uri-escape" "^4.0.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/querystring-parser@^3.0.8":
|
||||
version "3.0.8"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-3.0.8.tgz#057a8e2d301eea8eac7071923100ba38a824d7df"
|
||||
|
@ -9768,6 +9829,13 @@
|
|||
dependencies:
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/types@^4.1.0":
|
||||
version "4.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.1.0.tgz#19de0b6087bccdd4182a334eb5d3d2629699370f"
|
||||
integrity sha512-enhjdwp4D7CXmwLtD6zbcDMbo6/T6WtuuKCY49Xxc6OMOmUWlBEBDREsxxgV2LIdeQPW756+f97GzcgAwp3iLw==
|
||||
dependencies:
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/url-parser@^3.0.8":
|
||||
version "3.0.8"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-3.0.8.tgz#8057d91d55ba8df97d74576e000f927b42da9e18"
|
||||
|
@ -9816,6 +9884,14 @@
|
|||
"@smithy/is-array-buffer" "^3.0.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/util-buffer-from@^4.0.0":
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/util-buffer-from/-/util-buffer-from-4.0.0.tgz#b23b7deb4f3923e84ef50c8b2c5863d0dbf6c0b9"
|
||||
integrity sha512-9TOQ7781sZvddgO8nxueKi3+yGvkY35kotA0Y6BWRajAv8jjmigQ1sBwz0UX47pQMYXJPahSKEKYFgt+rXdcug==
|
||||
dependencies:
|
||||
"@smithy/is-array-buffer" "^4.0.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/util-config-provider@^3.0.0":
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/util-config-provider/-/util-config-provider-3.0.0.tgz#62c6b73b22a430e84888a8f8da4b6029dd5b8efe"
|
||||
|
@ -9863,6 +9939,13 @@
|
|||
dependencies:
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/util-hex-encoding@^4.0.0":
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/util-hex-encoding/-/util-hex-encoding-4.0.0.tgz#dd449a6452cffb37c5b1807ec2525bb4be551e8d"
|
||||
integrity sha512-Yk5mLhHtfIgW2W2WQZWSg5kuMZCVbvhFmC7rV4IO2QqnZdbEFPmQnCcGMAX2z/8Qj3B9hYYNjZOhWym+RwhePw==
|
||||
dependencies:
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/util-middleware@^3.0.10", "@smithy/util-middleware@^3.0.8":
|
||||
version "3.0.10"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-3.0.10.tgz#ab8be99f1aaafe5a5490c344f27a264b72b7592f"
|
||||
|
@ -9901,6 +9984,13 @@
|
|||
dependencies:
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/util-uri-escape@^4.0.0":
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/util-uri-escape/-/util-uri-escape-4.0.0.tgz#a96c160c76f3552458a44d8081fade519d214737"
|
||||
integrity sha512-77yfbCbQMtgtTylO9itEAdpPXSog3ZxMe09AEhm0dU0NLTalV70ghDZFR+Nfi1C60jnJoh/Re4090/DuZh2Omg==
|
||||
dependencies:
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/util-utf8@^2.0.0":
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/util-utf8/-/util-utf8-2.0.0.tgz#b4da87566ea7757435e153799df9da717262ad42"
|
||||
|
@ -9917,6 +10007,14 @@
|
|||
"@smithy/util-buffer-from" "^3.0.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/util-utf8@^4.0.0":
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@smithy/util-utf8/-/util-utf8-4.0.0.tgz#09ca2d9965e5849e72e347c130f2a29d5c0c863c"
|
||||
integrity sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==
|
||||
dependencies:
|
||||
"@smithy/util-buffer-from" "^4.0.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@sovpro/delimited-stream@^1.1.0":
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@sovpro/delimited-stream/-/delimited-stream-1.1.0.tgz#4334bba7ee241036e580fdd99c019377630d26b4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue