From 09d31693708504bd4551725ba8769a91c63b8492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 08:29:18 +0000 Subject: [PATCH] chore(deps): bump gatsby-transformer-remark in /client Bumps [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark) from 2.13.0 to 2.14.0. - [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.14.0/packages/gatsby-transformer-remark) Signed-off-by: dependabot[bot] --- client/package-lock.json | 22 ++++------------------ client/package.json | 2 +- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 3f52fc8923..af8b2f457b 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -13689,13 +13689,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.14.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.14.0.tgz", + "integrity": "sha512-GYtJjDRVdXbvp3BqQ4wObiSu+1We05aV5B+ifOVX1sxNXLKOUOw14tkEb6Uij6pJ3mNe3azHTkChqTe0LboYPA==", "requires": { "@babel/runtime": "^7.12.5", "bluebird": "^3.7.2", - "gatsby-core-utils": "^1.7.0", + "gatsby-core-utils": "^1.8.0", "gray-matter": "^4.0.2", "hast-util-raw": "^4.0.0", "hast-util-to-html": "^4.0.1", @@ -13782,20 +13782,6 @@ "resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz", "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==" }, - "gatsby-core-utils": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.7.0.tgz", - "integrity": "sha512-DYYkmlgpfkQBuc/vWEkSmp1xh7LGI00HA0AzH2U8AblrqAff3JBezeS3v8thkeuOm7FhlwkZGPNza+PIHYcwKA==", - "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" - } - }, "htmlparser2": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-4.1.0.tgz", diff --git a/client/package.json b/client/package.json index 133b8a9b82..74fcabb224 100644 --- a/client/package.json +++ b/client/package.json @@ -40,7 +40,7 @@ "gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-remark-prismjs": "^3.11.0", "gatsby-source-filesystem": "^2.9.0", - "gatsby-transformer-remark": "^2.13.0", + "gatsby-transformer-remark": "^2.14.0", "jquery": "^3.5.1", "lodash": "^4.17.20", "monaco-editor": "^0.20.0",