1
0
Fork 0

Bump gatsby-plugin-feed from 4.7.0 to 4.8.0 (#640)

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

---
updated-dependencies:
- dependency-name: gatsby-plugin-feed
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-11 19:13:35 +00:00 committed by GitHub
parent bce9392e35
commit 31accefe2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@ -24,7 +24,7 @@
"fraction.js": "^4.1.3",
"gatsby": "^4.7.1",
"gatsby-plugin-catch-links": "^4.7.0",
"gatsby-plugin-feed": "^4.7.0",
"gatsby-plugin-feed": "^4.8.0",
"gatsby-plugin-image": "^2.7.0",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "^4.7.0",
@ -12158,15 +12158,15 @@
}
},
"node_modules/gatsby-plugin-feed": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-4.7.0.tgz",
"integrity": "sha512-PMSX+fETaLep/HDDjN9txYwJUkF3uimWTyAP+T2WgqfuPt80aDqiio94zrAqvfmfjyjdc6dsYgesEFiz32jF6A==",
"version": "4.8.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-4.8.0.tgz",
"integrity": "sha512-AIzMpBux3oKzt/BN8vUyLIyCnpELOzpuM2cUuvdpoBF1s4pBE3RbWQE2uWQ/UvgkDcXSfz+japwAQyfbbZHztg==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@hapi/joi": "^15.1.1",
"common-tags": "^1.8.2",
"fs-extra": "^10.0.0",
"gatsby-plugin-utils": "^3.1.0",
"gatsby-plugin-utils": "^3.2.0",
"lodash.merge": "^4.6.2",
"rss": "^1.2.2"
},
@ -12519,9 +12519,9 @@
}
},
"node_modules/gatsby-plugin-utils": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.1.0.tgz",
"integrity": "sha512-OvRhIKzjaz3WOo/dxSI90ZlclsO2xaj1Dz7vigU2QGPAe8JtRJbNTpgfBZ+JOBeVnDONNbZulVn8S8F/Ra/BZA==",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.2.0.tgz",
"integrity": "sha512-5zCd0RJnbpaYzKr8kGaGfuPj9Hygi3luiCN8bnN1zVnieaJlRsh+k7BF6ukuG+2qk7USjwQHxzKP9QqAVmOR4g==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"joi": "^17.4.2"
@ -37949,15 +37949,15 @@
}
},
"gatsby-plugin-feed": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-4.7.0.tgz",
"integrity": "sha512-PMSX+fETaLep/HDDjN9txYwJUkF3uimWTyAP+T2WgqfuPt80aDqiio94zrAqvfmfjyjdc6dsYgesEFiz32jF6A==",
"version": "4.8.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-4.8.0.tgz",
"integrity": "sha512-AIzMpBux3oKzt/BN8vUyLIyCnpELOzpuM2cUuvdpoBF1s4pBE3RbWQE2uWQ/UvgkDcXSfz+japwAQyfbbZHztg==",
"requires": {
"@babel/runtime": "^7.15.4",
"@hapi/joi": "^15.1.1",
"common-tags": "^1.8.2",
"fs-extra": "^10.0.0",
"gatsby-plugin-utils": "^3.1.0",
"gatsby-plugin-utils": "^3.2.0",
"lodash.merge": "^4.6.2",
"rss": "^1.2.2"
}
@ -38214,9 +38214,9 @@
}
},
"gatsby-plugin-utils": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.1.0.tgz",
"integrity": "sha512-OvRhIKzjaz3WOo/dxSI90ZlclsO2xaj1Dz7vigU2QGPAe8JtRJbNTpgfBZ+JOBeVnDONNbZulVn8S8F/Ra/BZA==",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.2.0.tgz",
"integrity": "sha512-5zCd0RJnbpaYzKr8kGaGfuPj9Hygi3luiCN8bnN1zVnieaJlRsh+k7BF6ukuG+2qk7USjwQHxzKP9QqAVmOR4g==",
"requires": {
"@babel/runtime": "^7.15.4",
"joi": "^17.4.2"

View File

@ -43,7 +43,7 @@
"fraction.js": "^4.1.3",
"gatsby": "^4.7.1",
"gatsby-plugin-catch-links": "^4.7.0",
"gatsby-plugin-feed": "^4.7.0",
"gatsby-plugin-feed": "^4.8.0",
"gatsby-plugin-image": "^2.7.0",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "^4.7.0",