deps: bump gatsby-plugin-mdx from 5.12.3 to 5.13.0 (#887)

Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) from 5.12.3 to 5.13.0. - [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.0/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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed Jan 3, 2024 at 11:01 UTC ed6bb8766334691cbd3b0000e02ca323db88fdbb
1 file changed +5 -5
package-lock.json
+5 -5
@@ -20029,9 +20029,9 @@
20029 }
20030 },
20031 "node_modules/gatsby-plugin-mdx": {
20032 - "version": "5.12.3",
20033 - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-5.12.3.tgz",
20034 - "integrity": "sha512-MnpI9GFA2EOzAHgmrcr2pWlBJFR9UD3njS9eFfK0M+3e40UHCcyVB1Sl63XTisGxMxPvBcFmrVbfZhMvPMfERw==",
20032 + "version": "5.13.0",
20033 + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-5.13.0.tgz",
20034 + "integrity": "sha512-sKN3M02VsLGfLYQuqAATBAVk4aG9XpXnj3TJ+vIPZMsA0VC+3d4KsyvzMvlMuKFH8vHtQx1Zmk7u0y3iy2Jt8g==",
20035 "dependencies": {
20036 "@mdx-js/mdx": "^2.3.0",
20037 "acorn": "^8.8.2",
@@ -20040,8 +20040,8 @@
20040 "deepmerge": "^4.3.1",
20041 "estree-util-build-jsx": "^2.2.2",
20042 "fs-extra": "^11.1.1",
20043 - "gatsby-core-utils": "^4.12.1",
20044 - "gatsby-plugin-utils": "^4.12.3",
20043 + "gatsby-core-utils": "^4.13.0",
20044 + "gatsby-plugin-utils": "^4.13.0",
20045 "gray-matter": "^4.0.3",
20046 "mdast-util-mdx": "^2.0.1",
20047 "mdast-util-to-hast": "^10.2.0",