From bf94aeea43ba00b5df3477b55d9b758b4fd079d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 00:45:40 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-mdx from 3.9.0 to 3.11.1 in /docs Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) from 3.9.0 to 3.11.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-mdx/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@3.11.1/packages/gatsby-plugin-mdx) --- updated-dependencies: - dependency-name: gatsby-plugin-mdx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 22 +++++++++++----------- docs/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 6706cca6eaac..1a3f09c3c8bd 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -20,7 +20,7 @@ "gatsby-plugin-emotion": "^7.9.0", "gatsby-plugin-google-analytics": "^4.6.0", "gatsby-plugin-manifest": "^4.9.0", - "gatsby-plugin-mdx": "^3.9.0", + "gatsby-plugin-mdx": "^3.11.1", "gatsby-plugin-netlify": "^4.1.0", "gatsby-plugin-netlify-cache": "^2.0.0", "gatsby-plugin-offline": "^5.11.1", @@ -12430,9 +12430,9 @@ } }, "node_modules/gatsby-plugin-mdx": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.9.0.tgz", - "integrity": "sha512-W5P9cMTVlWRC8p9dX3MCm7WdmBi05SK4nW4t260kIaD3mJKGNqJjx0cqXwNyNpX5C/Zju+mGqv7vy3od0a3CYQ==", + "version": "3.11.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.11.1.tgz", + "integrity": "sha512-YP1Y83rusbNKXFiD6bfWri/ga/z5JuvuCEcT8+eiOXUtmmMHuiS1/wAz2+YM8+OdZKnP25ccI+TOG2Jd+gKR/g==", "dependencies": { "@babel/core": "^7.15.5", "@babel/generator": "^7.15.4", @@ -12450,7 +12450,7 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.9.0", + "gatsby-core-utils": "^3.11.1", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", @@ -12477,8 +12477,8 @@ "@mdx-js/mdx": "^1.0.0", "@mdx-js/react": "^1.0.0", "gatsby": "^4.0.0-next", - "react": "^16.9.0 || ^17.0.0", - "react-dom": "^16.9.0 || ^17.0.0" + "react": "^16.9.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0" } }, "node_modules/gatsby-plugin-mdx/node_modules/@babel/helper-plugin-utils": { @@ -35152,9 +35152,9 @@ } }, "gatsby-plugin-mdx": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.9.0.tgz", - "integrity": "sha512-W5P9cMTVlWRC8p9dX3MCm7WdmBi05SK4nW4t260kIaD3mJKGNqJjx0cqXwNyNpX5C/Zju+mGqv7vy3od0a3CYQ==", + "version": "3.11.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.11.1.tgz", + "integrity": "sha512-YP1Y83rusbNKXFiD6bfWri/ga/z5JuvuCEcT8+eiOXUtmmMHuiS1/wAz2+YM8+OdZKnP25ccI+TOG2Jd+gKR/g==", "requires": { "@babel/core": "^7.15.5", "@babel/generator": "^7.15.4", @@ -35172,7 +35172,7 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.9.0", + "gatsby-core-utils": "^3.11.1", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", diff --git a/docs/package.json b/docs/package.json index 6f601a044812..6dc9be277bea 100644 --- a/docs/package.json +++ b/docs/package.json @@ -17,7 +17,7 @@ "gatsby-plugin-emotion": "^7.9.0", "gatsby-plugin-google-analytics": "^4.6.0", "gatsby-plugin-manifest": "^4.9.0", - "gatsby-plugin-mdx": "^3.9.0", + "gatsby-plugin-mdx": "^3.11.1", "gatsby-plugin-netlify": "^4.1.0", "gatsby-plugin-netlify-cache": "^2.0.0", "gatsby-plugin-offline": "^5.11.1",