1
0
Fork 0

Bump gatsby-remark-smartypants from 5.7.0 to 5.8.0 (#632)

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-11 19:14:22 +00:00 committed by GitHub
parent 2ca762db87
commit a2126722c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -40,7 +40,7 @@
"gatsby-remark-copy-linked-files": "^5.7.0",
"gatsby-remark-images": "^6.7.0",
"gatsby-remark-images-medium-zoom": "^1.7.0",
"gatsby-remark-smartypants": "^5.7.0",
"gatsby-remark-smartypants": "^5.8.0",
"gatsby-remark-vscode": "^3.3.1",
"gatsby-source-filesystem": "^4.7.0",
"gatsby-source-graphql": "^4.7.0",
@ -12727,9 +12727,9 @@
}
},
"node_modules/gatsby-remark-smartypants": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-5.7.0.tgz",
"integrity": "sha512-ujPx/bwqal/Xosw6J0B6aHObGjQHPTFO9rh348FOOILEUvZxMfoyfkQEer/z4b3XCrxFXe3qxkUTfvCZwH63Dg==",
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-5.8.0.tgz",
"integrity": "sha512-HJIEXoMFUbxySf130xjoC91WV2she/uuEyfji1KocSJSWgnkCN+M3mot/bNpCPgbnmbYFJAbXQT0llEFjFGzuw==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"retext": "^7.0.1",
@ -38393,9 +38393,9 @@
}
},
"gatsby-remark-smartypants": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-5.7.0.tgz",
"integrity": "sha512-ujPx/bwqal/Xosw6J0B6aHObGjQHPTFO9rh348FOOILEUvZxMfoyfkQEer/z4b3XCrxFXe3qxkUTfvCZwH63Dg==",
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-5.8.0.tgz",
"integrity": "sha512-HJIEXoMFUbxySf130xjoC91WV2she/uuEyfji1KocSJSWgnkCN+M3mot/bNpCPgbnmbYFJAbXQT0llEFjFGzuw==",
"requires": {
"@babel/runtime": "^7.15.4",
"retext": "^7.0.1",

View File

@ -59,7 +59,7 @@
"gatsby-remark-copy-linked-files": "^5.7.0",
"gatsby-remark-images": "^6.7.0",
"gatsby-remark-images-medium-zoom": "^1.7.0",
"gatsby-remark-smartypants": "^5.7.0",
"gatsby-remark-smartypants": "^5.8.0",
"gatsby-remark-vscode": "^3.3.1",
"gatsby-source-filesystem": "^4.7.0",
"gatsby-source-graphql": "^4.7.0",