Bump gatsby-plugin-feed from 2.4.1 to 2.5.0 in /website (#1281)

Bumps [gatsby-plugin-feed](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-feed) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-feed/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@2.5.0/packages/gatsby-plugin-feed)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
Pedro Piñera Buendía 2020-04-28 14:45:25 +02:00 committed by GitHub
commit 6c7a973365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -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",

View File

@ -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"