diff --git a/website/package.json b/website/package.json index 7f5e62184..5576aabba 100644 --- a/website/package.json +++ b/website/package.json @@ -28,7 +28,7 @@ "gatsby-plugin-feed": "^2.4.1", "gatsby-plugin-google-analytics": "^2.2.2", "gatsby-plugin-manifest": "2.2.48", - "gatsby-plugin-mdx": "^1.1.3", + "gatsby-plugin-mdx": "^1.1.4", "gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-netlify": "^2.1.34", "gatsby-plugin-next-seo": "^1.4.0", diff --git a/website/yarn.lock b/website/yarn.lock index 0e4b5a50a..f3a6bbbc2 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -6820,10 +6820,10 @@ gatsby-plugin-manifest@2.2.48: semver "^5.7.1" sharp "^0.23.4" -gatsby-plugin-mdx@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.1.3.tgz#5b4a1bbef031858f817a396c1e26a40626f11c59" - integrity sha512-6U0dMsEFxiGGdd8k9j7EL8lSlMCrsTytrqDCGNdpKEyyPsPjPCroVmjuHFwG3nNeKwi0m/bPaVSOoIbkIcmPaw== +gatsby-plugin-mdx@^1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.1.4.tgz#1f3e9773bfc1fd4806ceacab7a130441f3e19b0d" + integrity sha512-id2/LALN7eseTGN05v1n16XCYggrl2UTzWOJOQME9rh25jNK+KT5ywaPY6vNYimeAW7wWdad3rl6hORpv4L6yw== dependencies: "@babel/core" "^7.8.7" "@babel/generator" "^7.8.8"