From 6031d46c07b886cace7200c88356a119bc6fdc65 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 02:53:18 +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-ANSIHTML-1296849 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-EVENTSOURCE-2823375 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- e2e-tests/mdx/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e2e-tests/mdx/package.json b/e2e-tests/mdx/package.json index d5bcd53f4c59e..d3500776f01f6 100644 --- a/e2e-tests/mdx/package.json +++ b/e2e-tests/mdx/package.json @@ -3,11 +3,11 @@ "description": "Gatsby MDX tester", "version": "1.0.0", "dependencies": { - "@mdx-js/mdx": "^1.6.6", + "@mdx-js/mdx": "^2.0.0", "@mdx-js/react": "^1.6.6", - "cypress": "^3.1.0", - "gatsby": "^2.0.118", - "gatsby-plugin-mdx": "^1.2.19", + "cypress": "^7.6.0", + "gatsby": "^4.22.0", + "gatsby-plugin-mdx": "^4.0.0", "gatsby-source-filesystem": "^2.3.14", "react": "^16.8.0", "react-dom": "^16.8.0",