From ade6f06c5f4a787ac2ef68ea58053ef41baf2dcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Dec 2020 04:38:36 +0000 Subject: [PATCH] Bump gatsby-transformer-remark from 2.13.0 to 2.13.1 Bumps [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark) from 2.13.0 to 2.13.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-transformer-remark@2.13.1/packages/gatsby-transformer-remark/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@2.13.1/packages/gatsby-transformer-remark) Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++++++++++++++++---- package.json | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 648998e..1ef63c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10414,13 +10414,13 @@ } }, "gatsby-transformer-remark": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.13.0.tgz", - "integrity": "sha512-DdTCbvPvCq4gquee07+lFTozTz1IvLrU7TCnvycec5t0sbEtuWZ98nWiMFooyoWbbAI51oR0RRs3zKgohSZ5zw==", + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.13.1.tgz", + "integrity": "sha512-l1QWWye5l9x009vLNn+tus2cEHO2OICKINJg5jhValw4Frm+XLJz97ffX1Y6s6a8b6tLuEZPQFb/pwk0wgi0UQ==", "requires": { "@babel/runtime": "^7.12.5", "bluebird": "^3.7.2", - "gatsby-core-utils": "^1.7.0", + "gatsby-core-utils": "^1.7.1", "gray-matter": "^4.0.2", "hast-util-raw": "^4.0.0", "hast-util-to-html": "^4.0.1", @@ -10449,6 +10449,20 @@ "regenerator-runtime": "^0.13.4" } }, + "gatsby-core-utils": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.7.1.tgz", + "integrity": "sha512-hnzQCixp2C4opmSgjido/CQwSt4FL3CcmGwq6fK3PVPTT3hLPz7rvuTMQIUlR8BJjGYai6i5f6V3wfkCJ3VTgQ==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "fs-extra": "^8.1.0", + "node-object-hash": "^2.0.0", + "proper-lockfile": "^4.1.1", + "tmp": "^0.2.1", + "xdg-basedir": "^4.0.0" + } + }, "is-plain-obj": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", diff --git a/package.json b/package.json index 32daf9f..dcd8333 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "gatsby-source-filesystem": "^2.8.0", "gatsby-source-youtube-v2": "^1.0.1", "gatsby-transformer-sharp": "^2.9.0", - "gatsby-transformer-remark": "^2.13.0", + "gatsby-transformer-remark": "^2.13.1", "html-to-react": "^1.4.5", "node-sass": "^4.14.1", "prop-types": "^15.7.2",