⬆️ Bump @nuxtjs/sitemap from 2.0.0 to 2.0.1

Bumps [@nuxtjs/sitemap](https://github.com/nuxt-community/sitemap-module) from 2.0.0 to 2.0.1.
- [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.0.0...v2.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-11-16 00:13:43 +00:00
committed by Liyas Thomas
parent d214be027d
commit 461dd21806
2 changed files with 15 additions and 8 deletions

21
package-lock.json generated
View File

@@ -1391,17 +1391,24 @@
"integrity": "sha512-BW3qhvxlPBKlMkZHtARFPeliFraiZHS28G3j4qgRbSfOBtHC0yDX3Dnq1LkQMzAbPfbw6A1L3sdjgBVZZnfFAw=="
},
"@nuxtjs/sitemap": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nuxtjs/sitemap/-/sitemap-2.0.0.tgz",
"integrity": "sha512-Vt3CMqIJSYrI2P8gRHnpdLQz/t0+hCZU8S2jwHiN+M4Is6plP7AHe3sUSdpYMB5Hyc4XxlAkgEdg5QuRjjearQ==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@nuxtjs/sitemap/-/sitemap-2.0.1.tgz",
"integrity": "sha512-/0VrxWj8Q9asxvGcvb4o5VeCrPjK/X2bOOriI59nfXop6e95GdSQsF2vtAe3WH6V89M3Q3tM7ytTuh6OeH7YYw==",
"requires": {
"async-cache": "^1.1.0",
"consola": "^2.10.1",
"consola": "^2.11.0",
"fs-extra": "^8.1.0",
"is-https": "^1.0.0",
"lodash.unionby": "^4.8.0",
"minimatch": "^3.0.4",
"sitemap": "^4.1.1"
},
"dependencies": {
"consola": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/consola/-/consola-2.11.0.tgz",
"integrity": "sha512-2bcAqHastlPSCvZ+ur8bgHInGAWvUnysWz3h3xRX+/XZoCY7avolJJnVXOPGoVoyCcg1b231XixonoArmgxaoA=="
}
}
},
"@nuxtjs/toast": {
@@ -1423,9 +1430,9 @@
}
},
"@types/node": {
"version": "12.7.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.7.9.tgz",
"integrity": "sha512-P57oKTJ/vYivL2BCfxCC5tQjlS8qW31pbOL6qt99Yrjm95YdHgNZwjrTTjMBh+C2/y6PXIX4oz253+jUzxKKfQ=="
"version": "12.12.8",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.8.tgz",
"integrity": "sha512-XLla8N+iyfjvsa0KKV+BP/iGSoTmwxsu5Ci5sM33z9TjohF72DEz95iNvD6pPmemvbQgxAv/909G73gUn8QR7w=="
},
"@types/q": {
"version": "1.5.2",

View File

@@ -23,7 +23,7 @@
"@nuxtjs/google-tag-manager": "^2.3.1",
"@nuxtjs/pwa": "^3.0.0-beta.19",
"@nuxtjs/robots": "^2.4.2",
"@nuxtjs/sitemap": "^2.0.0",
"@nuxtjs/sitemap": "^2.0.1",
"@nuxtjs/toast": "^3.3.0",
"ace-builds": "^1.4.7",
"nuxt": "^2.10.2",