From 6e8da714f5a2fbb72d152f2b313e1a6a9fb8dca2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 06:32:54 +0000 Subject: [PATCH] chore(deps): bump gatsby-transformer-remark from 2.6.48 to 2.6.51 Bumps [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark) from 2.6.48 to 2.6.51. - [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.51/packages/gatsby-transformer-remark) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 23 ++++++++++++++++------- package.json | 2 +- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca91bcb..a83ebc9 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.51", + "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.6.51.tgz", + "integrity": "sha512-e4N6TnHzGeAoIsumtEaOKJPPWakJ67uQCb5ekbzNAqwTaggsTYRyzIJ9bV8dkj8osroJA6tC3s84eOl3uKwRjw==", "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", @@ -17149,9 +17158,9 @@ } }, "readable-stream": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.5.0.tgz", - "integrity": "sha512-gSz026xs2LfxBPudDuI41V1lka8cxg64E66SGe78zJlsUofOg/yqwezdIcdfwik6B4h8LFmWPA9ef9X3FiNFLA==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", "requires": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", diff --git a/package.json b/package.json index 3631d3a..b5c9814 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.51", "gatsby-transformer-sharp": "^2.3.7", "lodash": "^4.17.15", "mermaid": "^8.4.5",