diff --git a/package-lock.json b/package-lock.json index ada7f24b..3af26aa9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "gatsby-image": "^3.0.0", "gatsby-plugin-feed": "^3.0.0", "gatsby-plugin-manifest": "^3.0.0", - "gatsby-plugin-mdx": "^2.0.0", + "gatsby-plugin-mdx": "^2.0.1", "gatsby-plugin-netlify": "^3.0.0", "gatsby-plugin-offline": "^4.0.0", "gatsby-plugin-plausible": "0.0.7", @@ -10847,9 +10847,9 @@ } }, "node_modules/gatsby-plugin-mdx": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.0.0.tgz", - "integrity": "sha512-/WUbFLRXMs/5CqmtYZeYjYfC1TBto3YFutkCC+XtZcqdpeH4tSeB63+QvkyZDwqfAztNgJV0u2gsXyje414aNg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.0.1.tgz", + "integrity": "sha512-wNMFTsa5u1KeESt3jyICy3fz5y3JhmKynFJ0J7YeTHm9EMoCclwfR4LRr1Mz9GLTIyWwvZEeVfwc7Vf5svXIvA==", "dependencies": { "@babel/core": "^7.12.3", "@babel/generator": "^7.12.5", @@ -34684,9 +34684,9 @@ } }, "gatsby-plugin-mdx": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.0.0.tgz", - "integrity": "sha512-/WUbFLRXMs/5CqmtYZeYjYfC1TBto3YFutkCC+XtZcqdpeH4tSeB63+QvkyZDwqfAztNgJV0u2gsXyje414aNg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.0.1.tgz", + "integrity": "sha512-wNMFTsa5u1KeESt3jyICy3fz5y3JhmKynFJ0J7YeTHm9EMoCclwfR4LRr1Mz9GLTIyWwvZEeVfwc7Vf5svXIvA==", "requires": { "@babel/core": "^7.12.3", "@babel/generator": "^7.12.5", diff --git a/package.json b/package.json index 78deb599..ec196554 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "gatsby-image": "^3.0.0", "gatsby-plugin-feed": "^3.0.0", "gatsby-plugin-manifest": "^3.0.0", - "gatsby-plugin-mdx": "^2.0.0", + "gatsby-plugin-mdx": "^2.0.1", "gatsby-plugin-netlify": "^3.0.0", "gatsby-plugin-offline": "^4.0.0", "gatsby-plugin-plausible": "0.0.7",