From 2fbd63584ea5b322b246d219148b62e4a8bb7bdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2020 16:27:28 +0000 Subject: [PATCH] Bump gatsby-plugin-feed from 2.5.10 to 2.5.11 Bumps [gatsby-plugin-feed](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-feed) from 2.5.10 to 2.5.11. - [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.11/packages/gatsby-plugin-feed) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index f51c96d3..6efac116 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13384,9 +13384,9 @@ } }, "gatsby-plugin-feed": { - "version": "2.5.10", - "resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-2.5.10.tgz", - "integrity": "sha512-mowkzuGDqETYgi6IsKaMVIlzm1fkUfuLbMPIS1mpTdgCCtwXQ82SMQePoFwPQ/eHbsOwl8++tENhP3OkMOqYig==", + "version": "2.5.11", + "resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-2.5.11.tgz", + "integrity": "sha512-Mnyc3sAWWCMXEO9YG76wsFxuAMQb1x4Bi3xC7/T+IlwTKHL86nRG/H+WF61BtEkw9YTX9TEHjegdoewu9OKM3A==", "requires": { "@babel/runtime": "^7.10.3", "@hapi/joi": "^15.1.1", @@ -13396,9 +13396,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.4.tgz", - "integrity": "sha512-UpTN5yUJr9b4EX2CnGNWIvER7Ab83ibv0pcvvHc4UOdrBI5jb8bj+32cCwPX6xu0mt2daFNjYhoi+X7beH0RSw==", + "version": "7.10.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.5.tgz", + "integrity": "sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 73d6e6cc..52b861c9 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "gatsby": "^2.24.15", "gatsby-image": "^2.4.14", "gatsby-plugin-catch-links": "^2.3.10", - "gatsby-plugin-feed": "^2.5.10", + "gatsby-plugin-feed": "^2.5.11", "gatsby-plugin-lunr": "^1.5.2", "gatsby-plugin-manifest": "^2.4.21", "gatsby-plugin-matomo": "^0.8.3",