diff --git a/package-lock.json b/package-lock.json index 2383d7e6..586db4f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13298,9 +13298,9 @@ } }, "gatsby-remark-smartypants": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-2.6.0.tgz", - "integrity": "sha512-cozL2fYjBIwQpI1OB8Jj1XaBSmcUhuknz1of9BFULAcR003C6u77hMo5YaZ9ieCEwHk7EfMCjKKCVddGAMgZ/w==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-2.8.0.tgz", + "integrity": "sha512-EBJLFXIlDuqprl96T3XgzF/e2vYwusUicMyb9HTrClqm5hQmQ6EzZG9rpWPDW8m5ils0DCTaEvGqDxKh6KdgSQ==", "requires": { "@babel/runtime": "^7.12.5", "retext": "^5.0.0", diff --git a/package.json b/package.json index 5c9f86cd..0d283fd3 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "gatsby-remark-github": "^2.0.0", "gatsby-remark-images": "^3.9.0", "gatsby-remark-responsive-iframe": "^2.7.0", - "gatsby-remark-smartypants": "^2.6.0", + "gatsby-remark-smartypants": "^2.8.0", "gatsby-remark-vscode": "^3.2.0", "gatsby-source-filesystem": "^2.9.0", "gatsby-source-graphql": "^2.12.0",