From f16a0970f52e75b84d1a34493d5b8c9b3ac353d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 May 2021 02:54:59 +0000 Subject: [PATCH] fix: examples/using-multiple-themes/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- examples/using-multiple-themes/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-multiple-themes/package.json b/examples/using-multiple-themes/package.json index 2e06545ed1006..c4902165a8d81 100644 --- a/examples/using-multiple-themes/package.json +++ b/examples/using-multiple-themes/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@pauliescanlon/gatsby-mdx-embed": "0.0.29", - "gatsby": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-theme-blog": "^1.6.61", "gatsby-theme-notes": "^1.3.87", "react": "^16.12.0",