From 0008195e8705a2a0960e05edfebfb2b9fd0cc915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 14:18:05 +0000 Subject: [PATCH] build(deps): bump gatsby-remark-smartypants in /packages/website Bumps [gatsby-remark-smartypants](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-smartypants) from 5.7.0 to 5.8.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-smartypants/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@5.8.0/packages/gatsby-remark-smartypants) --- updated-dependencies: - dependency-name: gatsby-remark-smartypants dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/website/package.json | 2 +- packages/website/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/website/package.json b/packages/website/package.json index 6d5df20b..e9ed7b1b 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -31,7 +31,7 @@ "gatsby-remark-images": "6.7.0", "gatsby-remark-prismjs": "6.7.0", "gatsby-remark-responsive-iframe": "5.8.0", - "gatsby-remark-smartypants": "5.7.0", + "gatsby-remark-smartypants": "5.8.0", "gatsby-source-filesystem": "4.7.0", "gatsby-transformer-remark": "5.8.1", "gatsby-transformer-sharp": "4.8.0", diff --git a/packages/website/yarn.lock b/packages/website/yarn.lock index 16c96460..501fe9fa 100644 --- a/packages/website/yarn.lock +++ b/packages/website/yarn.lock @@ -6154,10 +6154,10 @@ gatsby-remark-responsive-iframe@5.8.0: lodash "^4.17.21" unist-util-visit "^2.0.3" -gatsby-remark-smartypants@5.7.0: - version "5.7.0" - resolved "https://registry.yarnpkg.com/gatsby-remark-smartypants/-/gatsby-remark-smartypants-5.7.0.tgz#0f67db6287a7243c66db0090d122ff1cdbced283" - integrity sha512-ujPx/bwqal/Xosw6J0B6aHObGjQHPTFO9rh348FOOILEUvZxMfoyfkQEer/z4b3XCrxFXe3qxkUTfvCZwH63Dg== +gatsby-remark-smartypants@5.8.0: + version "5.8.0" + resolved "https://registry.yarnpkg.com/gatsby-remark-smartypants/-/gatsby-remark-smartypants-5.8.0.tgz#64bc17acf43191740f948801f35f28ac308cc47a" + integrity sha512-HJIEXoMFUbxySf130xjoC91WV2she/uuEyfji1KocSJSWgnkCN+M3mot/bNpCPgbnmbYFJAbXQT0llEFjFGzuw== dependencies: "@babel/runtime" "^7.15.4" retext "^7.0.1"