diff --git a/package-lock.json b/package-lock.json index 9773bed0..1af56eb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17754,9 +17754,9 @@ } }, "gatsby-plugin-mdx": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.0.1.tgz", - "integrity": "sha512-wNMFTsa5u1KeESt3jyICy3fz5y3JhmKynFJ0J7YeTHm9EMoCclwfR4LRr1Mz9GLTIyWwvZEeVfwc7Vf5svXIvA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.1.0.tgz", + "integrity": "sha512-0iSsPxCUTJMeTbozHVqczlgMAKxZJ4IkxOS5a6aTCwzrOOwIfc5YqcWQEBS3nfUF/azzEIejYuydyTMi68Y76A==", "dev": true, "requires": { "@babel/core": "^7.12.3", @@ -17774,11 +17774,11 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.0.0", + "gatsby-core-utils": "^2.1.0", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "mdast-util-to-string": "^1.1.0", "mdast-util-toc": "^3.1.0", "mime": "^2.4.6", @@ -17851,6 +17851,22 @@ "universalify": "^0.1.0" } }, + "gatsby-core-utils": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.1.0.tgz", + "integrity": "sha512-zBNZ4kypfgqrUWNGMQQCXZookssXWaTnLWmxM7TOz5Phjvr0NvQo/xpkUgVbuylkQDwprmg88oRdox8L3zMY9Q==", + "dev": true, + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "file-type": "^16.2.0", + "fs-extra": "^8.1.0", + "node-object-hash": "^2.0.0", + "proper-lockfile": "^4.1.1", + "tmp": "^0.2.1", + "xdg-basedir": "^4.0.0" + } + }, "mime": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/mime/-/mime-2.5.2.tgz", diff --git a/package.json b/package.json index 168040da..8df66a9b 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint-plugin-react-hooks": "4.2.0", "gatsby": "3.1.0", "gatsby-plugin-algolia": "0.16.5", - "gatsby-plugin-mdx": "2.0.1", + "gatsby-plugin-mdx": "2.1.0", "gatsby-plugin-page-creator": "3.1.0", "gatsby-plugin-react-helmet": "4.0.0", "gatsby-plugin-react-svg": "3.0.0",