Skip to content

Commit a30811a

Browse files
fix(deps): update dependency async to ^3.2.5 for gatsby-plugin-sharp (#38721)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dd0ae15 commit a30811a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/gatsby-plugin-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.20.13",
11-
"async": "^3.2.4",
11+
"async": "^3.2.5",
1212
"bluebird": "^3.7.2",
1313
"debug": "^4.3.4",
1414
"filenamify": "^4.3.0",

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -6420,11 +6420,16 @@ [email protected]:
64206420
resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9"
64216421
integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==
64226422

6423-
[email protected], async@^3.2.1, async@^3.2.4:
6423+
64246424
version "3.2.4"
64256425
resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
64266426
integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==
64276427

6428+
async@^3.2.1, async@^3.2.5:
6429+
version "3.2.5"
6430+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.5.tgz#ebd52a8fdaf7a2289a24df399f8d8485c8a46b66"
6431+
integrity sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==
6432+
64286433
asynckit@^0.4.0:
64296434
version "0.4.0"
64306435
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"

0 commit comments

Comments
 (0)