From 804ae9d4cfdd07c41a6dbbde65242acb9e1b8d70 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Nov 2024 02:22:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555 - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 27aa8fd..a034aa9 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "gatsby": "^2.19.7", + "gatsby": "^5.14.0", "gatsby-cli": "^2.8.30", "gatsby-image": "^2.2.39", "gatsby-plugin-csp": "^1.1.3", @@ -17,7 +17,7 @@ "gatsby-plugin-manifest": "^2.2.39", "gatsby-plugin-offline": "^3.0.32", "gatsby-plugin-react-helmet": "^3.1.21", - "gatsby-plugin-sharp": "^2.4.3", + "gatsby-plugin-sharp": "^3.13.0", "gatsby-plugin-typography": "^2.3.21", "gatsby-remark-copy-linked-files": "^2.3.1", "gatsby-remark-images": "^3.1.42",