From 2ee392eb39e3342bcc0f1c08c4a3511c8d8186f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 16:36:58 +0000 Subject: [PATCH] Bump gatsby-plugin-feed from 5.14.0 to 5.15.0 Bumps [gatsby-plugin-feed](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-feed) from 5.14.0 to 5.15.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@5.15.0/packages/gatsby-plugin-feed) --- updated-dependencies: - dependency-name: gatsby-plugin-feed dependency-version: 5.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8439d5a4d..d50ddcc4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@mdx-js/react": "2.3.0", "darkmode-js": "1.5.7", "gatsby": "5.15.0", - "gatsby-plugin-feed": "5.14.0", + "gatsby-plugin-feed": "5.15.0", "gatsby-plugin-google-gtag": "5.14.0", "gatsby-plugin-image": "3.15.0", "gatsby-plugin-manifest": "5.15.0", @@ -11427,14 +11427,15 @@ } }, "node_modules/gatsby-plugin-feed": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-5.14.0.tgz", - "integrity": "sha512-+P9SiH3xJ3skrPPTZCtr/jBlOdWl5StuZUSc4nhEwDxVxJSP4+3YRZom3PBLTqgE31eamJmkWwydHAvJqaqFTg==", + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-5.15.0.tgz", + "integrity": "sha512-0DV4jel1pqboLyg33YHgZJ5sxLknZyxDmeSUOEcDkXcpDTbsAFYqLeNyId9wtl873s8slJh+1WzvS/mVCu22Bw==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.13", "common-tags": "^1.8.2", "fs-extra": "^11.2.0", - "gatsby-plugin-utils": "^4.14.0", + "gatsby-plugin-utils": "^4.15.0", "lodash.merge": "^4.6.2", "rss": "^1.2.2" }, diff --git a/package.json b/package.json index 112a5b8b6..1a5e5190a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@mdx-js/react": "2.3.0", "darkmode-js": "1.5.7", "gatsby": "5.15.0", - "gatsby-plugin-feed": "5.14.0", + "gatsby-plugin-feed": "5.15.0", "gatsby-plugin-google-gtag": "5.14.0", "gatsby-plugin-image": "3.15.0", "gatsby-plugin-manifest": "5.15.0",