Skip to content

Commit a9371a2

Browse files
Bump async to 2.6.4
This allows switching to more recent lodash, and fixes CVE. Issue: S3UTILS-109
1 parent d68d8be commit a9371a2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"JSONStream": "^1.3.5",
3030
"arsenal": "git+https://github.com/scality/arsenal#8.1.59",
31-
"async": "^2.6.1",
31+
"async": "^2.6.4",
3232
"aws-sdk": "^2.1005.0",
3333
"heapdump": "^0.3.15",
3434
"level": "^7",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -558,25 +558,25 @@ async-limiter@~1.0.0:
558558
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
559559
integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==
560560

561-
async@^2.1.4, async@^2.5.0, async@^2.6.1:
561+
async@^2.1.4, async@^2.5.0:
562562
version "2.6.1"
563563
resolved "https://registry.yarnpkg.com/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610"
564564
integrity sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==
565565
dependencies:
566566
lodash "^4.17.10"
567567

568-
async@^3.2.0:
569-
version "3.2.3"
570-
resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9"
571-
integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==
572-
573-
async@~2.6.4:
568+
async@^2.6.4, async@~2.6.4:
574569
version "2.6.4"
575570
resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221"
576571
integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==
577572
dependencies:
578573
lodash "^4.17.14"
579574

575+
async@^3.2.0:
576+
version "3.2.3"
577+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9"
578+
integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==
579+
580580
asynckit@^0.4.0:
581581
version "0.4.0"
582582
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"

0 commit comments

Comments
 (0)