From 97283d47bdc869c848d3423ae204cfa5486de7d1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Jun 2022 22:08:35 +0000 Subject: [PATCH] fix: www/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GATSBYPLUGINMDX-2405699 --- www/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/package.json b/www/package.json index 057e7c77d5c1b..3d366db69669c 100644 --- a/www/package.json +++ b/www/package.json @@ -34,7 +34,7 @@ "gatsby-plugin-layout": "^1.1.16", "gatsby-plugin-mailchimp": "^2.2.3", "gatsby-plugin-manifest": "^2.2.31", - "gatsby-plugin-mdx": "^1.0.59", + "gatsby-plugin-mdx": "^2.14.1", "gatsby-plugin-netlify": "^2.1.28", "gatsby-plugin-netlify-cache": "^0.1.0", "gatsby-plugin-nprogress": "^2.1.15",