From 07a3e7383edd7a8cc772ec05a2a2aa5402c9ec8e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 02:19:45 +0000 Subject: [PATCH] Bump gatsby-plugin-feed from 2.13.0 to 2.13.1 Bumps [gatsby-plugin-feed](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-feed) from 2.13.0 to 2.13.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-feed@2.13.1/packages/gatsby-plugin-feed/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@2.13.1/packages/gatsby-plugin-feed) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 636258c..d015a2e 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "gatsby": "^2.15.29", "gatsby-image": "^2.2.24", - "gatsby-plugin-feed": "^2.0.15", + "gatsby-plugin-feed": "^2.13.1", "gatsby-plugin-google-analytics": "^2.0.18", "gatsby-plugin-manifest": "^2.0.19", "gatsby-plugin-offline": "^3.10.1", diff --git a/yarn.lock b/yarn.lock index f1c20a7..f64b333 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6099,15 +6099,15 @@ gatsby-page-utils@^0.9.0: lodash "^4.17.20" micromatch "^4.0.2" -gatsby-plugin-feed@^2.0.15: - version "2.13.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-2.13.0.tgz#18228373d3674f428529d9b2cca9ff94e6b369b4" - integrity sha512-dQQ0RzSEqfkJxshpNhNm4BCizUWw+Y57qvweiaz2W8+v4wRcuTKGSEr1aKWd93lrkVgiWaJoqDUnidrK9RKQcQ== +gatsby-plugin-feed@^2.13.1: + version "2.13.1" + resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-2.13.1.tgz#06000ed99979efaeb2e3afc978c4ccbdaa11b6dc" + integrity sha512-/Zl4Sp+eRiMaH5QrOmckSbjvgsVYcuZhNgAi/GAPrdBYLBhsGAEdBsLxRDb6Lhi28gvqpjV8CYXV6kfePMZ7hg== dependencies: "@babel/runtime" "^7.12.5" "@hapi/joi" "^15.1.1" common-tags "^1.8.0" - fs-extra "^8.1.0" + fs-extra "^9.1.0" gatsby-plugin-utils "^0.9.0" lodash.merge "^4.6.2" rss "^1.2.2"