diff --git a/package-lock.json b/package-lock.json index 0bb644231..93241d882 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "flexsearch": "^0.7.31", "gatsby": "^5.12.11", "gatsby-adapter-netlify": "^1.0.4", - "gatsby-plugin-feed": "^5.12.3", + "gatsby-plugin-feed": "^5.13.0", "gatsby-plugin-google-gtag": "^5.12.3", "gatsby-plugin-google-tagmanager": "^5.12.3", "gatsby-plugin-image": "^3.12.3", @@ -12924,14 +12924,14 @@ } }, "node_modules/gatsby-plugin-feed": { - "version": "5.12.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-5.12.3.tgz", - "integrity": "sha512-o10qmwUq4PpEZm9UJZxb6CZXgvQi89S8gxLP6OHXCxefb0PNVxAItLniuK3nTCE/DwuqZNVZxfDH5GmEkeUzQQ==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-5.13.0.tgz", + "integrity": "sha512-waialhDHWkah4Pohi0ulmcLE5HJInTiJm2VBDBwddrssjR/6mnuvGCn/fcsCa7DEDs+hdVuk5+3PRenYa+Ptbw==", "dependencies": { "@babel/runtime": "^7.20.13", "common-tags": "^1.8.2", "fs-extra": "^11.1.1", - "gatsby-plugin-utils": "^4.12.3", + "gatsby-plugin-utils": "^4.13.0", "lodash.merge": "^4.6.2", "rss": "^1.2.2" }, @@ -13334,15 +13334,15 @@ } }, "node_modules/gatsby-plugin-utils": { - "version": "4.12.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.12.3.tgz", - "integrity": "sha512-AMagRfVAIwc3w66RZzq9cGPma3pkrGe/iyhktmHWDOtu45tOt0zlbSY91juuCw2Oov17WzJp2TWKQ/i0nkuLbA==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.13.0.tgz", + "integrity": "sha512-3qwhM6mUYjorRiD0D0cgmCHcKwroG2d4PlfErnapHJpM/ISGfdBBOfRhPyk2N0u3dbGeb3KQq5gImCCS73bvxg==", "dependencies": { "@babel/runtime": "^7.20.13", "fastq": "^1.15.0", "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.12.1", - "gatsby-sharp": "^1.12.1", + "gatsby-core-utils": "^4.13.0", + "gatsby-sharp": "^1.13.0", "graphql-compose": "^9.0.10", "import-from": "^4.0.0", "joi": "^17.9.2", @@ -13689,9 +13689,9 @@ } }, "node_modules/gatsby-sharp": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-1.12.1.tgz", - "integrity": "sha512-e7lqA74UZau7MOktc9V+sNh86a8oNZPFIsY5Atk+C0sGlzHx0IcivsJjwLHJ6OF11SIC38a9z2wE8Nl6YiG/Ig==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-1.13.0.tgz", + "integrity": "sha512-DviUtgm7tatSd1Hm54o/orHimOcyXBO9OJkSfzEchPFClvOza+2Qe/lqZShio0gFDxmG0Jgn0XCLzG7uH5VyJQ==", "dependencies": { "sharp": "^0.32.6" }, diff --git a/package.json b/package.json index d3b8913a9..a27fa5371 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "flexsearch": "^0.7.31", "gatsby": "^5.12.11", "gatsby-adapter-netlify": "^1.0.4", - "gatsby-plugin-feed": "^5.12.3", + "gatsby-plugin-feed": "^5.13.0", "gatsby-plugin-google-gtag": "^5.12.3", "gatsby-plugin-google-tagmanager": "^5.12.3", "gatsby-plugin-image": "^3.12.3",