From 9bf3c0a42a850eb0c8b6d208f5efbc773ae9abfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 07:01:01 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-mdx from 1.2.30 to 1.2.34 in /docs Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) from 1.2.30 to 1.2.34. - [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@1.2.34/packages/gatsby-plugin-mdx) Signed-off-by: dependabot[bot] --- docs/package-lock.json | 21 +++++++-------------- docs/package.json | 2 +- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 81bd17500f1b..704175345098 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -9602,9 +9602,9 @@ "integrity": "sha512-6ov7Qd/cKdEaqrABlPUNDXWHGn8HJpU/TGm0/htBAi4nSfFJWq6EEw9apzWHfR8IoVwjHExlX5wD7Y4qKjMV0w==" }, "gatsby-core-utils": { - "version": "1.3.14", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.14.tgz", - "integrity": "sha512-jfC+x5rrYUfl70MHRLsOtsXqdlqIbQGVDKXrvp6IPIUP8TKU6XIpYktF0Yd4ldJIWmGZTa062RWUOd2DFBHVSw==", + "version": "1.3.15", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.15.tgz", + "integrity": "sha512-np1tJCGejhCHtgHdFl6+y5EwVAzdrieJZ3hdvpeOrJ22bL9ktl5XVLy4K937ThgxHLp8+ElMDVdziNun5tC8eg==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -9842,9 +9842,9 @@ } }, "gatsby-plugin-mdx": { - "version": "1.2.30", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.2.30.tgz", - "integrity": "sha512-QhiiwyvPglCpG2FC/Qxk+ZiJhwK0PfQ+7I3lBrDPGWax+sIq3ZZzbhnd2Bjb3nBwFZFFVGAdCSHfqdFZM1W7IQ==", + "version": "1.2.34", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.2.34.tgz", + "integrity": "sha512-YCuVgpUaOHPTEbt2/OXSXU/wr4fz3ONt49NImO8eNIJZqUqM8tuG8mBVOq2ukW2QIbp2kT9A7kbHHaBAZtuBDQ==", "requires": { "@babel/core": "^7.10.3", "@babel/generator": "^7.10.3", @@ -9861,7 +9861,7 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.3.14", + "gatsby-core-utils": "^1.3.15", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", @@ -9897,13 +9897,6 @@ "@babel/helper-validator-identifier": "^7.10.4", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "lodash": { - "version": "4.17.19", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", - "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" - } } }, "core-js": { diff --git a/docs/package.json b/docs/package.json index bb0e9ad283e0..7595260db729 100644 --- a/docs/package.json +++ b/docs/package.json @@ -18,7 +18,7 @@ "gatsby-plugin-emotion": "^4.3.10", "gatsby-plugin-google-analytics": "^2.3.13", "gatsby-plugin-manifest": "^2.4.23", - "gatsby-plugin-mdx": "^1.2.30", + "gatsby-plugin-mdx": "^1.2.34", "gatsby-plugin-netlify": "^2.3.12", "gatsby-plugin-netlify-cache": "^1.2.0", "gatsby-plugin-offline": "^3.2.22",