From 3a44287c9d913ac0d526808701f3416a384246a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Dec 2022 04:39:44 +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-JSON5-3182856 --- e2e-tests/mdx/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e-tests/mdx/package.json b/e2e-tests/mdx/package.json index d5bcd53f4c59e..e9d557bb3e2fc 100644 --- a/e2e-tests/mdx/package.json +++ b/e2e-tests/mdx/package.json @@ -6,8 +6,8 @@ "@mdx-js/mdx": "^1.6.6", "@mdx-js/react": "^1.6.6", "cypress": "^3.1.0", - "gatsby": "^2.0.118", - "gatsby-plugin-mdx": "^1.2.19", + "gatsby": "^3.0.0", + "gatsby-plugin-mdx": "^4.0.0", "gatsby-source-filesystem": "^2.3.14", "react": "^16.8.0", "react-dom": "^16.8.0",