From b6027bc62161416cb719925f6fd4d4ca8fa9cd28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 20:17:42 +0000 Subject: [PATCH] Bump gatsby-transformer-remark from 5.7.0 to 5.9.1 (#654) Bumps [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark) from 5.7.0 to 5.9.1. - [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@5.9.1/packages/gatsby-transformer-remark) --- updated-dependencies: - dependency-name: gatsby-transformer-remark dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9eb93e79..fdc62945 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "gatsby-remark-vscode": "^3.3.1", "gatsby-source-filesystem": "^4.7.0", "gatsby-source-graphql": "^4.7.0", - "gatsby-transformer-remark": "^5.8.1", + "gatsby-transformer-remark": "^5.9.1", "gatsby-transformer-sharp": "^4.7.0", "nord-visual-studio-code": "github:arcticicestudio/nord-visual-studio-code", "pigeon-maps": "^0.20.0", @@ -14635,12 +14635,12 @@ } }, "node_modules/gatsby-transformer-remark": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-5.8.1.tgz", - "integrity": "sha512-45J7jUxJhqEM37EJ7zUNnF8i3rBhrOBV2qbeIvGmpqbsb4d2IKcRKjNkL07Ae/27PoZUprVxep2CpZqp9qoSIQ==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-5.9.1.tgz", + "integrity": "sha512-+7Z1CRR9wmW/pS1t1/Y4n/e8iEqw3Z/67ZG+UDMqKHG/TY11DUyAgacvBlvy9VxgXLR4qf8Qv2k9PWq/aQEo/g==", "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.8.1", + "gatsby-core-utils": "^3.9.1", "gray-matter": "^4.0.3", "hast-util-raw": "^6.0.2", "hast-util-to-html": "^7.1.3", @@ -41104,12 +41104,12 @@ } }, "gatsby-transformer-remark": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-5.8.1.tgz", - "integrity": "sha512-45J7jUxJhqEM37EJ7zUNnF8i3rBhrOBV2qbeIvGmpqbsb4d2IKcRKjNkL07Ae/27PoZUprVxep2CpZqp9qoSIQ==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-5.9.1.tgz", + "integrity": "sha512-+7Z1CRR9wmW/pS1t1/Y4n/e8iEqw3Z/67ZG+UDMqKHG/TY11DUyAgacvBlvy9VxgXLR4qf8Qv2k9PWq/aQEo/g==", "requires": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.8.1", + "gatsby-core-utils": "^3.9.1", "gray-matter": "^4.0.3", "hast-util-raw": "^6.0.2", "hast-util-to-html": "^7.1.3", diff --git a/package.json b/package.json index 0335a014..21dd7517 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "gatsby-remark-vscode": "^3.3.1", "gatsby-source-filesystem": "^4.7.0", "gatsby-source-graphql": "^4.7.0", - "gatsby-transformer-remark": "^5.8.1", + "gatsby-transformer-remark": "^5.9.1", "gatsby-transformer-sharp": "^4.7.0", "nord-visual-studio-code": "github:arcticicestudio/nord-visual-studio-code", "pigeon-maps": "^0.20.0",