From d86176c69664b98f526f1d3b6f91fc1827e0d769 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2020 06:49:48 +0000 Subject: [PATCH] chore(deps): bump gatsby-transformer-remark from 2.6.48 to 2.6.50 Bumps [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark) from 2.6.48 to 2.6.50. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-remark/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@2.6.50/packages/gatsby-transformer-remark) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 17 +++++++++++++---- package.json | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca91bcb..fb93c02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9680,13 +9680,13 @@ } }, "gatsby-transformer-remark": { - "version": "2.6.48", - "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.6.48.tgz", - "integrity": "sha512-VvfNGN7L+V+Lg6Lsfqh+SFxLPcMGEjEBpy7cDjhRwUq+AEbv5kZ4lt+6+ICUD7QitsSER1AgnZz0Yp61t9YEag==", + "version": "2.6.50", + "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.6.50.tgz", + "integrity": "sha512-TeJ9wBoZB3xTengF8Dzt8+gKnKYLlTHaIp87Lab4nuP9XMTT0GiMsqJwvAFBo4SnOFUa30qNRbz+Fyirk7oPew==", "requires": { "@babel/runtime": "^7.7.6", "bluebird": "^3.7.2", - "gatsby-core-utils": "^1.0.26", + "gatsby-core-utils": "^1.0.28", "gray-matter": "^4.0.2", "hast-util-raw": "^4.0.0", "hast-util-to-html": "^4.0.1", @@ -9707,6 +9707,15 @@ "unist-util-visit": "^1.4.1" }, "dependencies": { + "gatsby-core-utils": { + "version": "1.0.28", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.28.tgz", + "integrity": "sha512-XWKR9Rk2v6iQkmBsTLCdI3adyC9PCh1s5BQ85nlGitlgcVVQq98jZlQdcy0v9mJOrTuce0uf5RqkeGDWFLekoA==", + "requires": { + "ci-info": "2.0.0", + "node-object-hash": "^2.0.0" + } + }, "hast-to-hyperscript": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-5.0.0.tgz", diff --git a/package.json b/package.json index 3631d3a..131832a 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "gatsby-remark-mermaid": "^1.2.0", "gatsby-source-filesystem": "^2.1.40", "gatsby-transformer-mdx": "^1.1.3", - "gatsby-transformer-remark": "^2.6.48", + "gatsby-transformer-remark": "^2.6.50", "gatsby-transformer-sharp": "^2.3.7", "lodash": "^4.17.15", "mermaid": "^8.4.5",