Bump gatsby-transformer-remark from 4.7.0 to 4.8.0 in /packages/website

Bumps [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark) 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-transformer-remark/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@4.8.0/packages/gatsby-transformer-remark)

---
updated-dependencies:
- dependency-name: gatsby-transformer-remark
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-05 09:48:04 +00:00 committed by GitHub
parent a1ce9b4649
commit 6d6d615077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -36,7 +36,7 @@
"gatsby-remark-smartypants": "^4.7.0",
"gatsby-source-filesystem": "^3.10.0",
"gatsby-transformer-json": "^3.10.0",
"gatsby-transformer-remark": "^4.7.0",
"gatsby-transformer-remark": "^4.8.0",
"gatsby-transformer-sharp": "^3.10.0",
"gatsby-transformer-yaml": "^3.10.0",
"gbimage-bridge": "^0.1.4",

View File

@ -6530,10 +6530,10 @@ gatsby-cli@^3.10.0:
yoga-layout-prebuilt "^1.9.6"
yurnalist "^2.1.0"
gatsby-core-utils@^2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.10.0.tgz#bc37ea9eb6bb5f327aa4bdc0345a37d9390d4a7a"
integrity sha512-xvVebKSrjHkZQQkeEjuAekCAg17KT2l44d/yn7w2dzBGay244m8hoY8LRtLRdsrSp30ix89QklefuP9frEfhbA==
gatsby-core-utils@^2.10.0, gatsby-core-utils@^2.11.0:
version "2.11.0"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.11.0.tgz#155aafe7962ba6ad9b3e72c784bba8a87f99ea6b"
integrity sha512-t5PL1/MvTPSG6IeJn+Yd3Fxp0L3HfLI1vvVsmxXvxEiwDp5MJjjtZbrSnWpST1oylMSKI/UECUEKQUax9UJW+A==
dependencies:
ci-info "2.0.0"
configstore "^5.0.1"
@ -6923,13 +6923,13 @@ gatsby-transformer-json@^3.10.0:
"@babel/runtime" "^7.14.6"
bluebird "^3.7.2"
gatsby-transformer-remark@^4.7.0:
version "4.7.0"
resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-4.7.0.tgz#ceff7c1a211d7620d60a1b5f1de7af0c5c2c3f7c"
integrity sha512-zZLMeGY/RAzT25c0fU/InGiIE47+Dx/pjwCcQN9SE5nib4eATVM3GjH8HeIYkzsvXRF2Qd0hj++H/enBojhJIQ==
gatsby-transformer-remark@^4.8.0:
version "4.8.0"
resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-4.8.0.tgz#af9c6446add3d4b93e8050ec816c8b1316396fb3"
integrity sha512-frnD8BWuiv6y4kliYaiZYXB7mbcG2ogJxckfZL4hlyYStU1nV6jNMOBPTLdLnD42l/G/c1uX9s8J5AzOF6Uw4w==
dependencies:
"@babel/runtime" "^7.14.6"
gatsby-core-utils "^2.10.0"
gatsby-core-utils "^2.11.0"
gray-matter "^4.0.2"
hast-util-raw "^6.0.2"
hast-util-to-html "^7.1.2"