diff --git a/package-lock.json b/package-lock.json index 368dd5f..d3e35d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "gatsby-plugin-robots-txt": "^1.8.0", "gatsby-plugin-sass": "^6.13.1", "gatsby-plugin-sharp": "^5.13.1", - "gatsby-plugin-sitemap": "^6.13.1", + "gatsby-plugin-sitemap": "^6.14.0", "gatsby-remark-autolink-headers": "^6.13.1", "gatsby-remark-copy-linked-files": "^6.13.2", "gatsby-remark-external-links": "0.0.4", @@ -16519,9 +16519,10 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/gatsby-plugin-sitemap": { - "version": "6.13.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.13.1.tgz", - "integrity": "sha512-PuBcCjpwVj7NVW/GXFgmP2NLhM5FsFV618pVGCWnLSr0cPrtJsmPtLze1PMaq148EGUGnnctl/+7VLozheQ/CA==", + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.14.0.tgz", + "integrity": "sha512-pF7sv+4IdihiyMaQcXzxXrsA8XzbCwJuiDmHN8PvxrMa2v9FFwjhGXEX/dwJAOSDz98tauT7PRj8Ys4F2DfOTQ==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.13", "common-tags": "^1.8.2", diff --git a/package.json b/package.json index abf4ca2..06e0aa9 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "gatsby-plugin-robots-txt": "^1.8.0", "gatsby-plugin-sass": "^6.13.1", "gatsby-plugin-sharp": "^5.13.1", - "gatsby-plugin-sitemap": "^6.13.1", + "gatsby-plugin-sitemap": "^6.14.0", "gatsby-remark-autolink-headers": "^6.13.1", "gatsby-remark-copy-linked-files": "^6.13.2", "gatsby-remark-external-links": "0.0.4",