Merge branch 'master' into feat/dotenv

This commit is contained in:
Liyas Thomas
2020-05-12 13:34:34 +05:30
committed by GitHub
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@@ -2261,12 +2261,12 @@
"integrity": "sha512-BW3qhvxlPBKlMkZHtARFPeliFraiZHS28G3j4qgRbSfOBtHC0yDX3Dnq1LkQMzAbPfbw6A1L3sdjgBVZZnfFAw=="
},
"@nuxtjs/sitemap": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@nuxtjs/sitemap/-/sitemap-2.2.1.tgz",
"integrity": "sha512-GrXTueBaSQgAuBbUrGcKu37VbZBOZ4omHqk8FfthK71R26vp9LWUcqlRbuQaIrAYynjSfSPxaLpX8opUwO1nKw==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@nuxtjs/sitemap/-/sitemap-2.3.0.tgz",
"integrity": "sha512-mSh0vc8HuJHMOm8ifKIKXxGETDq+Oc7MgwWVeq20AEfblNQUOWFLv+bYqh8BkxvuXc2/488zMrKhWOfwzasQOA==",
"requires": {
"async-cache": "^1.1.0",
"consola": "^2.11.3",
"consola": "^2.12.1",
"etag": "^1.8.1",
"fresh": "^0.5.2",
"fs-extra": "^8.1.0",
@@ -2277,9 +2277,9 @@
},
"dependencies": {
"consola": {
"version": "2.11.3",
"resolved": "https://registry.npmjs.org/consola/-/consola-2.11.3.tgz",
"integrity": "sha512-aoW0YIIAmeftGR8GSpw6CGQluNdkWMWh3yEFjH/hmynTYnMtibXszii3lxCXmk8YxJtI3FAK5aTiquA5VH68Gw=="
"version": "2.12.1",
"resolved": "https://registry.npmjs.org/consola/-/consola-2.12.1.tgz",
"integrity": "sha512-aEkkju9ZcEa9y2MhzNhfmTUws/CEZZ0LKu0FxftSU3HygPfVMMIMSYyYct+xBN6XNRhsaDZjw2HAv3m2ammXSA=="
}
}
},
@@ -2442,9 +2442,9 @@
"dev": true
},
"@types/node": {
"version": "12.12.37",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.37.tgz",
"integrity": "sha512-4mXKoDptrXAwZErQHrLzpe0FN/0Wmf5JRniSVIdwUrtDf9wnmEV1teCNLBo/TwuXhkK/bVegoEn/wmb+x0AuPg=="
"version": "12.12.38",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.38.tgz",
"integrity": "sha512-75eLjX0pFuTcUXnnWmALMzzkYorjND0ezNEycaKesbUBg9eGZp4GHPuDmkRc4mQQvIpe29zrzATNRA6hkYqwmA=="
},
"@types/parse-json": {
"version": "4.0.0",

View File

@@ -33,7 +33,7 @@
"@nuxtjs/axios": "^5.10.3",
"@nuxtjs/gtm": "^2.2.3",
"@nuxtjs/robots": "^2.4.2",
"@nuxtjs/sitemap": "^2.2.1",
"@nuxtjs/sitemap": "^2.3.0",
"@nuxtjs/toast": "^3.3.0",
"ace-builds": "^1.4.11",
"firebase": "^7.14.3",