diff --git a/package-lock.json b/package-lock.json index 54e953ed5..abe1ab487 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "gatsby-plugin-material-ui": "^4.1.0", "gatsby-plugin-mdx": "^5.3.1", "gatsby-plugin-robots-txt": "^1.8.0", - "gatsby-plugin-sitemap": "^6.2.0", + "gatsby-plugin-sitemap": "^6.3.1", "gatsby-plugin-styled-components": "^6.3.0", "gatsby-plugin-typescript": "^5.3.1", "gatsby-remark-responsive-iframe": "^6.3.0", @@ -12016,15 +12016,15 @@ } }, "node_modules/gatsby-plugin-sitemap": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.2.0.tgz", - "integrity": "sha512-uE4bjMppb+/ig6bLZT8PzoJTWs8pqZJu1aXuzahFF/7JZpTEgkIKszUaffukW2U5xHNEGn7aE9g+3mVHgp6+OQ==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.3.1.tgz", + "integrity": "sha512-/WYh3XgsOP/382vlgDtAafJBym6/dQmrD3tpA6nAlS3c97segMDESwfRb4+/ZoqdQ6qktOSD5OG7s56xARbd4g==", "dev": true, "dependencies": { "@babel/runtime": "^7.15.4", "common-tags": "^1.8.2", "minimatch": "^3.1.2", - "sitemap": "^7.0.0" + "sitemap": "^7.1.1" }, "engines": { "node": ">=18.0.0" @@ -34427,15 +34427,15 @@ } }, "gatsby-plugin-sitemap": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.2.0.tgz", - "integrity": "sha512-uE4bjMppb+/ig6bLZT8PzoJTWs8pqZJu1aXuzahFF/7JZpTEgkIKszUaffukW2U5xHNEGn7aE9g+3mVHgp6+OQ==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.3.1.tgz", + "integrity": "sha512-/WYh3XgsOP/382vlgDtAafJBym6/dQmrD3tpA6nAlS3c97segMDESwfRb4+/ZoqdQ6qktOSD5OG7s56xARbd4g==", "dev": true, "requires": { "@babel/runtime": "^7.15.4", "common-tags": "^1.8.2", "minimatch": "^3.1.2", - "sitemap": "^7.0.0" + "sitemap": "^7.1.1" } }, "gatsby-plugin-styled-components": { diff --git a/package.json b/package.json index c30545566..75c8d1455 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "gatsby-plugin-material-ui": "^4.1.0", "gatsby-plugin-mdx": "^5.3.1", "gatsby-plugin-robots-txt": "^1.8.0", - "gatsby-plugin-sitemap": "^6.2.0", + "gatsby-plugin-sitemap": "^6.3.1", "gatsby-plugin-styled-components": "^6.3.0", "gatsby-plugin-typescript": "^5.3.1", "gatsby-remark-responsive-iframe": "^6.3.0",