Merge pull request #687 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-transformer-remark-5.22.0

Bump gatsby-transformer-remark from 5.17.0 to 5.22.0
This commit is contained in:
Kevin Kandlbinder 2022-08-31 23:25:47 +02:00 committed by GitHub
commit c7ef1916a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 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

@ -6909,13 +6909,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"