1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-26 11:49:04 +01:00

Bump gatsby-plugin-feed from 2.5.3 to 2.5.4

Bumps [gatsby-plugin-feed](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-feed) from 2.5.3 to 2.5.4.
- [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.4/packages/gatsby-plugin-feed)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-06-03 06:17:39 +00:00 committed by GitHub
parent f62e6ad799
commit 1ff68e594f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 5 deletions

16
package-lock.json generated
View File

@ -12916,17 +12916,25 @@
} }
}, },
"gatsby-plugin-feed": { "gatsby-plugin-feed": {
"version": "2.5.3", "version": "2.5.4",
"resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-2.5.3.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-2.5.4.tgz",
"integrity": "sha512-2Lr6eIabdatrPDQv6nCG6da+yMyU8jO9ZQcarjzUXt3DVrOoRVVj60rcj9U6j2J5acjuSL0aw1nIp+Tp6jxsDA==", "integrity": "sha512-/0kZZ2tp89kqkm0QGbvRgqq6IKgYLnfmjiM8exrWu++JJeIALynvks0PMLuj4L7vD4mxfDztC7JwRDhcvGlwMw==",
"requires": { "requires": {
"@babel/runtime": "^7.9.6", "@babel/runtime": "^7.10.2",
"@hapi/joi": "^15.1.1", "@hapi/joi": "^15.1.1",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"lodash.merge": "^4.6.2", "lodash.merge": "^4.6.2",
"rss": "^1.2.2" "rss": "^1.2.2"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": {
"version": "7.10.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.2.tgz",
"integrity": "sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
},
"fs-extra": { "fs-extra": {
"version": "8.1.0", "version": "8.1.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",

View File

@ -44,7 +44,7 @@
"gatsby": "^2.22.15", "gatsby": "^2.22.15",
"gatsby-image": "^2.4.5", "gatsby-image": "^2.4.5",
"gatsby-plugin-catch-links": "^2.3.3", "gatsby-plugin-catch-links": "^2.3.3",
"gatsby-plugin-feed": "^2.5.3", "gatsby-plugin-feed": "^2.5.4",
"gatsby-plugin-lunr": "^1.5.2", "gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "^2.4.9", "gatsby-plugin-manifest": "^2.4.9",
"gatsby-plugin-matomo": "^0.8.3", "gatsby-plugin-matomo": "^0.8.3",