8000 Bump gatsby-plugin-sitemap from 2.4.13 to 2.12.0 by dependabot[bot] · Pull Request #405 · Hacker0x01/docs.hackerone.com · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Bump gatsby-plugin-sitemap from 2.4.13 to 2.12.0 #405

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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-gY3 5BDE orfpakCUQSJ8wwGzTkzulC7VGhlxt7bYJwvus+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"
Expand Down
0