deps: bump gatsby-plugin-mdx from 5.12.2 to 5.12.3

Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) from 5.12.2 to 5.12.3. - [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.12.3/packages/gatsby-plugin-mdx) --- updated-dependencies: - dependency-name: gatsby-plugin-mdx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>

dependabot[bot] committed Oct 30, 2023 at 05:27 UTC 96852423983579aacfb996c29927e28819042bbb
1 file changed +5 -5
package-lock.json
+5 -5
@@ -19113,9 +19113,9 @@
19113 }
19114 },
19115 "node_modules/gatsby-plugin-mdx": {
19116 - "version": "5.12.2",
19117 - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-5.12.2.tgz",
19118 - "integrity": "sha512-Hg+oGNb2GdCb6yUrjSXgovKHaScyrG7WgjAo/aX63aiJpL158Mafs4bhbfNx+c6hDSMAPT5qdBb/xZy8tKMfoQ==",
19116 + "version": "5.12.3",
19117 + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-5.12.3.tgz",
19118 + "integrity": "sha512-MnpI9GFA2EOzAHgmrcr2pWlBJFR9UD3njS9eFfK0M+3e40UHCcyVB1Sl63XTisGxMxPvBcFmrVbfZhMvPMfERw==",
19119 "dependencies": {
19120 "@mdx-js/mdx": "^2.3.0",
19121 "acorn": "^8.8.2",
@@ -19124,8 +19124,8 @@
19124 "deepmerge": "^4.3.1",
19125 "estree-util-build-jsx": "^2.2.2",
19126 "fs-extra": "^11.1.1",
19127 - "gatsby-core-utils": "^4.12.0",
19128 - "gatsby-plugin-utils": "^4.12.2",
19127 + "gatsby-core-utils": "^4.12.1",
19128 + "gatsby-plugin-utils": "^4.12.3",
19129 "gray-matter": "^4.0.3",
19130 "mdast-util-mdx": "^2.0.1",
19131 "mdast-util-to-hast": "^10.2.0",