From a83ea1a4217443caff2b2c4a675420f927bc0d42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 06:05:39 +0000 Subject: [PATCH] Bump gatsby-plugin-mdx from 5.12.0 to 5.13.1 Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) from 5.12.0 to 5.13.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-mdx/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@5.13.1/packages/gatsby-plugin-mdx) --- updated-dependencies: - dependency-name: gatsby-plugin-mdx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index f72073f43..c9fc17ce4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "gatsby-plugin-image": "^3.12.0", "gatsby-plugin-local-search": "^2.0.1", "gatsby-plugin-manifest": "^5.13.1", - "gatsby-plugin-mdx": "^5.12.0", + "gatsby-plugin-mdx": "^5.13.1", "gatsby-plugin-netlify": "^5.1.0", "gatsby-plugin-offline": "^6.12.0", "gatsby-plugin-react-i18next": "^2.0.5", @@ -12458,9 +12458,9 @@ } }, "node_modules/gatsby-plugin-mdx": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-5.12.0.tgz", - "integrity": "sha512-ILjKk7NR+WdXGaFYdVRxjY04BChhZzY960HslTySjipgm0AzVPEjW1UQDXEeHKHdo7aLhrOlhifVYCXoq/FaOw==", + "version": "5.13.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-5.13.1.tgz", + "integrity": "sha512-ZL/z1j8zBzQSqFTEoVdC+jPNpN/CXse2h87wUz78V+BMjp40ccR0DCo62KgF40HVz4iCEYVufqfjQNc0nLoSow==", "dependencies": { "@mdx-js/mdx": "^2.3.0", "acorn": "^8.8.2", @@ -12469,8 +12469,8 @@ "deepmerge": "^4.3.1", "estree-util-build-jsx": "^2.2.2", "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.12.0", - "gatsby-plugin-utils": "^4.12.0", + "gatsby-core-utils": "^4.13.1", + "gatsby-plugin-utils": "^4.13.1", "gray-matter": "^4.0.3", "mdast-util-mdx": "^2.0.1", "mdast-util-to-hast": "^10.2.0", @@ -36575,9 +36575,9 @@ } }, "gatsby-plugin-mdx": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-5.12.0.tgz", - "integrity": "sha512-ILjKk7NR+WdXGaFYdVRxjY04BChhZzY960HslTySjipgm0AzVPEjW1UQDXEeHKHdo7aLhrOlhifVYCXoq/FaOw==", + "version": "5.13.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-5.13.1.tgz", + "integrity": "sha512-ZL/z1j8zBzQSqFTEoVdC+jPNpN/CXse2h87wUz78V+BMjp40ccR0DCo62KgF40HVz4iCEYVufqfjQNc0nLoSow==", "requires": { "@mdx-js/mdx": "^2.3.0", "acorn": "^8.8.2", @@ -36586,8 +36586,8 @@ "deepmerge": "^4.3.1", "estree-util-build-jsx": "^2.2.2", "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.12.0", - "gatsby-plugin-utils": "^4.12.0", + "gatsby-core-utils": "^4.13.1", + "gatsby-plugin-utils": "^4.13.1", "gray-matter": "^4.0.3", "mdast-util-mdx": "^2.0.1", "mdast-util-to-hast": "^10.2.0", diff --git a/package.json b/package.json index 2a582ba6c..276be71a2 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "gatsby-plugin-image": "^3.12.0", "gatsby-plugin-local-search": "^2.0.1", "gatsby-plugin-manifest": "^5.13.1", - "gatsby-plugin-mdx": "^5.12.0", + "gatsby-plugin-mdx": "^5.13.1", "gatsby-plugin-netlify": "^5.1.0", "gatsby-plugin-offline": "^6.12.0", "gatsby-plugin-react-i18next": "^2.0.5",