mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 18:00:06 +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:
parent
f62e6ad799
commit
1ff68e594f
16
package-lock.json
generated
16
package-lock.json
generated
@ -12916,17 +12916,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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user