From 52965e8b2dc5fd62e9bf0396101b867808719af1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 22:45:17 +0000 Subject: [PATCH] fix: www/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- www/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/package.json b/www/package.json index c3c5d18989f81..a31570a38962f 100644 --- a/www/package.json +++ b/www/package.json @@ -11,7 +11,7 @@ "emotion": "^9.2.12", "emotion-server": "^9.2.12", "fuse.js": "^3.2.0", - "gatsby": "^2.0.53", + "gatsby": "^4.10.2", "gatsby-image": "^2.0.5", "gatsby-plugin-canonical-urls": "^2.0.5", "gatsby-plugin-catch-links": "^2.0.2", @@ -28,7 +28,7 @@ "gatsby-plugin-nprogress": "^2.0.5", "gatsby-plugin-offline": "^2.0.16", "gatsby-plugin-react-helmet": "^3.0.0", - "gatsby-plugin-sharp": "^2.0.5", + "gatsby-plugin-sharp": "^4.22.0", "gatsby-plugin-sitemap": "^2.0.1", "gatsby-plugin-subfont": "^1.0.1", "gatsby-plugin-twitter": "^2.0.5", @@ -44,7 +44,7 @@ "gatsby-source-filesystem": "^2.0.1", "gatsby-source-npm-package-search": "^2.0.0", "gatsby-transformer-csv": "^2.0.0", - "gatsby-transformer-documentationjs": "^2.0.0", + "gatsby-transformer-documentationjs": "^3.0.0", "gatsby-transformer-remark": "^2.1.8", "gatsby-transformer-screenshot": "^2.0.4", "gatsby-transformer-sharp": "^2.1.1",