diff --git a/package-lock.json b/package-lock.json index cd60eb6a..cd1d57c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11576,9 +11576,9 @@ } }, "gatsby-remark-smartypants": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-2.3.1.tgz", - "integrity": "sha512-Bfw4NmrCb8ZhXxEo8ur5DKm4+aV9VPhzDYSSV+/QyVynD/PKZYuf2zw6zJliygLooZWmzf8yrtyq3aS04KUbkg==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-2.3.2.tgz", + "integrity": "sha512-nZoLBeuld+kHeRfvQUNFTHBVc4e7qRqyU/k60QNvpJhjAPoZj9OrF7sAJk8VdQR0Kzp5OkFnreAiwggoiCqYpQ==", "requires": { "@babel/runtime": "^7.9.6", "retext": "^5.0.0", diff --git a/package.json b/package.json index b1a3d849..a3e6b457 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "gatsby-remark-copy-linked-files": "^2.3.2", "gatsby-remark-images": "^3.3.5", "gatsby-remark-images-medium-zoom": "^1.7.0", - "gatsby-remark-smartypants": "^2.3.1", + "gatsby-remark-smartypants": "^2.3.2", "gatsby-remark-vscode": "^2.1.1", "gatsby-source-filesystem": "^2.3.7", "gatsby-source-graphql": "^2.5.1",