Skip to content

Commit 6857e26

Browse files
fix(deps): update dependency async to ^3.2.1 for gatsby-plugin-sharp (#32983)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 08b3c76 commit 6857e26

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.14.8",
11-
"async": "^3.2.0",
11+
"async": "^3.2.1",
1212
"bluebird": "^3.7.2",
1313
"filenamify": "^4.3.0",
1414
"fs-extra": "^10.0.0",

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -6289,11 +6289,16 @@ [email protected]:
62896289
version "1.5.2"
62906290
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
62916291

6292-
[email protected], async@^3.2.0:
6292+
62936293
version "3.2.0"
62946294
resolved "https://registry.yarnpkg.com/async/-/async-3.2.0.tgz#b3a2685c5ebb641d3de02d161002c60fc9f85720"
62956295
integrity sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw==
62966296

6297+
async@^3.2.0, async@^3.2.1:
6298+
version "3.2.1"
6299+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.1.tgz#d3274ec66d107a47476a4c49136aacdb00665fc8"
6300+
integrity sha512-XdD5lRO/87udXCMC9meWdYiR+Nq6ZjUfXidViUZGu2F1MO4T3XwZ1et0hb2++BgLfhyJwy44BGB/yx80ABx8hg==
6301+
62976302
asynckit@^0.4.0:
62986303
version "0.4.0"
62996304
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"

0 commit comments

Comments
 (0)