From e461171aa10ea44fe9e762b9cc7c2648ef29d10e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 May 2021 03:29:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1c218df..7e934f1 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "debug": "^4.3.1", "documentation": "^13.2.0", "fs-extra": "^7.0.1", - "gatsby": "^2.32.11", + "gatsby": "^3.0.0", "gatsby-plugin-advanced-sitemap": "^1.6.0", "gatsby-plugin-react-helmet": "^3.3.3", "gatsby-plugin-sass": "^2.8.0", @@ -39,7 +39,7 @@ "moment-strftime": "^0.5.0", "node-sass": "^4.14.1", "node-sass-utils": "^1.1.2", - "postcss": "^8.2.8", + "postcss": "^8.2.13", "react": "^16.14.0", "react-dom": "^16.8.1", "react-helmet": "^5.2.0",