1
0
Fork 0

Merge pull request #326 from kremalicious/dependabot/npm_and_yarn/gatsby-plugin-feed-2.5.4

Bump gatsby-plugin-feed from 2.5.3 to 2.5.4
This commit is contained in:
Matthias Kretschmann 2020-06-03 10:00:07 +02:00 committed by GitHub
commit 8a0ee74fc7
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

@ -12943,17 +12943,25 @@
}
},
"gatsby-plugin-feed": {
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-2.5.3.tgz",
"integrity": "sha512-2Lr6eIabdatrPDQv6nCG6da+yMyU8jO9ZQcarjzUXt3DVrOoRVVj60rcj9U6j2J5acjuSL0aw1nIp+Tp6jxsDA==",
"version": "2.5.4",
"resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-2.5.4.tgz",
"integrity": "sha512-/0kZZ2tp89kqkm0QGbvRgqq6IKgYLnfmjiM8exrWu++JJeIALynvks0PMLuj4L7vD4mxfDztC7JwRDhcvGlwMw==",
"requires": {
"@babel/runtime": "^7.9.6",
"@babel/runtime": "^7.10.2",
"@hapi/joi": "^15.1.1",
"fs-extra": "^8.1.0",
"lodash.merge": "^4.6.2",
"rss": "^1.2.2"
},
"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": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",

View File

@ -44,7 +44,7 @@
"gatsby": "^2.22.15",
"gatsby-image": "^2.4.5",
"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-manifest": "^2.4.9",
"gatsby-plugin-matomo": "^0.8.3",