diff --git a/package.json b/package.json index 933ddf5..2070e7a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "gatsby-plugin-typescript": "^4.6.0", "gatsby-source-filesystem": "^4.17.0", "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", "lucide-react": "^0.88.0", "prop-types": "^15.7.2", diff --git a/yarn.lock b/yarn.lock index e2d2463..b25af62 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6592,10 +6592,10 @@ gatsby-cli@^4.21.0: yoga-layout-prebuilt "^1.10.0" yurnalist "^2.1.0" -gatsby-core-utils@^3.17.0, gatsby-core-utils@^3.21.0: - version "3.21.0" - resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.21.0.tgz#5ca118857cf9f59b69f06f2ae886d8182af46515" - integrity sha512-pCDa9EGU8niRJQVv7ow3ijzmG0PegZaBc5Yt6z4enc4m7Dl5ZT6Edkcw9p8q/FhGiZUkzQhWaRDxUvtaoPwAOQ== +gatsby-core-utils@^3.17.0, gatsby-core-utils@^3.21.0, gatsby-core-utils@^3.22.0: + version "3.22.0" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.22.0.tgz#5d7c15722961ba8c97507a42841e95ea2622e730" + integrity sha512-/0FEKdnNCSn/f7dapxmBFxdFCWhteEZcsrwg/jxtXzSWRzs/7mzG8tyPCVUFlCnw3lLPSfej/9KBlGjXTvIIkQ== dependencies: "@babel/runtime" "^7.15.4" ci-info "2.0.0" @@ -6894,13 +6894,13 @@ gatsby-telemetry@^3.21.0: lodash "^4.17.21" node-fetch "^2.6.7" -gatsby-transformer-remark@^5.17.0: - version "5.17.0" - resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-5.17.0.tgz#1bacf7ea4bf2b6fc200172e5bc1fe3c245656d8b" - integrity sha512-xgkz2OsJAf0+L/StFjh5xEIZzs1R2ZMAEQ8uOh+z2zCPHSFwLM62DZvszfcpF/vaxV3AtzAonEBYUbao4x3G3Q== +gatsby-transformer-remark@^5.22.0: + version "5.22.0" + resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-5.22.0.tgz#d701803f98f27944c90faac059670820f44cd0c0" + integrity sha512-kN/HZ1rh43ltcTye+YVjD7OddOouHmHK/KHRb0saSyeQWtQKe5HQZxFayHruynhSb3pFjx13l08eadEpCko6SQ== dependencies: "@babel/runtime" "^7.15.4" - gatsby-core-utils "^3.17.0" + gatsby-core-utils "^3.22.0" gray-matter "^4.0.3" hast-util-raw "^6.0.2" hast-util-to-html "^7.1.3"