diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a78d4603..ef63ef44a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `eslint` from 8.41.0 to 8.48.0 - Bumps `dedent` from 0.7.0 to 1.5.1 - Bumps `@types/node` from 20.2.5 to 20.5.9 -- Bumps `@aws-sdk/types` from 3.341.0 to 3.387.0 +- Bumps `@aws-sdk/types` from 3.341.0 to 3.408.0 - Bumps `@babel/eslint-parser` from 7.21.8 to 7.22.11 - Bumps `prettier` from 2.8.8 to 3.0.3 - Bumps `eslint-plugin-prettier` from 4.0.0 to 5.0.0 diff --git a/yarn.lock b/yarn.lock index e24c0a88a..3194bc8d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8,11 +8,11 @@ integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA== "@aws-sdk/types@^3.160.0": - version "3.387.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.387.0.tgz#15a968344956b2587dbab1224718d72329e050f4" - integrity sha512-YTjFabNwjTF+6yl88f0/tWff018qmmgMmjlw45s6sdVKueWxdxV68U7gepNLF2nhaQPZa6FDOBoA51NaviVs0Q== + version "3.408.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.408.0.tgz#eb10377130f23aef6594eb0e0a14e82dfa2e4d5a" + integrity sha512-sIsR5224xWQTW7O6h4V0S7DMWs4bK4DCunwOo7Avpq7ZVmH2YyLTs0n4NGL186j8xTosycF1ACQgpM48SLIvaA== dependencies: - "@smithy/types" "^2.1.0" + "@smithy/types" "^2.2.2" tslib "^2.5.0" "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5": @@ -485,10 +485,10 @@ dependencies: "@sinonjs/commons" "^1.7.0" -"@smithy/types@^2.1.0": - version "2.2.0" - resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.2.0.tgz#52fa236967729f5a4e2c6c334f1a03930fa86f67" - integrity sha512-Ahpt9KvD0mWeWiyaGo5EBE7KOByLl3jl4CD9Ps/r8qySgzVzo/4qsa+vvstOU3ZEriALmrPqUKIhqHt0Rn+m6g== +"@smithy/types@^2.2.2": + version "2.3.0" + resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.3.0.tgz#a5c3869465f384fd4d811b2f1f37779e069ef06e" + integrity sha512-pJce3rd39MElkV57UTPAoSYAApjQLELUxjU5adHNLYk9gnPvyIGbJNJTZVVFu00BrgZH3W/cQe8QuFcknDyodQ== dependencies: tslib "^2.5.0"