diff --git a/packages/website/package.json b/packages/website/package.json index 07718330..ae30d496 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -33,7 +33,7 @@ "gatsby-remark-images": "^5.10.0", "gatsby-remark-prismjs": "^5.10.0", "gatsby-remark-responsive-iframe": "^4.10.0", - "gatsby-remark-smartypants": "^4.9.0", + "gatsby-remark-smartypants": "^4.10.0", "gatsby-source-filesystem": "^3.13.0", "gatsby-transformer-json": "^3.13.0", "gatsby-transformer-remark": "^4.9.0", diff --git a/packages/website/yarn.lock b/packages/website/yarn.lock index 4f5f84fa..f3715f9c 100644 --- a/packages/website/yarn.lock +++ b/packages/website/yarn.lock @@ -6511,10 +6511,10 @@ gatsby-remark-responsive-iframe@^4.10.0: lodash "^4.17.21" unist-util-visit "^2.0.3" -gatsby-remark-smartypants@^4.9.0: - version "4.9.0" - resolved "https://registry.yarnpkg.com/gatsby-remark-smartypants/-/gatsby-remark-smartypants-4.9.0.tgz#6454f96eaf9b0c4039993857117788aa6cf69944" - integrity sha512-N8HYG4d/qUuHs8fSDQ8nU4pKlJPqN33j3hVJdbGeRFf4bSrC4ScekHUSM6BTtyHxToxpSr8UtDRbbILrQuz0wg== +gatsby-remark-smartypants@^4.10.0: + version "4.10.0" + resolved "https://registry.yarnpkg.com/gatsby-remark-smartypants/-/gatsby-remark-smartypants-4.10.0.tgz#c74c703166ab5a8f688c650b70ccaca54c1b748c" + integrity sha512-RglCG5oaGrLksmBXaX3ORAU4aMPPCww5yGJE4WWNh2wMFjFySQ6D6PR1VdLiWA7gIWFjRqR3DXWkNOOi1I7Sbw== dependencies: "@babel/runtime" "^7.14.8" retext "^7.0.1"