deps: bump gatsby-plugin-mdx from 5.13.0 to 5.13.1 (#947)
Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) from 5.13.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-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Feb 2, 2024 at 12:04 UTC
8a15f352238a9c5894e123863cefb842e60668fe
1 file changed
+5
-5
package-lock.json
+5
-5
@@ -20093,9 +20093,9 @@
20093
}
20094
},
20095
"node_modules/gatsby-plugin-mdx": {
20096
- "version": "5.13.0",
20097
- "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-5.13.0.tgz",
20098
- "integrity": "sha512-sKN3M02VsLGfLYQuqAATBAVk4aG9XpXnj3TJ+vIPZMsA0VC+3d4KsyvzMvlMuKFH8vHtQx1Zmk7u0y3iy2Jt8g==",
20096
+ "version": "5.13.1",
20097
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-5.13.1.tgz",
20098
+ "integrity": "sha512-ZL/z1j8zBzQSqFTEoVdC+jPNpN/CXse2h87wUz78V+BMjp40ccR0DCo62KgF40HVz4iCEYVufqfjQNc0nLoSow==",
20099
"dependencies": {
20100
"@mdx-js/mdx": "^2.3.0",
20101
"acorn": "^8.8.2",
@@ -20104,8 +20104,8 @@
20104
"deepmerge": "^4.3.1",
20105
"estree-util-build-jsx": "^2.2.2",
20106
"fs-extra": "^11.1.1",
20107
- "gatsby-core-utils": "^4.13.0",
20108
- "gatsby-plugin-utils": "^4.13.0",
20107
+ "gatsby-core-utils": "^4.13.1",
20108
+ "gatsby-plugin-utils": "^4.13.1",
20109
"gray-matter": "^4.0.3",
20110
"mdast-util-mdx": "^2.0.1",
20111
"mdast-util-to-hast": "^10.2.0",