diff --git a/package-lock.json b/package-lock.json index 982dcc3a3..472837d5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "gatsby-plugin-image": "^3.12.1", "gatsby-plugin-local-search": "^2.0.1", "gatsby-plugin-manifest": "^5.12.1", - "gatsby-plugin-mdx": "^5.12.1", + "gatsby-plugin-mdx": "^5.12.2", "gatsby-plugin-offline": "^6.12.1", "gatsby-plugin-react-i18next": "^3.0.1", "gatsby-plugin-react-svg": "^3.3.0", @@ -12608,9 +12608,9 @@ } }, "node_modules/gatsby-plugin-mdx": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-5.12.1.tgz", - "integrity": "sha512-Te337HaaC5Gx7ihvtoEGrW4tMYeeCb7KCeI1G4OpOFx7OhDWXwrDFSBpqdhCMxs5/CsLZeMaftNgZWmntnCJ0g==", + "version": "5.12.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-5.12.2.tgz", + "integrity": "sha512-Hg+oGNb2GdCb6yUrjSXgovKHaScyrG7WgjAo/aX63aiJpL158Mafs4bhbfNx+c6hDSMAPT5qdBb/xZy8tKMfoQ==", "dependencies": { "@mdx-js/mdx": "^2.3.0", "acorn": "^8.8.2", @@ -12620,7 +12620,7 @@ "estree-util-build-jsx": "^2.2.2", "fs-extra": "^11.1.1", "gatsby-core-utils": "^4.12.0", - "gatsby-plugin-utils": "^4.12.1", + "gatsby-plugin-utils": "^4.12.2", "gray-matter": "^4.0.3", "mdast-util-mdx": "^2.0.1", "mdast-util-to-hast": "^10.2.0", @@ -12998,9 +12998,9 @@ } }, "node_modules/gatsby-plugin-utils": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.12.1.tgz", - "integrity": "sha512-WL8x0E4CkmP1m61aaIa23lhoOOpxH7PIlZCzly2ehcsZmyL/7dxfpm09B/IAkLYbSMzi6Uln1vmQAN7qvBan4A==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.12.2.tgz", + "integrity": "sha512-N5d+fxPd7cZ9KeTl0bHF1JM4MDB2hazXbcOI2gxS9rIL0vgbyBT/ffJ9uczNwJwQuGQPOWdXO6eCspjT4zKcqw==", "dependencies": { "@babel/runtime": "^7.20.13", "fastq": "^1.15.0", @@ -36808,9 +36808,9 @@ } }, "gatsby-plugin-mdx": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-5.12.1.tgz", - "integrity": "sha512-Te337HaaC5Gx7ihvtoEGrW4tMYeeCb7KCeI1G4OpOFx7OhDWXwrDFSBpqdhCMxs5/CsLZeMaftNgZWmntnCJ0g==", + "version": "5.12.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-5.12.2.tgz", + "integrity": "sha512-Hg+oGNb2GdCb6yUrjSXgovKHaScyrG7WgjAo/aX63aiJpL158Mafs4bhbfNx+c6hDSMAPT5qdBb/xZy8tKMfoQ==", "requires": { "@mdx-js/mdx": "^2.3.0", "acorn": "^8.8.2", @@ -36820,7 +36820,7 @@ "estree-util-build-jsx": "^2.2.2", "fs-extra": "^11.1.1", "gatsby-core-utils": "^4.12.0", - "gatsby-plugin-utils": "^4.12.1", + "gatsby-plugin-utils": "^4.12.2", "gray-matter": "^4.0.3", "mdast-util-mdx": "^2.0.1", "mdast-util-to-hast": "^10.2.0", @@ -37091,9 +37091,9 @@ } }, "gatsby-plugin-utils": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.12.1.tgz", - "integrity": "sha512-WL8x0E4CkmP1m61aaIa23lhoOOpxH7PIlZCzly2ehcsZmyL/7dxfpm09B/IAkLYbSMzi6Uln1vmQAN7qvBan4A==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.12.2.tgz", + "integrity": "sha512-N5d+fxPd7cZ9KeTl0bHF1JM4MDB2hazXbcOI2gxS9rIL0vgbyBT/ffJ9uczNwJwQuGQPOWdXO6eCspjT4zKcqw==", "requires": { "@babel/runtime": "^7.20.13", "fastq": "^1.15.0", diff --git a/package.json b/package.json index 3c5f5c418..e80ba31d8 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "gatsby-plugin-image": "^3.12.1", "gatsby-plugin-local-search": "^2.0.1", "gatsby-plugin-manifest": "^5.12.1", - "gatsby-plugin-mdx": "^5.12.1", + "gatsby-plugin-mdx": "^5.12.2", "gatsby-plugin-offline": "^6.12.1", "gatsby-plugin-react-i18next": "^3.0.1", "gatsby-plugin-react-svg": "^3.3.0",