diff --git a/gatsby-theme-mate/package.json b/gatsby-theme-mate/package.json index f0957bb..3a52116 100644 --- a/gatsby-theme-mate/package.json +++ b/gatsby-theme-mate/package.json @@ -41,7 +41,7 @@ "gatsby-plugin-typescript": "^4.10.0", "gatsby-source-contentful": "^7.8.1", "gatsby-source-medium": "^4.10.0", - "gatsby-transformer-remark": "^5.10.1", + "gatsby-transformer-remark": "^5.25.1", "gatsby-plugin-fontawesome-css": "^1.2.0", "react-awesome-reveal": "^3.8.1", "react-headroom": "^3.2.0", diff --git a/yarn.lock b/yarn.lock index 4749cf1..941504d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7120,13 +7120,13 @@ gatsby-telemetry@^3.25.0: lodash "^4.17.21" node-fetch "^2.6.7" -gatsby-transformer-remark@^5.10.1: - version "5.10.2" - resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-5.10.2.tgz#a406f09e7d1ef55553a97d0e289aebfcd93caff5" - integrity sha512-buGrhty/HhpxAq1hXL9t5U4SR7M7h2vsLbWLoTTjmezFPfrbZvfuso0zfCV6q7ED3XbwCBf/4Cey6rDSSYDXtQ== +gatsby-transformer-remark@^5.25.1: + version "5.25.1" + resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-5.25.1.tgz#6df0117dbe3bb39c06e05c85db494948a565b7c8" + integrity sha512-6k3uOnZYsJSgmZIWq9Y+Cqb6pysusCUBYpQY1+V9ofpSRbrZGGfuoCeFKd27x/c0jI5jneuL3NXnxwn/JJK1Ig== dependencies: "@babel/runtime" "^7.15.4" - gatsby-core-utils "^3.10.1" + gatsby-core-utils "^3.25.0" gray-matter "^4.0.3" hast-util-raw "^6.0.2" hast-util-to-html "^7.1.3"