Skip to content

Commit 73cbee5

Browse files
abetomoDeviaVir
authored andcommitted
Upgraded aws-sdk (motdotla#277)
* Update `yarn.lock` * Upgraded `aws-sdk` * Update `yarn.lock`
1 parent 17a4805 commit 73cbee5

File tree

2 files changed

+93
-10
lines changed

2 files changed

+93
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"async": "^0.9.0",
41-
"aws-sdk": "^2.1.24",
41+
"aws-sdk": "^2.49.0",
4242
"commander": "^2.5.0",
4343
"dotenv": "^0.4.0",
4444
"fs-extra": "^0.30.0",

yarn.lock

Lines changed: 92 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,15 @@ async@^0.9.0:
1010
version "0.9.2"
1111
resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d"
1212

13-
aws-sdk@^2.1.24:
13+
aws-sdk-mock@^1.6.1:
14+
version "1.7.0"
15+
resolved "https://registry.yarnpkg.com/aws-sdk-mock/-/aws-sdk-mock-1.7.0.tgz#7698b3ba82f493f71ff060ae2123cd0806ad8676"
16+
dependencies:
17+
aws-sdk "^2.3.0"
18+
sinon "^1.17.3"
19+
traverse "^0.6.6"
20+
21+
aws-sdk@^2.3.0:
1422
version "2.7.13"
1523
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.7.13.tgz#bb2384b6b49d45d0bcc6ff1701aff32db042a57c"
1624
dependencies:
@@ -24,6 +32,20 @@ aws-sdk@^2.1.24:
2432
xml2js "0.4.15"
2533
xmlbuilder "2.6.2"
2634

35+
aws-sdk@^2.49.0:
36+
version "2.49.0"
37+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.49.0.tgz#e340451b38b9772b2320da64a2cc272410667c69"
38+
dependencies:
39+
buffer "5.0.6"
40+
crypto-browserify "1.0.9"
41+
jmespath "0.15.0"
42+
querystring "0.2.0"
43+
sax "1.2.1"
44+
url "0.10.3"
45+
uuid "3.0.1"
46+
xml2js "0.4.17"
47+
xmlbuilder "4.2.1"
48+
2749
balanced-match@^0.4.1:
2850
version "0.4.2"
2951
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838"
@@ -51,6 +73,13 @@ [email protected]:
5173
ieee754 "^1.1.4"
5274
isarray "^1.0.0"
5375

76+
77+
version "5.0.6"
78+
resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.0.6.tgz#2ea669f7eec0b6eda05b08f8b5ff661b28573588"
79+
dependencies:
80+
base64-js "^1.0.2"
81+
ieee754 "^1.1.4"
82+
5483
chai@^2.0.0:
5584
version "2.3.0"
5685
resolved "https://registry.yarnpkg.com/chai/-/chai-2.3.0.tgz#8a2f6a34748da801090fd73287b2aa739a4e909a"
@@ -96,6 +125,12 @@ [email protected]:
96125
version "1.0.5"
97126
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
98127

128+
129+
version "1.1.1"
130+
resolved "https://registry.yarnpkg.com/formatio/-/formatio-1.1.1.tgz#5ed3ccd636551097383465d996199100e86161e9"
131+
dependencies:
132+
samsam "~1.1"
133+
99134
fs-extra@^0.30.0:
100135
version "0.30.0"
101136
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.30.0.tgz#f233ffcc08d4da7d432daa449776989db1df93f0"
@@ -167,6 +202,10 @@ inherits@2:
167202
version "2.0.3"
168203
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
169204

205+
206+
version "2.0.1"
207+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
208+
170209
isarray@^1.0.0:
171210
version "1.0.0"
172211
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@@ -244,15 +283,19 @@ lodash.keys@^3.0.0:
244283
lodash.isarguments "^3.0.0"
245284
lodash.isarray "^3.0.0"
246285

247-
lodash@^3.2.0:
248-
version "3.10.1"
249-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
286+
lodash@^4.0.0:
287+
version "4.17.4"
288+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
250289

251290
lodash@~3.5.0:
252291
version "3.5.0"
253292
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.5.0.tgz#19bb3f4d51278f0b8c818ed145c74ecf9fe40e6d"
254293

255-
minimatch@^3.0.2:
294+
295+
version "1.3.2"
296+
resolved "https://registry.yarnpkg.com/lolex/-/lolex-1.3.2.tgz#7c3da62ffcb30f0f5a80a2566ca24e45d8a01f31"
297+
298+
minimatch@^3.0.2, minimatch@^3.0.3:
256299
version "3.0.3"
257300
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774"
258301
dependencies:
@@ -288,10 +331,6 @@ [email protected]:
288331
version "0.7.1"
289332
resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.1.tgz#9cd13c03adbff25b65effde7ce864ee952017098"
290333

291-
node-uuid@^1.4.2:
292-
version "1.4.7"
293-
resolved "https://registry.yarnpkg.com/node-uuid/-/node-uuid-1.4.7.tgz#6da5a17668c4b3dd59623bda11cf7fa4c1f60a6f"
294-
295334
node-zip@^1.1.0:
296335
version "1.1.1"
297336
resolved "https://registry.yarnpkg.com/node-zip/-/node-zip-1.1.1.tgz#94d1ad674a3cd46a1588dd736f4a9a78c757eb62"
@@ -326,10 +365,18 @@ rimraf@^2.2.8:
326365
dependencies:
327366
glob "^7.0.5"
328367

368+
[email protected], samsam@~1.1:
369+
version "1.1.2"
370+
resolved "https://registry.yarnpkg.com/samsam/-/samsam-1.1.2.tgz#bec11fdc83a9fda063401210e40176c3024d1567"
371+
329372
[email protected], sax@>=0.6.0:
330373
version "1.1.5"
331374
resolved "https://registry.yarnpkg.com/sax/-/sax-1.1.5.tgz#1da50a8d00cdecd59405659f5ff85349fe773743"
332375

376+
377+
version "1.2.1"
378+
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.1.tgz#7b8e656190b228e81a66aea748480d828cd2d37a"
379+
333380
should-equal@^1.0.0:
334381
version "1.0.1"
335382
resolved "https://registry.yarnpkg.com/should-equal/-/should-equal-1.0.1.tgz#0b6e9516f2601a9fb0bb2dcc369afa1c7e200af7"
@@ -368,12 +415,25 @@ should@:
368415
should-type-adaptors "^1.0.1"
369416
should-util "^1.0.0"
370417

418+
sinon@^1.17.3:
419+
version "1.17.7"
420+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-1.17.7.tgz#4542a4f49ba0c45c05eb2e9dd9d203e2b8efe0bf"
421+
dependencies:
422+
formatio "1.1.1"
423+
lolex "1.3.2"
424+
samsam "1.1.2"
425+
util ">=0.10.3 <1"
426+
371427
372428
version "3.1.2"
373429
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.1.2.tgz#72a262894d9d408b956ca05ff37b2ed8a6e2a2d5"
374430
dependencies:
375431
has-flag "^1.0.0"
376432

433+
traverse@^0.6.6:
434+
version "0.6.6"
435+
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
436+
377437
378438
version "0.1.1"
379439
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-0.1.1.tgz#0ba5ec2a885640e470ea4e8505971900dac58822"
@@ -385,10 +445,20 @@ [email protected]:
385445
punycode "1.3.2"
386446
querystring "0.2.0"
387447

448+
"util@>=0.10.3 <1":
449+
version "0.10.3"
450+
resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9"
451+
dependencies:
452+
inherits "2.0.1"
453+
388454
389455
version "3.0.0"
390456
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.0.0.tgz#6728fc0459c450d796a99c31837569bdf672d728"
391457

458+
459+
version "3.0.1"
460+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.0.1.tgz#6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1"
461+
392462
wrappy@1:
393463
version "1.0.2"
394464
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
@@ -400,8 +470,21 @@ [email protected]:
400470
sax ">=0.6.0"
401471
xmlbuilder ">=2.4.6"
402472

473+
474+
version "0.4.17"
475+
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.17.tgz#17be93eaae3f3b779359c795b419705a8817e868"
476+
dependencies:
477+
sax ">=0.6.0"
478+
xmlbuilder "^4.1.0"
479+
403480
[email protected], xmlbuilder@>=2.4.6:
404481
version "2.6.2"
405482
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-2.6.2.tgz#f916f6d10d45dc171b1be2e6e673fb6e0cc35d0a"
406483
dependencies:
407484
lodash "~3.5.0"
485+
486+
[email protected], xmlbuilder@^4.1.0:
487+
version "4.2.1"
488+
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-4.2.1.tgz#aa58a3041a066f90eaa16c2f5389ff19f3f461a5"
489+
dependencies:
490+
lodash "^4.0.0"

0 commit comments

Comments
 (0)