From 7058dcdd1675440587fc9c25166da1b24dbe1c07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 19:35:24 +0000 Subject: [PATCH] Bump gatsby-plugin-feed from 5.12.1 to 5.12.2 Bumps [gatsby-plugin-feed](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-feed) from 5.12.1 to 5.12.2. - [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.12.2/packages/gatsby-plugin-feed) --- updated-dependencies: - dependency-name: gatsby-plugin-feed dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c207e4e..0f0b0ba0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@mdx-js/react": "^2.3.0", "gatsby": "^5.12.6", "gatsby-core-utils": "^4.12.0", - "gatsby-plugin-feed": "^5.12.1", + "gatsby-plugin-feed": "^5.12.2", "gatsby-plugin-image": "^3.12.1", "gatsby-plugin-mdx": "^5.12.1", "gatsby-plugin-sharp": "^5.12.1", @@ -9919,14 +9919,14 @@ } }, "node_modules/gatsby-plugin-feed": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-5.12.1.tgz", - "integrity": "sha512-0bunySkFysXQOSEdKNIIj9/cwiItEVua2R7rI5B4XK+PAa3nId5t/eFH4TmZ2vDXSKQjwHlroOFuPJMxK3Xssg==", + "version": "5.12.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-5.12.2.tgz", + "integrity": "sha512-GoUzqMRhLxlQByATVJqp8zKK/T3RylPKQ/6Y5njqtwFlUTPL8NdghqMinXFY/7KHPv6NSQJNcSsd6oVX54SasA==", "dependencies": { "@babel/runtime": "^7.20.13", "common-tags": "^1.8.2", "fs-extra": "^11.1.1", - "gatsby-plugin-utils": "^4.12.1", + "gatsby-plugin-utils": "^4.12.2", "lodash.merge": "^4.6.2", "rss": "^1.2.2" }, @@ -10134,9 +10134,9 @@ } }, "node_modules/gatsby-plugin-utils": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.12.1.tgz", - "integrity": "sha512-WL8x0E4CkmP1m61aaIa23lhoOOpxH7PIlZCzly2ehcsZmyL/7dxfpm09B/IAkLYbSMzi6Uln1vmQAN7qvBan4A==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.12.2.tgz", + "integrity": "sha512-N5d+fxPd7cZ9KeTl0bHF1JM4MDB2hazXbcOI2gxS9rIL0vgbyBT/ffJ9uczNwJwQuGQPOWdXO6eCspjT4zKcqw==", "dependencies": { "@babel/runtime": "^7.20.13", "fastq": "^1.15.0", diff --git a/package.json b/package.json index 76e7ccaf..b82a5135 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@mdx-js/react": "^2.3.0", "gatsby": "^5.12.6", "gatsby-core-utils": "^4.12.0", - "gatsby-plugin-feed": "^5.12.1", + "gatsby-plugin-feed": "^5.12.2", "gatsby-plugin-image": "^3.12.1", "gatsby-plugin-mdx": "^5.12.1", "gatsby-plugin-sharp": "^5.12.1",