1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-03 18:35:00 +01:00

Bump gatsby-plugin-sitemap from 4.9.0 to 4.10.0 (#667)

Bumps [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) from 4.9.0 to 4.10.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sitemap/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@4.10.0/packages/gatsby-plugin-sitemap)

---
updated-dependencies:
- dependency-name: gatsby-plugin-sitemap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-09-20 11:48:04 +02:00 committed by GitHub
parent 0367005b19
commit 4ac1f7c226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -20,7 +20,7 @@
"gatsby-plugin-offline": "^4.14.0", "gatsby-plugin-offline": "^4.14.0",
"gatsby-plugin-react-helmet": "^4.14.0", "gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-sharp": "^3.14.0", "gatsby-plugin-sharp": "^3.14.0",
"gatsby-plugin-sitemap": "^4.9.0", "gatsby-plugin-sitemap": "^4.10.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-plugin-webpack-size": "^2.0.1", "gatsby-plugin-webpack-size": "^2.0.1",
"gatsby-source-filesystem": "^3.14.0", "gatsby-source-filesystem": "^3.14.0",
@ -11684,11 +11684,11 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
}, },
"node_modules/gatsby-plugin-sitemap": { "node_modules/gatsby-plugin-sitemap": {
"version": "4.9.0", "version": "4.10.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-4.9.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-4.10.0.tgz",
"integrity": "sha512-frbbsp8woF7WXY+Np5b3qLHZ2tK/uVF9kOVkTPZS3i4tfT0fRFoOamTqyWxFZbFwFTuZsJBUc7Rp0y41TtoPLw==", "integrity": "sha512-q7WdaZLzOQnSJDZ2/ArTnSpCG26Eqgpt9jvni6wUqPxLic9irwvzIHhZxmZp8I7iq6Ue1Ii1MD5kWO2VTYb7GA==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.14.8", "@babel/runtime": "^7.15.4",
"common-tags": "^1.8.0", "common-tags": "^1.8.0",
"minimatch": "^3.0.4", "minimatch": "^3.0.4",
"sitemap": "^7.0.0" "sitemap": "^7.0.0"
@ -36218,11 +36218,11 @@
} }
}, },
"gatsby-plugin-sitemap": { "gatsby-plugin-sitemap": {
"version": "4.9.0", "version": "4.10.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-4.9.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-4.10.0.tgz",
"integrity": "sha512-frbbsp8woF7WXY+Np5b3qLHZ2tK/uVF9kOVkTPZS3i4tfT0fRFoOamTqyWxFZbFwFTuZsJBUc7Rp0y41TtoPLw==", "integrity": "sha512-q7WdaZLzOQnSJDZ2/ArTnSpCG26Eqgpt9jvni6wUqPxLic9irwvzIHhZxmZp8I7iq6Ue1Ii1MD5kWO2VTYb7GA==",
"requires": { "requires": {
"@babel/runtime": "^7.14.8", "@babel/runtime": "^7.15.4",
"common-tags": "^1.8.0", "common-tags": "^1.8.0",
"minimatch": "^3.0.4", "minimatch": "^3.0.4",
"sitemap": "^7.0.0" "sitemap": "^7.0.0"

View File

@ -31,7 +31,7 @@
"gatsby-plugin-offline": "^4.14.0", "gatsby-plugin-offline": "^4.14.0",
"gatsby-plugin-react-helmet": "^4.14.0", "gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-sharp": "^3.14.0", "gatsby-plugin-sharp": "^3.14.0",
"gatsby-plugin-sitemap": "^4.9.0", "gatsby-plugin-sitemap": "^4.10.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-plugin-webpack-size": "^2.0.1", "gatsby-plugin-webpack-size": "^2.0.1",
"gatsby-source-filesystem": "^3.14.0", "gatsby-source-filesystem": "^3.14.0",