From 921151e39ff9c782d098f0c25d68e208c0309e74 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Nov 2024 05:54:29 +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 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 236bf83..545583b 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "@types/react-helmet": "^5.0.14", "@types/styled-components": "^4.4.0", "babel-plugin-styled-components": "^1.10.6", - "gatsby": "^2.17.12", - "gatsby-cli": "^2.8.29", + "gatsby": "^2.24.27", + "gatsby-cli": "^2.12.72", "gatsby-image": "^2.2.32", "gatsby-plugin-feed": "^2.3.20", "gatsby-plugin-google-analytics": "^2.1.25", @@ -33,7 +33,7 @@ "gatsby-plugin-manifest": "^2.2.27", "gatsby-plugin-offline": "^3.0.30", "gatsby-plugin-react-helmet": "^3.1.14", - "gatsby-plugin-sharp": "^2.2.38", + "gatsby-plugin-sharp": "^3.13.0", "gatsby-plugin-styled-components": "^3.1.14", "gatsby-plugin-typescript": "^2.1.17", "gatsby-remark-copy-linked-files": "^2.1.29",