From 1ff68e594f6c67d5c566d98266232fd63ecff881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2020 06:17:39 +0000 Subject: [PATCH] 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] --- package-lock.json | 16 ++++++++++++---- package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 88916582..0a31dbd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 330adb38..606a1c4e 100644 --- a/package.json +++ b/package.json @@ -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",