Skip to content

Commit 02b662b

Browse files
Bump aws-sdk from 2.1601.0 to 2.1603.0 (#1742)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1601.0 to 2.1603.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Commits](aws/aws-sdk-js@v2.1601.0...v2.1603.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b35a9a8 commit 02b662b

File tree

1 file changed

+31
-8
lines changed

1 file changed

+31
-8
lines changed

yarn.lock

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ available-typed-arrays@^1.0.5:
189189
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
190190

191191
aws-sdk@^2.458.0:
192-
version "2.1601.0"
193-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1601.0.tgz#9b5290b3a2ae38d3ce38b017d79b12925ca0eac4"
194-
integrity sha512-znwVdKs3g0j1cAFfi+PGPSmBxXjiekJXp1nnOUq4rxXYvN7av8gxptXaQz+vqB4uhNFsD+OXNQh+6bd9eQxZmw==
192+
version "2.1603.0"
193+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1603.0.tgz#81fd7e76502d46acf06c726a3dc547bdee9d3e5e"
194+
integrity sha512-AB54LyTODyiTKdtUzE0LzhnPbumYH3KhDstje8i4KfeBSGCeszTgq89YfOVpSy5twfu9WpsJ2cHOxlrlXn9cpg==
195195
dependencies:
196196
buffer "4.9.2"
197197
events "1.1.1"
@@ -1393,8 +1393,16 @@ signal-exit@^4.0.1:
13931393
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
13941394
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
13951395

1396-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
1397-
name string-width-cjs
1396+
"string-width-cjs@npm:string-width@^4.2.0":
1397+
version "4.2.3"
1398+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1399+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
1400+
dependencies:
1401+
emoji-regex "^8.0.0"
1402+
is-fullwidth-code-point "^3.0.0"
1403+
strip-ansi "^6.0.1"
1404+
1405+
string-width@^4.1.0, string-width@^4.2.0:
13981406
version "4.2.3"
13991407
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
14001408
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -1412,7 +1420,7 @@ string-width@^5.0.1, string-width@^5.1.2:
14121420
emoji-regex "^9.2.2"
14131421
strip-ansi "^7.0.1"
14141422

1415-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1423+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
14161424
version "6.0.1"
14171425
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
14181426
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -1426,6 +1434,13 @@ strip-ansi@^3.0.0:
14261434
dependencies:
14271435
ansi-regex "^2.0.0"
14281436

1437+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1438+
version "6.0.1"
1439+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1440+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
1441+
dependencies:
1442+
ansi-regex "^5.0.1"
1443+
14291444
strip-ansi@^7.0.1:
14301445
version "7.1.0"
14311446
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -1557,8 +1572,16 @@ workerpool@6.2.1:
15571572
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
15581573
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
15591574

1560-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
1561-
name wrap-ansi-cjs
1575+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1576+
version "7.0.0"
1577+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1578+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
1579+
dependencies:
1580+
ansi-styles "^4.0.0"
1581+
string-width "^4.1.0"
1582+
strip-ansi "^6.0.0"
1583+
1584+
wrap-ansi@^7.0.0:
15621585
version "7.0.0"
15631586
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
15641587
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)