From 17bb011f0d396ead8508df08fdd3043143c94483 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 08:33:38 +0100 Subject: [PATCH] chore(deps): update minor and patch for gatsby-plugin-sharp (#28968) Co-authored-by: Renovate Bot --- packages/gatsby-plugin-sharp/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index e86d667b3353b..890357bd27938 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -10,7 +10,7 @@ "@babel/runtime": "^7.12.5", "async": "^3.2.0", "bluebird": "^3.7.2", - "fs-extra": "^9.0.1", + "fs-extra": "^9.1.0", "gatsby-core-utils": "^1.10.0-next.0", "gatsby-telemetry": "^1.10.0-next.1", "got": "^10.7.0", @@ -30,7 +30,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "@types/sharp": "^0.26.1", + "@types/sharp": "^0.27.1", "babel-preset-gatsby-package": "^0.12.0-next.0", "cross-env": "^7.0.3", "gatsby-plugin-image": "^0.7.0-next.1",