Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
224 changes: 214 additions & 10 deletions s3-uploader/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,14 @@
"@smithy/types" "^4.2.0"
tslib "^2.6.2"

"@smithy/abort-controller@^4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-4.2.0.tgz#ced549ad5e74232bdcb3eec990b02b1c6d81003d"
integrity sha512-PLUYa+SUKOEZtXFURBu/CNxlsxfaFGxSBPcStL13KpVeVWIfdezWyDqkz7iDLmwnxojXD0s5KzuB5HGHvt4Aeg==
dependencies:
"@smithy/types" "^4.6.0"
tslib "^2.6.2"

"@smithy/chunked-blob-reader-native@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@smithy/chunked-blob-reader-native/-/chunked-blob-reader-native-4.0.0.tgz#33cbba6deb8a3c516f98444f65061784f7cd7f8c"
Expand All @@ -592,6 +600,22 @@
"@smithy/util-middleware" "^4.0.2"
tslib "^2.6.2"

"@smithy/core@^3.14.0":
version "3.14.0"
resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.14.0.tgz#22bdb346b171c76b629c4f59dc496c27e10f1c82"
integrity sha512-XJ4z5FxvY/t0Dibms/+gLJrI5niRoY0BCmE02fwmPcRYFPI4KI876xaE79YGWIKnEslMbuQPsIEsoU/DXa0DoA==
dependencies:
"@smithy/middleware-serde" "^4.2.0"
"@smithy/protocol-http" "^5.3.0"
"@smithy/types" "^4.6.0"
"@smithy/util-base64" "^4.2.0"
"@smithy/util-body-length-browser" "^4.2.0"
"@smithy/util-middleware" "^4.2.0"
"@smithy/util-stream" "^4.4.0"
"@smithy/util-utf8" "^4.2.0"
"@smithy/uuid" "^1.1.0"
tslib "^2.6.2"

"@smithy/core@^3.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.3.0.tgz#a6b141733fa530cb2f9b49a8e70ae98169c92cf0"
Expand Down Expand Up @@ -673,6 +697,17 @@
"@smithy/util-base64" "^4.0.0"
tslib "^2.6.2"

"@smithy/fetch-http-handler@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-5.3.0.tgz#1c5205642a9295f44441d8763e7c3a51a747fc95"
integrity sha512-BG3KSmsx9A//KyIfw+sqNmWFr1YBUr+TwpxFT7yPqAk0yyDh7oSNgzfNH7pS6OC099EGx2ltOULvumCFe8bcgw==
dependencies:
"@smithy/protocol-http" "^5.3.0"
"@smithy/querystring-builder" "^4.2.0"
"@smithy/types" "^4.6.0"
"@smithy/util-base64" "^4.2.0"
tslib "^2.6.2"

"@smithy/hash-blob-browser@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@smithy/hash-blob-browser/-/hash-blob-browser-4.0.2.tgz#c51abe21684803f6eb5e43c4870e2af9e232a5cd"
Expand Down Expand Up @@ -724,6 +759,13 @@
dependencies:
tslib "^2.6.2"

"@smithy/is-array-buffer@^4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@smithy/is-array-buffer/-/is-array-buffer-4.2.0.tgz#b0f874c43887d3ad44f472a0f3f961bcce0550c2"
integrity sha512-DZZZBvC7sjcYh4MazJSGiWMI2L7E0oCiRHREDzIxi/M2LY79/21iXt6aPLHge82wi5LsuRF5A06Ds3+0mlh6CQ==
dependencies:
tslib "^2.6.2"

"@smithy/md5-js@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@smithy/md5-js/-/md5-js-4.0.2.tgz#ac8f05d2c845fde48d3fde805a04ec21030fd19b"
Expand All @@ -743,17 +785,17 @@
tslib "^2.6.2"

"@smithy/middleware-endpoint@^4.1.1":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-4.1.1.tgz#d210cac102a645ea35541c17fda52c73f0b56304"
integrity sha512-z5RmcHxjvScL+LwEDU2mTNCOhgUs4lu5PGdF1K36IPRmUHhNFxNxgenSB7smyDiYD4vdKQ7CAZtG5cUErqib9w==
version "4.3.0"
resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-4.3.0.tgz#407ce4051be2f1855259a02900a957e9b347fdfd"
integrity sha512-jFVjuQeV8TkxaRlcCNg0GFVgg98tscsmIrIwRFeC74TIUyLE3jmY9xgc1WXrPQYRjQNK3aRoaIk6fhFRGOIoGw==
dependencies:
"@smithy/core" "^3.3.0"
"@smithy/middleware-serde" "^4.0.3"
"@smithy/node-config-provider" "^4.0.2"
"@smithy/shared-ini-file-loader" "^4.0.2"
"@smithy/types" "^4.2.0"
"@smithy/url-parser" "^4.0.2"
"@smithy/util-middleware" "^4.0.2"
"@smithy/core" "^3.14.0"
"@smithy/middleware-serde" "^4.2.0"
"@smithy/node-config-provider" "^4.3.0"
"@smithy/shared-ini-file-loader" "^4.3.0"
"@smithy/types" "^4.6.0"
"@smithy/url-parser" "^4.2.0"
"@smithy/util-middleware" "^4.2.0"
tslib "^2.6.2"

"@smithy/middleware-retry@^4.1.1":
Expand All @@ -780,6 +822,15 @@
"@smithy/types" "^4.3.1"
tslib "^2.6.2"

"@smithy/middleware-serde@^4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-4.2.0.tgz#1b7fcaa699d1c48f2c3cbbce325aa756895ddf0f"
integrity sha512-rpTQ7D65/EAbC6VydXlxjvbifTf4IH+sADKg6JmAvhkflJO2NvDeyU9qsWUNBelJiQFcXKejUHWRSdmpJmEmiw==
dependencies:
"@smithy/protocol-http" "^5.3.0"
"@smithy/types" "^4.6.0"
tslib "^2.6.2"

"@smithy/middleware-stack@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-4.0.2.tgz#ca7bc3eedc7c1349e2cf94e0dc92a68d681bef18"
Expand Down Expand Up @@ -808,6 +859,16 @@
"@smithy/types" "^4.3.1"
tslib "^2.6.2"

"@smithy/node-config-provider@^4.3.0":
version "4.3.0"
resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-4.3.0.tgz#619ba522d683081d06f112a581b9009988cb38eb"
integrity sha512-5QgHNuWdT9j9GwMPPJCKxy2KDxZ3E5l4M3/5TatSZrqYVoEiqQrDfAq8I6KWZw7RZOHtVtCzEPdYz7rHZixwcA==
dependencies:
"@smithy/property-provider" "^4.2.0"
"@smithy/shared-ini-file-loader" "^4.3.0"
"@smithy/types" "^4.6.0"
tslib "^2.6.2"

"@smithy/node-http-handler@^4.0.4":
version "4.0.4"
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.0.4.tgz#aa583d201c1ee968170b65a07f06d633c214b7a1"
Expand All @@ -819,6 +880,17 @@
"@smithy/types" "^4.2.0"
tslib "^2.6.2"

"@smithy/node-http-handler@^4.3.0":
version "4.3.0"
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.3.0.tgz#783d3dbdf5b90b9e0ca1e56070a3be38b3836b7d"
integrity sha512-RHZ/uWCmSNZ8cneoWEVsVwMZBKy/8123hEpm57vgGXA3Irf/Ja4v9TVshHK2ML5/IqzAZn0WhINHOP9xl+Qy6Q==
dependencies:
"@smithy/abort-controller" "^4.2.0"
"@smithy/protocol-http" "^5.3.0"
"@smithy/querystring-builder" "^4.2.0"
"@smithy/types" "^4.6.0"
tslib "^2.6.2"

"@smithy/property-provider@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-4.0.2.tgz#4572c10415c9d4215f3df1530ba61b0319b17b55"
Expand All @@ -835,6 +907,14 @@
"@smithy/types" "^4.3.1"
tslib "^2.6.2"

"@smithy/property-provider@^4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-4.2.0.tgz#431c573326f572ae9063d58c21690f28251f9dce"
integrity sha512-rV6wFre0BU6n/tx2Ztn5LdvEdNZ2FasQbPQmDOPfV9QQyDmsCkOAB0osQjotRCQg+nSKFmINhyda0D3AnjSBJw==
dependencies:
"@smithy/types" "^4.6.0"
tslib "^2.6.2"

"@smithy/protocol-http@^5.1.0", "@smithy/protocol-http@^5.1.2":
version "5.1.2"
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-5.1.2.tgz#8094860c2407f250b80c95899e0385112d6eb98b"
Expand All @@ -843,6 +923,14 @@
"@smithy/types" "^4.3.1"
tslib "^2.6.2"

"@smithy/protocol-http@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-5.3.0.tgz#2a2834386b706b959d20e7841099b1780ae62ace"
integrity sha512-6POSYlmDnsLKb7r1D3SVm7RaYW6H1vcNcTWGWrF7s9+2noNYvUsm7E4tz5ZQ9HXPmKn6Hb67pBDRIjrT4w/d7Q==
dependencies:
"@smithy/types" "^4.6.0"
tslib "^2.6.2"

"@smithy/querystring-builder@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-4.0.2.tgz#834cea95bf413ab417bf9c166d60fd80d2cb3016"
Expand All @@ -852,6 +940,15 @@
"@smithy/util-uri-escape" "^4.0.0"
tslib "^2.6.2"

"@smithy/querystring-builder@^4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-4.2.0.tgz#a6191d2eccc14ffce821a559ec26c94c636a39c6"
integrity sha512-Q4oFD0ZmI8yJkiPPeGUITZj++4HHYCW3pYBYfIobUCkYpI6mbkzmG1MAQQ3lJYYWj3iNqfzOenUZu+jqdPQ16A==
dependencies:
"@smithy/types" "^4.6.0"
"@smithy/util-uri-escape" "^4.2.0"
tslib "^2.6.2"

"@smithy/querystring-parser@^4.0.4":
version "4.0.4"
resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-4.0.4.tgz#307ab95ee5f1a142ab46c2eddebeae68cb2f703d"
Expand All @@ -860,6 +957,14 @@
"@smithy/types" "^4.3.1"
tslib "^2.6.2"

"@smithy/querystring-parser@^4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-4.2.0.tgz#4c4ebe257e951dff91f9db65f9558752641185e8"
integrity sha512-BjATSNNyvVbQxOOlKse0b0pSezTWGMvA87SvoFoFlkRsKXVsN3bEtjCxvsNXJXfnAzlWFPaT9DmhWy1vn0sNEA==
dependencies:
"@smithy/types" "^4.6.0"
tslib "^2.6.2"

"@smithy/service-error-classification@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-4.0.2.tgz#96740ed8be7ac5ad7d6f296d4ddf3f66444b8dcc"
Expand All @@ -882,6 +987,14 @@
"@smithy/types" "^4.3.1"
tslib "^2.6.2"

"@smithy/shared-ini-file-loader@^4.3.0":
version "4.3.0"
resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.3.0.tgz#241a493ea7fa7faeaefccf6a5fa81af521d91cfa"
integrity sha512-VCUPPtNs+rKWlqqntX0CbVvWyjhmX30JCtzO+s5dlzzxrvSfRh5SY0yxnkirvc1c80vdKQttahL71a9EsdolSQ==
dependencies:
"@smithy/types" "^4.6.0"
tslib "^2.6.2"

"@smithy/signature-v4@^5.1.0":
version "5.1.2"
resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-5.1.2.tgz#5afd9d428bd26bb660bee8075b6e89fe93600c22"
Expand Down Expand Up @@ -930,6 +1043,13 @@
dependencies:
tslib "^2.6.2"

"@smithy/types@^4.6.0":
version "4.6.0"
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.6.0.tgz#8ea8b15fedee3cdc555e8f947ce35fb1e973bb7a"
integrity sha512-4lI9C8NzRPOv66FaY1LL1O/0v0aLVrq/mXP/keUa9mJOApEeae43LsLd2kZRUJw91gxOQfLIrV3OvqPgWz1YsA==
dependencies:
tslib "^2.6.2"

"@smithy/url-parser@^4.0.2":
version "4.0.4"
resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-4.0.4.tgz#049143f4c156356e177bd69242675db26fe4f4db"
Expand All @@ -939,6 +1059,15 @@
"@smithy/types" "^4.3.1"
tslib "^2.6.2"

"@smithy/url-parser@^4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-4.2.0.tgz#b6d6e739233ae120e4d6725b04375cb87791491f"
integrity sha512-AlBmD6Idav2ugmoAL6UtR6ItS7jU5h5RNqLMZC7QrLCoITA9NzIN3nx9GWi8g4z1pfWh2r9r96SX/jHiNwPJ9A==
dependencies:
"@smithy/querystring-parser" "^4.2.0"
"@smithy/types" "^4.6.0"
tslib "^2.6.2"

"@smithy/util-base64@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@smithy/util-base64/-/util-base64-4.0.0.tgz#8345f1b837e5f636e5f8470c4d1706ae0c6d0358"
Expand All @@ -948,13 +1077,29 @@
"@smithy/util-utf8" "^4.0.0"
tslib "^2.6.2"

"@smithy/util-base64@^4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@smithy/util-base64/-/util-base64-4.2.0.tgz#677f616772389adbad278b05d84835abbfe63bbc"
integrity sha512-+erInz8WDv5KPe7xCsJCp+1WCjSbah9gWcmUXc9NqmhyPx59tf7jqFz+za1tRG1Y5KM1Cy1rWCcGypylFp4mvA==
dependencies:
"@smithy/util-buffer-from" "^4.2.0"
"@smithy/util-utf8" "^4.2.0"
tslib "^2.6.2"

"@smithy/util-body-length-browser@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@smithy/util-body-length-browser/-/util-body-length-browser-4.0.0.tgz#965d19109a4b1e5fe7a43f813522cce718036ded"
integrity sha512-sNi3DL0/k64/LO3A256M+m3CDdG6V7WKWHdAiBBMUN8S3hK3aMPhwnPik2A/a2ONN+9doY9UxaLfgqsIRg69QA==
dependencies:
tslib "^2.6.2"

"@smithy/util-body-length-browser@^4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@smithy/util-body-length-browser/-/util-body-length-browser-4.2.0.tgz#04e9fc51ee7a3e7f648a4b4bcdf96c350cfa4d61"
integrity sha512-Fkoh/I76szMKJnBXWPdFkQJl2r9SjPt3cMzLdOB6eJ4Pnpas8hVoWPYemX/peO0yrrvldgCUVJqOAjUrOLjbxg==
dependencies:
tslib "^2.6.2"

"@smithy/util-body-length-node@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@smithy/util-body-length-node/-/util-body-length-node-4.0.0.tgz#3db245f6844a9b1e218e30c93305bfe2ffa473b3"
Expand All @@ -978,6 +1123,14 @@
"@smithy/is-array-buffer" "^4.0.0"
tslib "^2.6.2"

"@smithy/util-buffer-from@^4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@smithy/util-buffer-from/-/util-buffer-from-4.2.0.tgz#7abd12c4991b546e7cee24d1e8b4bfaa35c68a9d"
integrity sha512-kAY9hTKulTNevM2nlRtxAG2FQ3B2OR6QIrPY3zE5LqJy1oxzmgBGsHLWTcNhWXKchgA0WHW+mZkQrng/pgcCew==
dependencies:
"@smithy/is-array-buffer" "^4.2.0"
tslib "^2.6.2"

"@smithy/util-config-provider@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@smithy/util-config-provider/-/util-config-provider-4.0.0.tgz#e0c7c8124c7fba0b696f78f0bd0ccb060997d45e"
Expand Down Expand Up @@ -1025,6 +1178,13 @@
dependencies:
tslib "^2.6.2"

"@smithy/util-hex-encoding@^4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@smithy/util-hex-encoding/-/util-hex-encoding-4.2.0.tgz#1c22ea3d1e2c3a81ff81c0a4f9c056a175068a7b"
integrity sha512-CCQBwJIvXMLKxVbO88IukazJD9a4kQ9ZN7/UMGBjBcJYvatpWk+9g870El4cB8/EJxfe+k+y0GmR9CAzkF+Nbw==
dependencies:
tslib "^2.6.2"

"@smithy/util-middleware@^4.0.2":
version "4.0.3"
resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-4.0.3.tgz#bb4176241ce0df21623a3c402ce55f94903f8161"
Expand All @@ -1041,6 +1201,14 @@
"@smithy/types" "^4.3.1"
tslib "^2.6.2"

"@smithy/util-middleware@^4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-4.2.0.tgz#85973ae0db65af4ab4bedf12f31487a4105d1158"
integrity sha512-u9OOfDa43MjagtJZ8AapJcmimP+K2Z7szXn8xbty4aza+7P1wjFmy2ewjSbhEiYQoW1unTlOAIV165weYAaowA==
dependencies:
"@smithy/types" "^4.6.0"
tslib "^2.6.2"

"@smithy/util-retry@^4.0.2":
version "4.0.4"
resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-4.0.4.tgz#4e372f83aa83170eb95bc35a60be827555f90208"
Expand All @@ -1064,13 +1232,34 @@
"@smithy/util-utf8" "^4.0.0"
tslib "^2.6.2"

"@smithy/util-stream@^4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-4.4.0.tgz#e203c74b8664d0e3f537185de5da960655333a45"
integrity sha512-vtO7ktbixEcrVzMRmpQDnw/Ehr9UWjBvSJ9fyAbadKkC4w5Cm/4lMO8cHz8Ysb8uflvQUNRcuux/oNHKPXkffg==
dependencies:
"@smithy/fetch-http-handler" "^5.3.0"
"@smithy/node-http-handler" "^4.3.0"
"@smithy/types" "^4.6.0"
"@smithy/util-base64" "^4.2.0"
"@smithy/util-buffer-from" "^4.2.0"
"@smithy/util-hex-encoding" "^4.2.0"
"@smithy/util-utf8" "^4.2.0"
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-uri-escape@^4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@smithy/util-uri-escape/-/util-uri-escape-4.2.0.tgz#096a4cec537d108ac24a68a9c60bee73fc7e3a9e"
integrity sha512-igZpCKV9+E/Mzrpq6YacdTQ0qTiLm85gD6N/IrmyDvQFA4UnU3d5g3m8tMT/6zG/vVkWSU+VxeUyGonL62DuxA==
dependencies:
tslib "^2.6.2"

"@smithy/util-utf8@^2.0.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@smithy/util-utf8/-/util-utf8-2.3.0.tgz#dd96d7640363259924a214313c3cf16e7dd329c5"
Expand All @@ -1087,6 +1276,14 @@
"@smithy/util-buffer-from" "^4.0.0"
tslib "^2.6.2"

"@smithy/util-utf8@^4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@smithy/util-utf8/-/util-utf8-4.2.0.tgz#8b19d1514f621c44a3a68151f3d43e51087fed9d"
integrity sha512-zBPfuzoI8xyBtR2P6WQj63Rz8i3AmfAaJLuNG8dWsfvPe8lO4aCPYLn879mEgHndZH1zQ2oXmG8O1GGzzaoZiw==
dependencies:
"@smithy/util-buffer-from" "^4.2.0"
tslib "^2.6.2"

"@smithy/util-waiter@^4.0.3":
version "4.0.3"
resolved "https://registry.yarnpkg.com/@smithy/util-waiter/-/util-waiter-4.0.3.tgz#ec5605ec123493259ccbf1c0b5c1951b3360f43b"
Expand All @@ -1096,6 +1293,13 @@
"@smithy/types" "^4.2.0"
tslib "^2.6.2"

"@smithy/uuid@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@smithy/uuid/-/uuid-1.1.0.tgz#9fd09d3f91375eab94f478858123387df1cda987"
integrity sha512-4aUIteuyxtBUhVdiQqcDhKFitwfd9hqoSDYY2KRXiWtgoWJ9Bmise+KfEPDiVHWeJepvF8xJO9/9+WDIciMFFw==
dependencies:
tslib "^2.6.2"

bowser@^2.11.0:
version "2.11.0"
resolved "https://registry.yarnpkg.com/bowser/-/bowser-2.11.0.tgz#5ca3c35757a7aa5771500c70a73a9f91ef420a8f"
Expand Down