From 11ed287a525eb700064aa4d3619e1e3f382d5503 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 23:27:08 +0000 Subject: [PATCH] fix: website/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-TRIM-1017038 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- website/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package.json b/website/package.json index ed18e9bc3e..bb18ab1c18 100644 --- a/website/package.json +++ b/website/package.json @@ -8,19 +8,19 @@ "@emotion/styled": "^10.0.27", "@invertase/ui": "^1.0.10", "@mapbox/rehype-prism": "^0.3.1", - "@mdx-js/mdx": "^1.5.1", + "@mdx-js/mdx": "^2.0.0", "@mdx-js/react": "^1.5.1", "@reach/router": "^1.2.1", "autoprefixer": "^9.7.1", "classnames": "^2.2.6", - "gatsby": "^2.19.7", + "gatsby": "^4.22.0", "gatsby-image": "^2.2.39", "gatsby-plugin-emotion": "^4.1.22", "gatsby-plugin-google-tagmanager": "^2.1.18", "gatsby-plugin-manifest": "^2.2.39", - "gatsby-plugin-mdx": "^1.0.47", + "gatsby-plugin-mdx": "^4.0.0", "gatsby-plugin-netlify": "^2.1.31", - "gatsby-plugin-postcss": "^2.1.10", + "gatsby-plugin-postcss": "^3.0.0", "gatsby-plugin-purgecss": "^5.0.0", "gatsby-plugin-react-helmet": "^3.1.21", "gatsby-plugin-sitemap": "^2.2.27", @@ -34,7 +34,7 @@ "react-dom": "^16.12.0", "react-helmet": "^5.2.1", "slug": "^2.1.1", - "tailwindcss": "^1.4.0", + "tailwindcss": "^2.0.0", "tailwindcss-dark-mode": "^1.1.0", "traverse": "^0.6.6", "typedoc": "~0.19.2",