From c0d2a80f46e1f38275f5272e983fd95f92289813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 12:49:46 +0000 Subject: [PATCH] Bump gatsby-remark-smartypants from 2.6.0 to 2.8.0 Bumps [gatsby-remark-smartypants](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-smartypants) from 2.6.0 to 2.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@2.8.0/packages/gatsby-remark-smartypants) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53cd0224..c08512df 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 fb38a22f..405040fe 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",