From 6c0a11a2c756c04f99fd12e0714d2e36042192bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 07:06:52 +0000 Subject: [PATCH] fix: upgrade gatsby-plugin-sitemap from 6.13.1 to 6.14.0 Snyk has created this PR to upgrade gatsby-plugin-sitemap from 6.13.1 to 6.14.0. See this package in npm: gatsby-plugin-sitemap See this project in Snyk: https://app.snyk.io/org/mastermindzh/project/6eb54845-2bb5-45e0-80e2-6b3a1c53eee6?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) 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",