Skip to content

Commit 45bf07c

Browse files
Update dependency aws-sdk to v2.1530.0
1 parent 5779f4b commit 45bf07c

File tree

1 file changed

+61
-26
lines changed

1 file changed

+61
-26
lines changed

yarn.lock

Lines changed: 61 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -480,9 +480,9 @@ available-typed-arrays@^1.0.5:
480480
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
481481

482482
aws-sdk@^2.1328.0:
483-
version "2.1429.0"
484-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1429.0.tgz#418d7a4874601182e54b3c04759db1f2f4068342"
485-
integrity sha512-xT1BhUvkyOQk4FCAZh8DekvTdEhk6nZraB8r8oQyVUmSXkEM+xQ2uAfnJ4GW6/f9X75Pj/tUqxNQxCgdstYxuw==
483+
version "2.1530.0"
484+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1530.0.tgz#85b5f9d46bc2e17c662c9af21c9d4d7c760ea27f"
485+
integrity sha512-00hEQvur+ohBQiBzyLm5YU3B5UrU2QgEzmIuvB88i4vrViRIcxHotWmdMMSQPOhHjyQb8RwfksfUMpstnyGWxg==
486486
dependencies:
487487
buffer "4.9.2"
488488
events "1.1.1"
@@ -572,14 +572,23 @@ bytes@3.1.2:
572572
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
573573
integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==
574574

575-
call-bind@^1.0.0, call-bind@^1.0.2:
575+
call-bind@^1.0.0:
576576
version "1.0.2"
577577
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
578578
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
579579
dependencies:
580580
function-bind "^1.1.1"
581581
get-intrinsic "^1.0.2"
582582

583+
call-bind@^1.0.2, call-bind@^1.0.4:
584+
version "1.0.5"
585+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.5.tgz#6fa2b7845ce0ea49bf4d8b9ef64727a2c2e2e513"
586+
integrity sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==
587+
dependencies:
588+
function-bind "^1.1.2"
589+
get-intrinsic "^1.2.1"
590+
set-function-length "^1.1.1"
591+
583592
callsites@^3.0.0:
584593
version "3.1.0"
585594
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -754,6 +763,15 @@ deep-is@^0.1.3:
754763
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
755764
integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
756765

766+
define-data-property@^1.1.1:
767+
version "1.1.1"
768+
resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.1.tgz#c35f7cd0ab09883480d12ac5cb213715587800b3"
769+
integrity sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==
770+
dependencies:
771+
get-intrinsic "^1.2.1"
772+
gopd "^1.0.1"
773+
has-property-descriptors "^1.0.0"
774+
757775
delayed-stream@~1.0.0:
758776
version "1.0.0"
759777
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
@@ -1146,20 +1164,20 @@ fsevents@~2.3.2:
11461164
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
11471165
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
11481166

1149-
function-bind@^1.1.1:
1150-
version "1.1.1"
1151-
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
1152-
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
1167+
function-bind@^1.1.1, function-bind@^1.1.2:
1168+
version "1.1.2"
1169+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
1170+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
11531171

1154-
get-intrinsic@^1.0.2, get-intrinsic@^1.1.3:
1155-
version "1.2.1"
1156-
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.1.tgz#d295644fed4505fc9cde952c37ee12b477a83d82"
1157-
integrity sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==
1172+
get-intrinsic@^1.0.2, get-intrinsic@^1.1.3, get-intrinsic@^1.2.1, get-intrinsic@^1.2.2:
1173+
version "1.2.2"
1174+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.2.tgz#281b7622971123e1ef4b3c90fd7539306da93f3b"
1175+
integrity sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==
11581176
dependencies:
1159-
function-bind "^1.1.1"
1160-
has "^1.0.3"
1177+
function-bind "^1.1.2"
11611178
has-proto "^1.0.1"
11621179
has-symbols "^1.0.3"
1180+
hasown "^2.0.0"
11631181

11641182
get-stream@^6.0.1:
11651183
version "6.0.1"
@@ -1249,6 +1267,13 @@ has-flag@^4.0.0:
12491267
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
12501268
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
12511269

1270+
has-property-descriptors@^1.0.0:
1271+
version "1.0.1"
1272+
resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz#52ba30b6c5ec87fd89fa574bc1c39125c6f65340"
1273+
integrity sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==
1274+
dependencies:
1275+
get-intrinsic "^1.2.2"
1276+
12521277
has-proto@^1.0.1:
12531278
version "1.0.1"
12541279
resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.1.tgz#1885c1305538958aff469fef37937c22795408e0"
@@ -1266,12 +1291,12 @@ has-tostringtag@^1.0.0:
12661291
dependencies:
12671292
has-symbols "^1.0.2"
12681293

1269-
has@^1.0.3:
1270-
version "1.0.3"
1271-
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
1272-
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
1294+
hasown@^2.0.0:
1295+
version "2.0.0"
1296+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.0.tgz#f4c513d454a57b7c7e1650778de226b11700546c"
1297+
integrity sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==
12731298
dependencies:
1274-
function-bind "^1.1.1"
1299+
function-bind "^1.1.2"
12751300

12761301
http-errors@2.0.0:
12771302
version "2.0.0"
@@ -2014,9 +2039,9 @@ sax@1.2.1:
20142039
integrity sha512-8I2a3LovHTOpm7NV5yOyO8IHqgVsfK4+UuySrXU8YXkSRX7k6hCV9b3HrkKCr3nMpgj+0bmocaJJWpvp1oc7ZA==
20152040

20162041
sax@>=0.6.0:
2017-
version "1.2.4"
2018-
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
2019-
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
2042+
version "1.3.0"
2043+
resolved "https://registry.yarnpkg.com/sax/-/sax-1.3.0.tgz#a5dbe77db3be05c9d1ee7785dbd3ea9de51593d0"
2044+
integrity sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==
20202045

20212046
semver@^7.5.3, semver@^7.5.4:
20222047
version "7.5.4"
@@ -2054,6 +2079,16 @@ serve-static@1.15.0:
20542079
parseurl "~1.3.3"
20552080
send "0.18.0"
20562081

2082+
set-function-length@^1.1.1:
2083+
version "1.1.1"
2084+
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.1.1.tgz#4bc39fafb0307224a33e106a7d35ca1218d659ed"
2085+
integrity sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==
2086+
dependencies:
2087+
define-data-property "^1.1.1"
2088+
get-intrinsic "^1.2.1"
2089+
gopd "^1.0.1"
2090+
has-property-descriptors "^1.0.0"
2091+
20572092
setprototypeof@1.2.0:
20582093
version "1.2.0"
20592094
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
@@ -2381,12 +2416,12 @@ vary@~1.1.2:
23812416
integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==
23822417

23832418
which-typed-array@^1.1.11, which-typed-array@^1.1.2:
2384-
version "1.1.11"
2385-
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.11.tgz#99d691f23c72aab6768680805a271b69761ed61a"
2386-
integrity sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==
2419+
version "1.1.13"
2420+
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.13.tgz#870cd5be06ddb616f504e7b039c4c24898184d36"
2421+
integrity sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==
23872422
dependencies:
23882423
available-typed-arrays "^1.0.5"
2389-
call-bind "^1.0.2"
2424+
call-bind "^1.0.4"
23902425
for-each "^0.3.3"
23912426
gopd "^1.0.1"
23922427
has-tostringtag "^1.0.0"

0 commit comments

Comments
 (0)