1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 18:00:06 +01:00

Bump gatsby-remark-smartypants from 2.3.1 to 2.3.2

Bumps [gatsby-remark-smartypants](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-smartypants) from 2.3.1 to 2.3.2.
- [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.3.2/packages/gatsby-remark-smartypants)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-21 07:07:04 +00:00 committed by GitHub
parent ea496c2a84
commit d4c82fc517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -11576,9 +11576,9 @@
} }
}, },
"gatsby-remark-smartypants": { "gatsby-remark-smartypants": {
"version": "2.3.1", "version": "2.3.2",
"resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-2.3.1.tgz", "resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-2.3.2.tgz",
"integrity": "sha512-Bfw4NmrCb8ZhXxEo8ur5DKm4+aV9VPhzDYSSV+/QyVynD/PKZYuf2zw6zJliygLooZWmzf8yrtyq3aS04KUbkg==", "integrity": "sha512-nZoLBeuld+kHeRfvQUNFTHBVc4e7qRqyU/k60QNvpJhjAPoZj9OrF7sAJk8VdQR0Kzp5OkFnreAiwggoiCqYpQ==",
"requires": { "requires": {
"@babel/runtime": "^7.9.6", "@babel/runtime": "^7.9.6",
"retext": "^5.0.0", "retext": "^5.0.0",

View File

@ -63,7 +63,7 @@
"gatsby-remark-copy-linked-files": "^2.3.2", "gatsby-remark-copy-linked-files": "^2.3.2",
"gatsby-remark-images": "^3.3.5", "gatsby-remark-images": "^3.3.5",
"gatsby-remark-images-medium-zoom": "^1.7.0", "gatsby-remark-images-medium-zoom": "^1.7.0",
"gatsby-remark-smartypants": "^2.3.1", "gatsby-remark-smartypants": "^2.3.2",
"gatsby-remark-vscode": "^2.1.1", "gatsby-remark-vscode": "^2.1.1",
"gatsby-source-filesystem": "^2.3.7", "gatsby-source-filesystem": "^2.3.7",
"gatsby-source-graphql": "^2.5.1", "gatsby-source-graphql": "^2.5.1",