From 7f94973c23e5b72f844e7a9c9260790e33a7f244 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 May 2021 00:43:12 +0000 Subject: [PATCH] fix: examples/using-i18n/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-i18n/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-i18n/package.json b/examples/using-i18n/package.json index 40c691cae8af9..20d05dba752d7 100644 --- a/examples/using-i18n/package.json +++ b/examples/using-i18n/package.json @@ -13,7 +13,7 @@ "dependencies": { "@mdx-js/mdx": "^1.6.18", "@mdx-js/react": "^1.6.18", - "gatsby": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-plugin-mdx": "^1.2.40", "gatsby-source-filesystem": "^2.3.30", "gatsby-transformer-json": "^2.4.12",