From bd76a0b51fc4710b1fda6cdff5e75e227d2f076e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Jun 2022 21:10:49 +0000 Subject: [PATCH] fix: e2e-tests/mdx/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GATSBYPLUGINMDX-2405699 --- e2e-tests/mdx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/mdx/package.json b/e2e-tests/mdx/package.json index d5bcd53f4c59e..343090125623c 100644 --- a/e2e-tests/mdx/package.json +++ b/e2e-tests/mdx/package.json @@ -7,7 +7,7 @@ "@mdx-js/react": "^1.6.6", "cypress": "^3.1.0", "gatsby": "^2.0.118", - "gatsby-plugin-mdx": "^1.2.19", + "gatsby-plugin-mdx": "^2.14.1", "gatsby-source-filesystem": "^2.3.14", "react": "^16.8.0", "react-dom": "^16.8.0",