⬆️ Bump @nuxtjs/sitemap from 2.3.1 to 2.3.2

Bumps [@nuxtjs/sitemap](https://github.com/nuxt-community/sitemap-module) from 2.3.1 to 2.3.2.
- [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.1...v2.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-06-16 00:05:21 +00:00
committed by GitHub
parent 5b220d5c5c
commit 97501e63c5
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -2288,12 +2288,12 @@
"integrity": "sha512-BW3qhvxlPBKlMkZHtARFPeliFraiZHS28G3j4qgRbSfOBtHC0yDX3Dnq1LkQMzAbPfbw6A1L3sdjgBVZZnfFAw=="
},
"@nuxtjs/sitemap": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/@nuxtjs/sitemap/-/sitemap-2.3.1.tgz",
"integrity": "sha512-t/wJk4waFZri/jMUzTQKXWqEyqqHxVY6XyRlrCTu3ipaRH2ApeUnM5BYuEW4mTQC3i8yHEdzM6Ap+K7XRTQPWg==",
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/@nuxtjs/sitemap/-/sitemap-2.3.2.tgz",
"integrity": "sha512-SELHw9dNttKu6EyewD++5gIHox9Hxq4Cwwt4v2HdYwKjrw3wtlZofOslIyBX3o4QI0t2ozOq1FpbmizFz47M8g==",
"requires": {
"async-cache": "^1.1.0",
"consola": "^2.12.2",
"consola": "^2.13.0",
"etag": "^1.8.1",
"fresh": "^0.5.2",
"fs-extra": "^8.1.0",
@@ -2304,9 +2304,9 @@
},
"dependencies": {
"consola": {
"version": "2.12.2",
"resolved": "https://registry.npmjs.org/consola/-/consola-2.12.2.tgz",
"integrity": "sha512-c9mzemrAk57s3UIjepn8KKkuEH5fauMdot5kFSJUnqHcnApVS9Db8Rbv5AZ1Iz6lXzaGe9z1crQXhJtGX4h/Og=="
"version": "2.13.0",
"resolved": "https://registry.npmjs.org/consola/-/consola-2.13.0.tgz",
"integrity": "sha512-Jw+8qpL0yrpfqH9m90fWoDRQyn8TYU6Aegpl4UofoP81VYvQLoOWMpFw2vQ3U/cyLRRzTc/CyNC6YYVzZFU8Eg=="
}
}
},

View File

@@ -33,7 +33,7 @@
"@nuxtjs/axios": "^5.11.0",
"@nuxtjs/gtm": "^2.3.0",
"@nuxtjs/robots": "^2.4.2",
"@nuxtjs/sitemap": "^2.3.1",
"@nuxtjs/sitemap": "^2.3.2",
"@nuxtjs/toast": "^3.3.0",
"ace-builds": "^1.4.11",
"firebase": "^7.15.1",