From a47ab75dcf38ea25fc1c331fe7d8f55e2267bded Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Sep 2023 21:57:56 +0000 Subject: [PATCH] fix: docs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHARP-5922108 --- docs/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/package.json b/docs/package.json index ee97310..c86e012 100644 --- a/docs/package.json +++ b/docs/package.json @@ -18,15 +18,15 @@ "@material-ui/styles": "^4.10.0", "gatsby": "^2.24.65", "gatsby-image": "^2.4.19", - "gatsby-plugin-manifest": "^2.4.31", + "gatsby-plugin-manifest": "^5.10.0", "gatsby-plugin-material-ui": "^2.1.10", "gatsby-plugin-offline": "^3.2.28", "gatsby-plugin-prefetch-google-fonts": "^1.4.0", "gatsby-plugin-react-helmet": "^3.3.11", - "gatsby-plugin-sharp": "^2.6.36", + "gatsby-plugin-sharp": "^5.10.0", "gatsby-plugin-typescript": "^2.4.20", "gatsby-source-filesystem": "^2.3.30", - "gatsby-transformer-sharp": "^2.5.15", + "gatsby-transformer-sharp": "^5.10.0", "react": "^16.13.1", "react-dom": "^16.13.1", "react-easy-crop": "^3.1.1",