From 1841706918008938543e8b13cab5ee6f856f41dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 20:00:17 +0000 Subject: [PATCH] Bump gatsby-transformer-remark from 5.18.1 to 5.25.1 Bumps [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark) from 5.18.1 to 5.25.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.25.1/packages/gatsby-transformer-remark) --- updated-dependencies: - dependency-name: gatsby-transformer-remark dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 52da913..2d4fb4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "gatsby-plugin-sass": "^5.18.1", "gatsby-plugin-sharp": "^4.18.1", "gatsby-source-filesystem": "^4.18.1", - "gatsby-transformer-remark": "^5.18.1", + "gatsby-transformer-remark": "^5.25.1", "gatsby-transformer-sharp": "^4.18.1", "lmdb-store": "^1.6.14", "postcss": "^8.4.14", @@ -10313,9 +10313,9 @@ } }, "node_modules/gatsby-core-utils": { - "version": "3.18.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.18.1.tgz", - "integrity": "sha512-sJTxRqizLxYy/tSFk0ydfqEZ3ek1So9HDVUa39F6Oi8XuPCBTFzaAooUvowKGneI5YUbdk5y4VO4ybwVUynntw==", + "version": "3.25.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.25.0.tgz", + "integrity": "sha512-lmMDwbnKpqAi+8WWd7MvCTCx3E0u7j8sbVgydERNCYVxKVpzD/aLCH4WPb4EE9m1H1rSm76w0Z+MaentyB/c/Q==", "dependencies": { "@babel/runtime": "^7.15.4", "ci-info": "2.0.0", @@ -11148,12 +11148,12 @@ } }, "node_modules/gatsby-transformer-remark": { - "version": "5.18.1", - "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-5.18.1.tgz", - "integrity": "sha512-7sWIxdl1nnWFwkpfV4y72pssVzxrBvaHZ+pb7aXFEeSs0KdhKDrczIo2kUexjOeeO30T1QG+qVX8NKytqAb37w==", + "version": "5.25.1", + "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-5.25.1.tgz", + "integrity": "sha512-6k3uOnZYsJSgmZIWq9Y+Cqb6pysusCUBYpQY1+V9ofpSRbrZGGfuoCeFKd27x/c0jI5jneuL3NXnxwn/JJK1Ig==", "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.18.1", + "gatsby-core-utils": "^3.25.0", "gray-matter": "^4.0.3", "hast-util-raw": "^6.0.2", "hast-util-to-html": "^7.1.3", @@ -28598,9 +28598,9 @@ } }, "gatsby-core-utils": { - "version": "3.18.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.18.1.tgz", - "integrity": "sha512-sJTxRqizLxYy/tSFk0ydfqEZ3ek1So9HDVUa39F6Oi8XuPCBTFzaAooUvowKGneI5YUbdk5y4VO4ybwVUynntw==", + "version": "3.25.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.25.0.tgz", + "integrity": "sha512-lmMDwbnKpqAi+8WWd7MvCTCx3E0u7j8sbVgydERNCYVxKVpzD/aLCH4WPb4EE9m1H1rSm76w0Z+MaentyB/c/Q==", "requires": { "@babel/runtime": "^7.15.4", "ci-info": "2.0.0", @@ -29213,12 +29213,12 @@ } }, "gatsby-transformer-remark": { - "version": "5.18.1", - "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-5.18.1.tgz", - "integrity": "sha512-7sWIxdl1nnWFwkpfV4y72pssVzxrBvaHZ+pb7aXFEeSs0KdhKDrczIo2kUexjOeeO30T1QG+qVX8NKytqAb37w==", + "version": "5.25.1", + "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-5.25.1.tgz", + "integrity": "sha512-6k3uOnZYsJSgmZIWq9Y+Cqb6pysusCUBYpQY1+V9ofpSRbrZGGfuoCeFKd27x/c0jI5jneuL3NXnxwn/JJK1Ig==", "requires": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.18.1", + "gatsby-core-utils": "^3.25.0", "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 02aad24..1d091d0 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "gatsby-plugin-sass": "^5.18.1", "gatsby-plugin-sharp": "^4.18.1", "gatsby-source-filesystem": "^4.18.1", - "gatsby-transformer-remark": "^5.18.1", + "gatsby-transformer-remark": "^5.25.1", "gatsby-transformer-sharp": "^4.18.1", "lmdb-store": "^1.6.14", "postcss": "^8.4.14",