diff --git a/website/package.json b/website/package.json index d2b24ed05..b646dff14 100644 --- a/website/package.json +++ b/website/package.json @@ -25,7 +25,7 @@ "gatsby": "^2.20.36", "gatsby-image": "^2.3.2", "gatsby-plugin-favicon": "3.1.6", - "gatsby-plugin-feed": "^2.4.4", + "gatsby-plugin-feed": "^2.5.0", "gatsby-plugin-google-analytics": "^2.2.4", "gatsby-plugin-manifest": "2.4.0", "gatsby-plugin-mdx": "^1.1.11", diff --git a/website/yarn.lock b/website/yarn.lock index 13c878900..92a057903 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -7407,12 +7407,12 @@ gatsby-plugin-favicon@3.1.6: html-react-parser "^0.6.4" lodash "^4.17.11" -gatsby-plugin-feed@^2.4.4: - version "2.4.4" - resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-2.4.4.tgz#00243e8dbba1da61b2218ecce69609646c2c2f47" - integrity sha512-yJFDWFLAcji7PmFYmYr4MjCo+KiZObZXh7VTCJsOchK1XsZhWOmkpdQagnGDeL/oCpNWmQpQ8VrGocFD1Bk7ZA== +gatsby-plugin-feed@^2.5.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-2.5.0.tgz#5bdaa2427413c5ec00b2b14ed7c96483eade5c07" + integrity sha512-cdZq/u49f3RAH8iaZoUSV4W/naYFAWQETjnQmaEQUPzZoChUFV4gaFgoJlR7LypmFyOlU15RAapcNW5lGZ910A== dependencies: - "@babel/runtime" "^7.8.7" + "@babel/runtime" "^7.9.2" "@hapi/joi" "^15.1.1" fs-extra "^8.1.0" lodash.merge "^4.6.2"