From 4ac1f7c226c2a0678d0c41a6bde266ae113defb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 11:48:04 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 347a896..e74b3bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "gatsby-plugin-offline": "^4.14.0", "gatsby-plugin-react-helmet": "^4.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-webpack-size": "^2.0.1", "gatsby-source-filesystem": "^3.14.0", @@ -11684,11 +11684,11 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/gatsby-plugin-sitemap": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-4.9.0.tgz", - "integrity": "sha512-frbbsp8woF7WXY+Np5b3qLHZ2tK/uVF9kOVkTPZS3i4tfT0fRFoOamTqyWxFZbFwFTuZsJBUc7Rp0y41TtoPLw==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-4.10.0.tgz", + "integrity": "sha512-q7WdaZLzOQnSJDZ2/ArTnSpCG26Eqgpt9jvni6wUqPxLic9irwvzIHhZxmZp8I7iq6Ue1Ii1MD5kWO2VTYb7GA==", "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.4", "common-tags": "^1.8.0", "minimatch": "^3.0.4", "sitemap": "^7.0.0" @@ -36218,11 +36218,11 @@ } }, "gatsby-plugin-sitemap": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-4.9.0.tgz", - "integrity": "sha512-frbbsp8woF7WXY+Np5b3qLHZ2tK/uVF9kOVkTPZS3i4tfT0fRFoOamTqyWxFZbFwFTuZsJBUc7Rp0y41TtoPLw==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-4.10.0.tgz", + "integrity": "sha512-q7WdaZLzOQnSJDZ2/ArTnSpCG26Eqgpt9jvni6wUqPxLic9irwvzIHhZxmZp8I7iq6Ue1Ii1MD5kWO2VTYb7GA==", "requires": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.4", "common-tags": "^1.8.0", "minimatch": "^3.0.4", "sitemap": "^7.0.0" diff --git a/package.json b/package.json index 155d3cd..231e4bd 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "gatsby-plugin-offline": "^4.14.0", "gatsby-plugin-react-helmet": "^4.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-webpack-size": "^2.0.1", "gatsby-source-filesystem": "^3.14.0",