diff --git a/packages/website/package.json b/packages/website/package.json index 5b2e2338..4e7f8252 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -33,7 +33,7 @@ "gatsby-remark-images": "^5.11.0", "gatsby-remark-prismjs": "^5.11.0", "gatsby-remark-responsive-iframe": "^4.11.0", - "gatsby-remark-smartypants": "^4.10.0", + "gatsby-remark-smartypants": "^4.11.0", "gatsby-source-filesystem": "^3.14.0", "gatsby-transformer-json": "^3.14.0", "gatsby-transformer-remark": "^4.11.0", diff --git a/packages/website/yarn.lock b/packages/website/yarn.lock index 384435ac..79f14436 100644 --- a/packages/website/yarn.lock +++ b/packages/website/yarn.lock @@ -6712,12 +6712,12 @@ gatsby-remark-responsive-iframe@^4.11.0: lodash "^4.17.21" unist-util-visit "^2.0.3" -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== +gatsby-remark-smartypants@^4.11.0: + version "4.11.0" + resolved "https://registry.yarnpkg.com/gatsby-remark-smartypants/-/gatsby-remark-smartypants-4.11.0.tgz#3eb59c2867c41696ba0d9574b1df0f11aa5db4cf" + integrity sha512-ImGPDP9Nm4DadBTCDmuHGg8zOY9D2B54ddWfLOqo9sA/zdXIlMnkmNGMuavddfJIqHZRo9WaqdBBaLvqlok6BA== dependencies: - "@babel/runtime" "^7.14.8" + "@babel/runtime" "^7.15.4" retext "^7.0.1" retext-smartypants "^4.0.0" unist-util-visit "^2.0.3"