diff --git a/container-uploader/yarn.lock b/container-uploader/yarn.lock index 840ebb193b..d928a9dbfd 100644 --- a/container-uploader/yarn.lock +++ b/container-uploader/yarn.lock @@ -1064,12 +1064,12 @@ dependencies: "@smithy/types" "^4.2.0" -"@smithy/service-error-classification@^4.0.6": - version "4.0.6" - resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-4.0.6.tgz#5d4d3017f5b62258fbfc1067e14198e125a8286c" - integrity sha512-RRoTDL//7xi4tn5FrN2NzH17jbgmnKidUqd4KvquT0954/i6CXXkh1884jBiunq24g9cGtPBEXlU40W6EpNOOg== +"@smithy/service-error-classification@^4.2.4": + version "4.2.4" + resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-4.2.4.tgz#acace7208270c8a9c4f2218092866b4d650d4719" + integrity sha512-fdWuhEx4+jHLGeew9/IvqVU/fxT/ot70tpRGuOLxE3HzZOyKeTQfYeV1oaBXpzi93WOk668hjMuuagJ2/Qs7ng== dependencies: - "@smithy/types" "^4.3.1" + "@smithy/types" "^4.8.1" "@smithy/shared-ini-file-loader@^4.0.2": version "4.0.2" @@ -1156,6 +1156,13 @@ dependencies: tslib "^2.6.2" +"@smithy/types@^4.8.1": + version "4.8.1" + resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.8.1.tgz#0ecad4e329340c8844e38a18c7608d84cc1c853c" + integrity sha512-N0Zn0OT1zc+NA+UVfkYqQzviRh5ucWwO7mBV3TmHHprMnfcJNfhlPicDkBHi0ewbh+y3evR6cNAW0Raxvb01NA== + dependencies: + tslib "^2.6.2" + "@smithy/url-parser@^4.0.2": version "4.0.2" resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-4.0.2.tgz#a316f7d8593ffab796348bc5df96237833880713" @@ -1332,12 +1339,12 @@ tslib "^2.6.2" "@smithy/util-retry@^4.0.2": - version "4.0.6" - resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-4.0.6.tgz#f931fdd1f01786b21a82711e185c58410e8e41c7" - integrity sha512-+YekoF2CaSMv6zKrA6iI/N9yva3Gzn4L6n35Luydweu5MMPYpiGZlWqehPHDHyNbnyaYlz/WJyYAZnC+loBDZg== + version "4.2.4" + resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-4.2.4.tgz#1f466d3bc5b5f114994ac2298e859815f3a8deec" + integrity sha512-yQncJmj4dtv/isTXxRb4AamZHy4QFr4ew8GxS6XLWt7sCIxkPxPzINWd7WLISEFPsIan14zrKgvyAF+/yzfwoA== dependencies: - "@smithy/service-error-classification" "^4.0.6" - "@smithy/types" "^4.3.1" + "@smithy/service-error-classification" "^4.2.4" + "@smithy/types" "^4.8.1" tslib "^2.6.2" "@smithy/util-stream@^4.2.0":