diff --git a/package-lock.json b/package-lock.json index 2670d54d89d3..49fa3b8c58d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "gatsby-plugin-preload-fonts": "^3.24.0", "gatsby-plugin-robots-txt": "^1.7.1", "gatsby-plugin-sharp": "^4.19.0", - "gatsby-plugin-sitemap": "^5.19.0", + "gatsby-plugin-sitemap": "^5.25.0", "gatsby-plugin-styled-components": "^5.19.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-redirect-from": "^0.5.0", @@ -12714,9 +12714,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/gatsby-plugin-sitemap": { - "version": "5.19.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.19.0.tgz", - "integrity": "sha512-NDzgB17zGV8tebXid0Cs7yDzGWYa/7k2a/1J9Mej85a/brJafGOqikn+u86KhrvfL2wxJsf5JxmGhZmFCj6R7g==", + "version": "5.25.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.25.0.tgz", + "integrity": "sha512-0MYinO0MTsOIEd7d2NOCm/JVdFIMgoIEFem/S0gMpuW4rBCpsE6McPmRKGZl2bp277jEhU8ACt4/49nsCA1AoA==", "dependencies": { "@babel/runtime": "^7.15.4", "common-tags": "^1.8.2", @@ -12728,8 +12728,8 @@ }, "peerDependencies": { "gatsby": "^4.0.0-next", - "react": "^16.9.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0" + "react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^0.0.0", + "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^0.0.0" } }, "node_modules/gatsby-plugin-styled-components": { @@ -35401,9 +35401,9 @@ } }, "gatsby-plugin-sitemap": { - "version": "5.19.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.19.0.tgz", - "integrity": "sha512-NDzgB17zGV8tebXid0Cs7yDzGWYa/7k2a/1J9Mej85a/brJafGOqikn+u86KhrvfL2wxJsf5JxmGhZmFCj6R7g==", + "version": "5.25.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.25.0.tgz", + "integrity": "sha512-0MYinO0MTsOIEd7d2NOCm/JVdFIMgoIEFem/S0gMpuW4rBCpsE6McPmRKGZl2bp277jEhU8ACt4/49nsCA1AoA==", "requires": { "@babel/runtime": "^7.15.4", "common-tags": "^1.8.2", diff --git a/package.json b/package.json index 1ec01980e01b..02a8bda5db39 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "gatsby-plugin-preload-fonts": "^3.24.0", "gatsby-plugin-robots-txt": "^1.7.1", "gatsby-plugin-sharp": "^4.19.0", - "gatsby-plugin-sitemap": "^5.19.0", + "gatsby-plugin-sitemap": "^5.25.0", "gatsby-plugin-styled-components": "^5.19.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-redirect-from": "^0.5.0",