From ff66f4c2e3d8060526be630562b6eb0da138930f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jun 2023 01:18:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 525cf44e..65782247 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "core-js": "^2.6.0", "disqus-react": "^1.0.4", - "gatsby": "^2.0.0", + "gatsby": "^5.0.0", "gatsby-image": "^2.0.22", "gatsby-link": "^2.0.7", "gatsby-plugin-canonical-urls": "^2.0.8", @@ -15,7 +15,7 @@ "gatsby-plugin-offline": "^2.0.5", "gatsby-plugin-react-helmet": "^3.0.0", "gatsby-plugin-sass": "^2.0.1", - "gatsby-plugin-sharp": "^2.0.15", + "gatsby-plugin-sharp": "^3.13.0", "gatsby-plugin-sitemap": "^2.0.3", "gatsby-plugin-yandex-metrika": "^1.0.5", "gatsby-remark-copy-linked-files": "^2.0.7",