From 35f6252c3d2b12b162c2445779794f29fde65449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2020 01:08:44 +0000 Subject: [PATCH] :arrow_up: Bump @nuxtjs/sitemap from 2.3.2 to 2.4.0 Bumps [@nuxtjs/sitemap](https://github.com/nuxt-community/sitemap-module) from 2.3.2 to 2.4.0. - [Release notes](https://github.com/nuxt-community/sitemap-module/releases) - [Changelog](https://github.com/nuxt-community/sitemap-module/blob/dev/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/sitemap-module/compare/v2.3.2...v2.4.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90278543a..fa0fcac4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2288,9 +2288,9 @@ "integrity": "sha512-BW3qhvxlPBKlMkZHtARFPeliFraiZHS28G3j4qgRbSfOBtHC0yDX3Dnq1LkQMzAbPfbw6A1L3sdjgBVZZnfFAw==" }, "@nuxtjs/sitemap": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@nuxtjs/sitemap/-/sitemap-2.3.2.tgz", - "integrity": "sha512-SELHw9dNttKu6EyewD++5gIHox9Hxq4Cwwt4v2HdYwKjrw3wtlZofOslIyBX3o4QI0t2ozOq1FpbmizFz47M8g==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@nuxtjs/sitemap/-/sitemap-2.4.0.tgz", + "integrity": "sha512-TVgIYOtPp7KAfaUo76WRpGbO20j4D/xi/A7shFIGjARHs+FvfAWXNCtBT87dTwe/RoYzAsEKtijFFUTaSu5bUA==", "requires": { "async-cache": "^1.1.0", "consola": "^2.13.0", diff --git a/package.json b/package.json index e8cf0250c..e61b34258 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@nuxtjs/axios": "^5.11.0", "@nuxtjs/gtm": "^2.3.0", "@nuxtjs/robots": "^2.4.2", - "@nuxtjs/sitemap": "^2.3.2", + "@nuxtjs/sitemap": "^2.4.0", "@nuxtjs/toast": "^3.3.0", "ace-builds": "^1.4.11", "firebase": "^7.15.5",