Bump gatsby-transformer-remark from 5.17.0 to 5.22.0

Bumps [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark) from 5.17.0 to 5.22.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@5.22.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] 2022-08-31 04:11:32 +00:00 committed by GitHub
parent 43c135d488
commit 5652cd049e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View file

@ -18,7 +18,7 @@
"gatsby-plugin-typescript": "^4.6.0", "gatsby-plugin-typescript": "^4.6.0",
"gatsby-source-filesystem": "^4.17.0", "gatsby-source-filesystem": "^4.17.0",
"gatsby-source-youtube-v3": "^3.0.2", "gatsby-source-youtube-v3": "^3.0.2",
"gatsby-transformer-remark": "^5.17.0", "gatsby-transformer-remark": "^5.22.0",
"gatsby-transformer-sharp": "^4.21.0", "gatsby-transformer-sharp": "^4.21.0",
"lucide-react": "^0.88.0", "lucide-react": "^0.88.0",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",

View file

@ -6592,10 +6592,10 @@ gatsby-cli@^4.21.0:
yoga-layout-prebuilt "^1.10.0" yoga-layout-prebuilt "^1.10.0"
yurnalist "^2.1.0" yurnalist "^2.1.0"
gatsby-core-utils@^3.17.0, gatsby-core-utils@^3.21.0: gatsby-core-utils@^3.17.0, gatsby-core-utils@^3.21.0, gatsby-core-utils@^3.22.0:
version "3.21.0" version "3.22.0"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.21.0.tgz#5ca118857cf9f59b69f06f2ae886d8182af46515" resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.22.0.tgz#5d7c15722961ba8c97507a42841e95ea2622e730"
integrity sha512-pCDa9EGU8niRJQVv7ow3ijzmG0PegZaBc5Yt6z4enc4m7Dl5ZT6Edkcw9p8q/FhGiZUkzQhWaRDxUvtaoPwAOQ== integrity sha512-/0FEKdnNCSn/f7dapxmBFxdFCWhteEZcsrwg/jxtXzSWRzs/7mzG8tyPCVUFlCnw3lLPSfej/9KBlGjXTvIIkQ==
dependencies: dependencies:
"@babel/runtime" "^7.15.4" "@babel/runtime" "^7.15.4"
ci-info "2.0.0" ci-info "2.0.0"
@ -6894,13 +6894,13 @@ gatsby-telemetry@^3.21.0:
lodash "^4.17.21" lodash "^4.17.21"
node-fetch "^2.6.7" node-fetch "^2.6.7"
gatsby-transformer-remark@^5.17.0: gatsby-transformer-remark@^5.22.0:
version "5.17.0" version "5.22.0"
resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-5.17.0.tgz#1bacf7ea4bf2b6fc200172e5bc1fe3c245656d8b" resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-5.22.0.tgz#d701803f98f27944c90faac059670820f44cd0c0"
integrity sha512-xgkz2OsJAf0+L/StFjh5xEIZzs1R2ZMAEQ8uOh+z2zCPHSFwLM62DZvszfcpF/vaxV3AtzAonEBYUbao4x3G3Q== integrity sha512-kN/HZ1rh43ltcTye+YVjD7OddOouHmHK/KHRb0saSyeQWtQKe5HQZxFayHruynhSb3pFjx13l08eadEpCko6SQ==
dependencies: dependencies:
"@babel/runtime" "^7.15.4" "@babel/runtime" "^7.15.4"
gatsby-core-utils "^3.17.0" gatsby-core-utils "^3.22.0"
gray-matter "^4.0.3" gray-matter "^4.0.3"
hast-util-raw "^6.0.2" hast-util-raw "^6.0.2"
hast-util-to-html "^7.1.3" hast-util-to-html "^7.1.3"