Skip to content

Commit 30473c6

Browse files
committed
chore: upgrade aws-sdk to 2.503.0
Signed-off-by: BoHong Li <[email protected]>
1 parent 7cee10c commit 30473c6

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@passport-next/passport-openid": "~1.0.0",
4040
"archiver": "~3.1.1",
4141
"async": "~3.1.0",
42-
"aws-sdk": "~2.345.0",
42+
"aws-sdk": "~2.503.0",
4343
"azure-storage": "~2.10.2",
4444
"babel-polyfill": "~6.26.0",
4545
"base64url": "~3.0.0",

yarn.lock

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1819,10 +1819,10 @@ autolinker@~0.15.0:
18191819
resolved "https://registry.yarnpkg.com/autolinker/-/autolinker-0.15.3.tgz#342417d8f2f3461b14cf09088d5edf8791dc9832"
18201820
integrity sha1-NCQX2PLzRhsUzwkIjV7fh5HcmDI=
18211821

1822-
aws-sdk@~2.345.0:
1823-
version "2.345.0"
1824-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.345.0.tgz#857cecf0ed1cc0a3969d3d2239da237993db4b87"
1825-
integrity sha512-t5/8nmu7m+jQUq//ssP/dWKFX0sDEYlxvTnFUJhtRmr7UNzssHgw4bYkK/poMpmpM8otgw80l2M3bAdNrOlMYw==
1822+
aws-sdk@~2.503.0:
1823+
version "2.503.0"
1824+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.503.0.tgz#983b8c03aa919060a81127cb9d94fbb1667f4cf2"
1825+
integrity sha512-DPwRxhPYCGNvKL9rUhpAoOVpMRyISbVMlXykLQknYo7wyOI+jYcyA7t8H7IFPAqj4ZG+R+Au9tO/KT4im+2gbg==
18261826
dependencies:
18271827
buffer "4.9.1"
18281828
events "1.1.1"
@@ -1831,7 +1831,7 @@ aws-sdk@~2.345.0:
18311831
querystring "0.2.0"
18321832
sax "1.2.1"
18331833
url "0.10.3"
1834-
uuid "3.1.0"
1834+
uuid "3.3.2"
18351835
xml2js "0.4.19"
18361836

18371837
aws-sign2@~0.7.0:
@@ -13022,12 +13022,7 @@ [email protected], [email protected]:
1302213022
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
1302313023
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
1302413024

13025-
13026-
version "3.1.0"
13027-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.1.0.tgz#3dd3d3e790abc24d7b0d3a034ffababe28ebbc04"
13028-
integrity sha512-DIWtzUkw04M4k3bf1IcpS2tngXEL26YUD2M0tMDUpnUrz2hgzUBlD55a4FjdLGPvfHxS6uluGWvaVEqgBcVa+g==
13029-
13030-
uuid@^3.0.0, uuid@^3.1.0, uuid@^3.2.1, uuid@^3.3.2, uuid@~3.3.2:
13025+
[email protected], uuid@^3.0.0, uuid@^3.1.0, uuid@^3.2.1, uuid@^3.3.2, uuid@~3.3.2:
1303113026
version "3.3.2"
1303213027
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
1303313028
integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==

0 commit comments

Comments
 (0)