Skip to content

Commit 20c790a

Browse files
fix(deps): update dependency async to ^3.2.4 for gatsby-plugin-sharp (#36032)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4a2d194 commit 20c790a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/gatsby-plugin-sharp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.15.4",
1111
"@gatsbyjs/potrace": "^2.2.0",
12-
"async": "^3.2.3",
12+
"async": "^3.2.4",
1313
"bluebird": "^3.7.2",
1414
"debug": "^4.3.4",
1515
"filenamify": "^4.3.0",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6040,11 +6040,16 @@ [email protected]:
60406040
resolved "https://registry.yarnpkg.com/async/-/async-3.2.0.tgz#b3a2685c5ebb641d3de02d161002c60fc9f85720"
60416041
integrity sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw==
60426042

6043-
[email protected], async@^3.2.0, async@^3.2.3:
6043+
60446044
version "3.2.3"
60456045
resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9"
60466046
integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==
60476047

6048+
async@^3.2.0, async@^3.2.4:
6049+
version "3.2.4"
6050+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
6051+
integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==
6052+
60486053
asynckit@^0.4.0:
60496054
version "0.4.0"
60506055
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"

0 commit comments

Comments
 (0)