diff --git a/package-lock.json b/package-lock.json index 51e9d3b4..bd17cac5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@mdx-js/react": "^3.0.0", "gatsby": "^5.12.9", "gatsby-core-utils": "^4.12.1", - "gatsby-plugin-feed": "^5.12.3", + "gatsby-plugin-feed": "^5.13.1", "gatsby-plugin-image": "^3.12.3", "gatsby-plugin-mdx": "^5.12.3", "gatsby-plugin-sharp": "^5.12.3", @@ -9780,9 +9780,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/gatsby-core-utils": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.12.1.tgz", - "integrity": "sha512-YW7eCK2M6yGQerT5LkdOHLZTNYMsDvcgeDMRy0q66FWKj7twPZX428I6NaLCMeF5dYoj1HOOO0u96iNlW5jcKQ==", + "version": "4.13.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.13.1.tgz", + "integrity": "sha512-w7G6SsQr8T2q+AJ1MxvRNGocCt+wjc22MiRLj2Zi3Ijpjszbr818JxwI4+aPt8WOSHlKT5SYCHICnEvcYPm9gg==", "dependencies": { "@babel/runtime": "^7.20.13", "ci-info": "2.0.0", @@ -9896,14 +9896,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.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-5.13.1.tgz", + "integrity": "sha512-Vg6oTqwxqA8suOnGF8wAeFMv1oFlEp1EXemd46hMTR8ubzOTYMKRjR1rv3WTYZPbVSsjLxliNykDUXokWoH/0A==", "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.1", "lodash.merge": "^4.6.2", "rss": "^1.2.2" }, @@ -10111,15 +10111,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.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.13.1.tgz", + "integrity": "sha512-dQ8cZyUENWHqZOOSBBYWCJ8yG3zSYnHYk0mKQbgZblUS30Sp7ZFM4r0/+lsvUkEYaBOnzFBQjSSQtTa0xu9QWA==", "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.1", + "gatsby-sharp": "^1.13.0", "graphql-compose": "^9.0.10", "import-from": "^4.0.0", "joi": "^17.9.2", @@ -10470,9 +10470,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 1a594883..4a832267 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@mdx-js/react": "^3.0.0", "gatsby": "^5.12.9", "gatsby-core-utils": "^4.12.1", - "gatsby-plugin-feed": "^5.12.3", + "gatsby-plugin-feed": "^5.13.1", "gatsby-plugin-image": "^3.12.3", "gatsby-plugin-mdx": "^5.12.3", "gatsby-plugin-sharp": "^5.12.3",