diff --git a/package.json b/package.json index 00ef5d98311..8a09d9bdfcd 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "gatsby-plugin-react-helmet": "^3.1.4", "gatsby-plugin-sass": "^2.1.10", "gatsby-plugin-sharp": "^2.2.13", - "gatsby-plugin-sitemap": "^2.2.7", + "gatsby-plugin-sitemap": "^2.12.0", "gatsby-plugin-slug": "^1.1.1", "gatsby-plugin-sri": "^1.0.11", "gatsby-remark-autolink-headers": "^2.1.5", diff --git a/yarn.lock b/yarn.lock index aa5c471783d..ca16a8402f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6853,12 +6853,13 @@ gatsby-plugin-sharp@^2.2.13: svgo "1.3.2" uuid "3.4.0" -gatsby-plugin-sitemap@^2.2.7: - version "2.4.13" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.4.13.tgz#b73795679c6056ea6fa535ae7af51f82db522734" - integrity sha512-gY3orfpakCUQSJ8wwGzTkzulC7VGhlxt7bYJwvus+k3XUQrlQFsR4Qku4VPk9qLpPDyRClDVRa2ojH7NJRZBPQ== +gatsby-plugin-sitemap@^2.12.0: + version "2.12.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.12.0.tgz#bd3dc88d59ee9a94b0131a28623d79eb738dc375" + integrity sha512-oY0SzFl7xDVfIp3f4dhsKuGknc6tLsZIdNWPB9jv3HEDIFpyohFjJ4tcH2rHG8Wm8ceW34XjgSW0fcyu/QQYxQ== dependencies: - "@babel/runtime" "^7.11.2" + "@babel/runtime" "^7.12.5" + common-tags "^1.8.0" minimatch "^3.0.4" pify "^3.0.0" sitemap "^1.13.0"