From 88313cdbe8edfecd5c249cea3efd86148ff60672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Aug 2021 09:34:23 +0000 Subject: [PATCH] Bump gatsby-remark-smartypants from 4.7.0 to 4.8.0 in /packages/website Bumps [gatsby-remark-smartypants](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-smartypants) from 4.7.0 to 4.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@4.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 8b96b08b..376be55d 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -33,7 +33,7 @@ "gatsby-remark-images": "^5.7.0", "gatsby-remark-prismjs": "^5.7.0", "gatsby-remark-responsive-iframe": "^4.7.0", - "gatsby-remark-smartypants": "^4.7.0", + "gatsby-remark-smartypants": "^4.8.0", "gatsby-source-filesystem": "^3.10.0", "gatsby-transformer-json": "^3.10.0", "gatsby-transformer-remark": "^4.7.0", diff --git a/packages/website/yarn.lock b/packages/website/yarn.lock index edf202c0..354bd065 100644 --- a/packages/website/yarn.lock +++ b/packages/website/yarn.lock @@ -6866,10 +6866,10 @@ gatsby-remark-responsive-iframe@^4.7.0: lodash "^4.17.21" unist-util-visit "^2.0.3" -gatsby-remark-smartypants@^4.7.0: - version "4.7.0" - resolved "https://registry.yarnpkg.com/gatsby-remark-smartypants/-/gatsby-remark-smartypants-4.7.0.tgz#01bbe4dfa233121e510163a504202c0fd3b092fe" - integrity sha512-tC6Wa4cKHwiWV5no0u70xX8U896p8SA2RPj4pFM334UQu/A6wBF9ATMih3vtOXhNnZINpKQ0O/pNVPy5oKo41w== +gatsby-remark-smartypants@^4.8.0: + version "4.8.0" + resolved "https://registry.yarnpkg.com/gatsby-remark-smartypants/-/gatsby-remark-smartypants-4.8.0.tgz#ac1a10746009010274f0fda5a1299e2be270599b" + integrity sha512-g89tUpBM4iwXzk3ZSxaxIlsVQq7e7xeso0Rpfwv9ogIBwckJ3AAqPZ3Mis/AOR67lnfQ34mR7kMWzQNjLPSvXA== dependencies: "@babel/runtime" "^7.14.6" retext "^7.0.1"