Skip to content

Commit e9f0f32

Browse files
fix(deps): update minor and patch dependencies for gatsby-plugin-sharp (#33770)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 2a049e5 commit e9f0f32

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/gatsby-plugin-sharp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.15.4",
11-
"async": "^3.2.1",
11+
"async": "^3.2.2",
1212
"bluebird": "^3.7.2",
1313
"filenamify": "^4.3.0",
1414
"fs-extra": "^10.0.0",
@@ -17,7 +17,7 @@
1717
"gatsby-telemetry": "^3.2.0-next.0",
1818
"got": "^11.8.2",
1919
"lodash": "^4.17.21",
20-
"mini-svg-data-uri": "^1.3.3",
20+
"mini-svg-data-uri": "^1.4.3",
2121
"potrace": "^2.1.8",
2222
"probe-image-size": "^6.0.0",
2323
"progress": "^2.0.3",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6021,10 +6021,10 @@ [email protected]:
60216021
resolved "https://registry.yarnpkg.com/async/-/async-3.2.0.tgz#b3a2685c5ebb641d3de02d161002c60fc9f85720"
60226022
integrity sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw==
60236023

6024-
async@^3.2.0, async@^3.2.1:
6025-
version "3.2.1"
6026-
resolved "https://registry.yarnpkg.com/async/-/async-3.2.1.tgz#d3274ec66d107a47476a4c49136aacdb00665fc8"
6027-
integrity sha512-XdD5lRO/87udXCMC9meWdYiR+Nq6ZjUfXidViUZGu2F1MO4T3XwZ1et0hb2++BgLfhyJwy44BGB/yx80ABx8hg==
6024+
async@^3.2.0, async@^3.2.2:
6025+
version "3.2.2"
6026+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.2.tgz#2eb7671034bb2194d45d30e31e24ec7e7f9670cd"
6027+
integrity sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==
60286028

60296029
asynckit@^0.4.0:
60306030
version "0.4.0"

0 commit comments

Comments
 (0)