diff --git a/packages/@statusfy/cli/package.json b/packages/@statusfy/cli/package.json index 0167f6ca2..677ebe12d 100644 --- a/packages/@statusfy/cli/package.json +++ b/packages/@statusfy/cli/package.json @@ -25,8 +25,8 @@ "semver": "^5.5.0" }, "peerDependencies": { - "@statusfy/common": "^0.1.2", - "@statusfy/core": "^0.1.2", - "@statusfy/editor": "^0.1.2" + "@statusfy/common": "0.1.2", + "@statusfy/core": "0.1.2", + "@statusfy/editor": "0.1.2" } } diff --git a/packages/@statusfy/core/package.json b/packages/@statusfy/core/package.json index e81990135..35625519d 100644 --- a/packages/@statusfy/core/package.json +++ b/packages/@statusfy/core/package.json @@ -38,8 +38,8 @@ "@fortawesome/fontawesome-svg-core": "^1.2.5", "@nuxtjs/axios": "^5.3.3", "@nuxtjs/pwa": "^2.5.0", - "@statusfy/common": "^0.1.2", - "@statusfy/markdown": "^0.1.2", + "@statusfy/common": "0.1.2", + "@statusfy/markdown": "0.1.2", "body-parser": "^1.18.3", "browser-sync": "^2.26.0", "cors": "^2.8.4", @@ -72,7 +72,7 @@ "devDependencies": { "@babel/core": "^7.1.2", "@mapbox/stylelint-processor-arbitrary-tags": "^0.2.0", - "@statusfy/test-utils": "^0.1.2", + "@statusfy/test-utils": "0.1.2", "babel-core": "^7.0.0-0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.14.0", diff --git a/packages/@statusfy/markdown/package.json b/packages/@statusfy/markdown/package.json index 7e7264775..2807bfd25 100644 --- a/packages/@statusfy/markdown/package.json +++ b/packages/@statusfy/markdown/package.json @@ -21,12 +21,12 @@ }, "homepage": "https://github.com/bazzite/statusfy#readme", "dependencies": { - "@statusfy/common": "^0.1.2", + "@statusfy/common": "0.1.2", "markdown-it": "^8.4.1", "markdown-it-container": "^2.0.0", "markdown-it-emoji": "^1.4.0" }, "devDependencies": { - "@statusfy/test-utils": "^0.1.2" + "@statusfy/test-utils": "0.1.2" } } diff --git a/packages/demo/package.json b/packages/demo/package.json index be1a869b5..33cd897a0 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -18,7 +18,7 @@ }, "license": "Apache-2.0", "dependencies": { - "statusfy": "^0.1.2" + "statusfy": "0.1.2" }, "engines": { "node": ">=8.10", diff --git a/packages/docs/package.json b/packages/docs/package.json index 9ff0f3c40..e785ae779 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -30,7 +30,7 @@ }, "homepage": "https://docs.statusfy.co", "devDependencies": { - "@statusfy/common": "^0.1.2", + "@statusfy/common": "0.1.2", "markdown-it-block-image": "0.0.3", "markdown-it-imsize": "^2.0.1", "vuepress": "^0.14.4" diff --git a/packages/statusfy/package.json b/packages/statusfy/package.json index 271eb3be3..5e9dc92e0 100644 --- a/packages/statusfy/package.json +++ b/packages/statusfy/package.json @@ -28,9 +28,9 @@ "statuspage" ], "dependencies": { - "@statusfy/cli": "^0.1.2", - "@statusfy/core": "^0.1.2", - "@statusfy/editor": "^0.1.2" + "@statusfy/cli": "0.1.2", + "@statusfy/core": "0.1.2", + "@statusfy/editor": "0.1.2" }, "engines": { "node": ">=8.10", diff --git a/packages/website/package.json b/packages/website/package.json index 7d0794e46..aa27c25ae 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -23,7 +23,7 @@ "@nuxtjs/google-analytics": "^2.0.2", "@nuxtjs/pwa": "^2.6.0", "@nuxtjs/sitemap": "^0.1.1", - "@statusfy/common": "^0.1.0", + "@statusfy/common": "0.1.0", "animate.css": "^3.7.0", "date-fns": "1.29.0", "github-markdown-css": "^2.10.0", diff --git a/yarn.lock b/yarn.lock index 17b3c8b8f..588b4de14 100644 --- a/yarn.lock +++ b/yarn.lock @@ -37,7 +37,7 @@ semver "^5.4.1" source-map "^0.5.0" -"@babel/core@^7.1.0", "@babel/core@^7.1.2": +"@babel/core@^7.1.0", "@babel/core@^7.1.2", "@babel/core@^7.1.6": version "7.1.6" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.6.tgz#3733cbee4317429bc87c62b29cf8587dba7baeb3" integrity sha512-Hz6PJT6e44iUNpAn8AoyAs6B3bl60g7MJQaI0rZEar6ECzh6+srYO1xlIdssio34mPaUtAb1y+XlkkSJzok3yw== @@ -480,7 +480,7 @@ "@babel/helper-plugin-utils" "7.0.0-beta.47" "@babel/plugin-syntax-decorators" "7.0.0-beta.47" -"@babel/plugin-proposal-decorators@^7.1.0": +"@babel/plugin-proposal-decorators@^7.1.0", "@babel/plugin-proposal-decorators@^7.1.6": version "7.1.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.1.6.tgz#460c31edbd01953efe45d491583b3ec31661d689" integrity sha512-U42f8KhUbtlhUDyV/wK4Rq/wWh8vWyttYABckG/v0vVnMPvayOewZC/83CbVdmyP+UhEqI368FEQ7hHMfhBpQA== @@ -1222,7 +1222,7 @@ invariant "^2.2.2" semver "^5.3.0" -"@babel/preset-env@^7.1.0": +"@babel/preset-env@^7.1.0", "@babel/preset-env@^7.1.6": version "7.1.6" resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.1.6.tgz#a0bf4b96b6bfcf6e000afc5b72b4abe7cc13ae97" integrity sha512-YIBfpJNQMBkb6MCkjz/A9J76SNCSuGVamOVBgoUkLzpJD/z8ghHi9I42LQ4pulVX68N/MmImz6ZTixt7Azgexw== @@ -1304,7 +1304,7 @@ core-js "^2.5.3" regenerator-runtime "^0.11.1" -"@babel/runtime@^7.0.0": +"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.5": version "7.1.5" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.1.5.tgz#4170907641cf1f61508f563ece3725150cc6fe39" integrity sha512-xKnPpXG/pvK1B90JkwwxSGii90rQGKtzcMt2gI5G6+M0REXaq6rOHsGC2ay6/d0Uje7zzvSzjEzfR3ENhFlrfA== @@ -2381,6 +2381,206 @@ resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b" integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw== +"@nuxt/babel-preset-app@2.3.2": + version "2.3.2" + resolved "https://registry.yarnpkg.com/@nuxt/babel-preset-app/-/babel-preset-app-2.3.2.tgz#93c6e76f7b95a1510d2812339f59efaaf6bc4729" + integrity sha512-Tbue7kg+KvUZMb0dog5yBjg3L8YTIy8S9bcDqeptWxf1Btal7TqlWqHRLTXBKeJySbNKyqxDeMiTOkMJLvOl/A== + dependencies: + "@babel/core" "^7.1.6" + "@babel/plugin-proposal-class-properties" "^7.1.0" + "@babel/plugin-proposal-decorators" "^7.1.6" + "@babel/plugin-syntax-dynamic-import" "^7.0.0" + "@babel/plugin-syntax-jsx" "^7.0.0" + "@babel/plugin-transform-runtime" "^7.1.0" + "@babel/preset-env" "^7.1.6" + "@babel/runtime" "^7.1.5" + babel-helper-vue-jsx-merge-props "^2.0.3" + babel-plugin-transform-vue-jsx "^4.0.1" + +"@nuxt/builder@2.3.2": + version "2.3.2" + resolved "https://registry.yarnpkg.com/@nuxt/builder/-/builder-2.3.2.tgz#52b0dd9798542079706866a94a81f7df214700fe" + integrity sha512-5WlbigCAF1sLCX2ZjtrNQv/lVSxvf88geRMkeoW7Of4TVvPZ0HhAfRssi/MeDd3XSPay14rY/qz8O1FkM/Exqg== + dependencies: + "@nuxt/common" "2.3.2" + "@nuxt/vue-app" "2.3.2" + "@nuxtjs/devalue" "^1.1.0" + chokidar "^2.0.4" + consola "^2.3.0" + fs-extra "^7.0.1" + glob "^7.1.3" + hash-sum "^1.0.2" + lodash "^4.17.11" + pify "^4.0.1" + serialize-javascript "^1.5.0" + upath "^1.1.0" + +"@nuxt/cli@2.3.2": + version "2.3.2" + resolved "https://registry.yarnpkg.com/@nuxt/cli/-/cli-2.3.2.tgz#0a8553477c9699f11d4439463993e774aca5d319" + integrity sha512-zG7Hg3PJJ2hG4bHc7+Jpm3ecCeiW1UrPE0lfXqJ59eF9kh8w+4fmrkCc5eizcgT+UlzzJ5bJJkiRtYl4MG25tQ== + dependencies: + "@nuxt/config" "2.3.2" + boxen "^2.0.0" + chalk "^2.4.1" + consola "^2.3.0" + esm "^3.0.84" + minimist "^1.2.0" + pretty-bytes "^5.1.0" + std-env "^2.2.1" + wrap-ansi "^4.0.0" + +"@nuxt/common@2.3.2": + version "2.3.2" + resolved "https://registry.yarnpkg.com/@nuxt/common/-/common-2.3.2.tgz#da0d7a6278a3e773c21917d0ecf1eb45c1ef8f7c" + integrity sha512-xtHw+xMwFFiD2jH+8ePHPwQXp7t2wZp2Ssyax2HGN+1ApZtqAlU3NJtUXzWCNr0qYps1FoXjY5hByrqdmo5Xww== + dependencies: + consola "^2.3.0" + lodash "^4.17.11" + +"@nuxt/config@2.3.2": + version "2.3.2" + resolved "https://registry.yarnpkg.com/@nuxt/config/-/config-2.3.2.tgz#28ea9f5a496a34094de873984ee0879f5af529ab" + integrity sha512-GFkUpYWX4oF2SPM+Eri5P/htK1fkilvVnr6a5fM4OoBQHDZ7rw0Jp9KEyzZZO3LLiDRX2bGMhUS7/B0sf15Zsw== + dependencies: + "@nuxt/common" "2.3.2" + consola "^2.3.0" + lodash "^4.17.11" + std-env "^2.2.1" + +"@nuxt/core@2.3.2": + version "2.3.2" + resolved "https://registry.yarnpkg.com/@nuxt/core/-/core-2.3.2.tgz#25d89b7528fbdca1bf1e697f638a864ebf4a1126" + integrity sha512-LHQ6gh5pFnghU/hgXtIFrWcKHWBm1z1dJcFZyDMZ3mzqyusr1GdocF+RtBruO1w25UyWEmEadPLFsgTxGWXXJQ== + dependencies: + "@nuxt/common" "2.3.2" + "@nuxt/config" "2.3.2" + "@nuxt/server" "2.3.2" + "@nuxt/vue-renderer" "2.3.2" + "@nuxtjs/devalue" "^1.1.0" + "@nuxtjs/opencollective" "^0.1.0" + consola "^2.3.0" + debug "^4.1.0" + esm "^3.0.84" + fs-extra "^7.0.1" + hash-sum "^1.0.2" + lodash "^4.17.11" + std-env "^2.2.1" + +"@nuxt/friendly-errors-webpack-plugin@^2.3.0": + version "2.3.0" + resolved "https://registry.yarnpkg.com/@nuxt/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-2.3.0.tgz#c013eb46282c8d87975a8f67bcba7e8ad5d2d571" + integrity sha512-/mQlJkyu90nsu1BbdHQYk7d9CEFbKphHP3HiKn+u45MMyjvfmasO9FS0TbwEBJSbBBr5DsdaowihOSfGzMPBKQ== + dependencies: + chalk "^2.3.2" + consola "^2.0.0-1" + error-stack-parser "^2.0.0" + string-width "^2.0.0" + +"@nuxt/generator@2.3.2": + version "2.3.2" + resolved "https://registry.yarnpkg.com/@nuxt/generator/-/generator-2.3.2.tgz#b08e0c1b8ba7c81809fb88e9c98fb5e8e6efe251" + integrity sha512-XAiHT3avWKBF13b/GtzWxyst/gMsjpc1ofkI/v52ZQbnTzPLCPV7lXkyvSuy6SXbmRwD2zY99TzMx0vYZKXV9A== + dependencies: + "@nuxt/common" "2.3.2" + chalk "^2.4.1" + consola "^2.3.0" + fs-extra "^7.0.1" + html-minifier "^3.5.21" + +"@nuxt/server@2.3.2": + version "2.3.2" + resolved "https://registry.yarnpkg.com/@nuxt/server/-/server-2.3.2.tgz#8fc6acf214120232dead2e2ce8baa23dffd28a4f" + integrity sha512-LeVgRUJ/hephYnXkLfKV3ffjKDxGUi3IUkzWFPZgaLxbiDHzyvQgJBsZH1vAGWAP88QFevBtQfvdp0IUtzFe8A== + dependencies: + "@nuxt/common" "2.3.2" + "@nuxt/config" "2.3.2" + "@nuxtjs/youch" "^4.2.3" + browserslist-useragent "^2.0.1" + chalk "^2.4.1" + compression "^1.7.3" + connect "^3.6.6" + consola "^2.3.0" + etag "^1.8.1" + fresh "^0.5.2" + fs-extra "^7.0.1" + ip "^1.1.5" + launch-editor-middleware "^2.2.1" + pify "^4.0.1" + serve-placeholder "^1.1.0" + serve-static "^1.13.2" + server-destroy "^1.0.1" + +"@nuxt/vue-app@2.3.2": + version "2.3.2" + resolved "https://registry.yarnpkg.com/@nuxt/vue-app/-/vue-app-2.3.2.tgz#42340b33f420de83794ca8a6c9d138a0b66701bd" + integrity sha512-W6l/vH8nI4Y/BE+LfcOw/GDqk1WfJzpZUyMizf6Cl4m7TCtvAYFu6QCZCVYk1FB9nHVhcgcfN82M+dtem7l1zg== + +"@nuxt/vue-renderer@2.3.2": + version "2.3.2" + resolved "https://registry.yarnpkg.com/@nuxt/vue-renderer/-/vue-renderer-2.3.2.tgz#b153fd0c9ad969baaa02a6b916ef2c4a32b9d7a4" + integrity sha512-USsWNEVeUZVBFwYxDDHJvtlnmWkylZMohWC4SJDGwKA+lon2nQbSrp4jr32b0fQJr0J4tb6AHoSBv9FzYTL11w== + dependencies: + "@nuxt/common" "2.3.2" + "@nuxtjs/devalue" "^1.1.0" + consola "^2.3.0" + fs-extra "^7.0.1" + lru-cache "^4.1.3" + vue "^2.5.17" + vue-meta "^1.5.5" + vue-no-ssr "^1.1.0" + vue-router "^3.0.1" + vue-server-renderer "^2.5.17" + vue-template-compiler "^2.5.17" + vuex "^3.0.1" + +"@nuxt/webpack@2.3.2": + version "2.3.2" + resolved "https://registry.yarnpkg.com/@nuxt/webpack/-/webpack-2.3.2.tgz#71df2876485ab1d195938fb09afd862a5fbf1b84" + integrity sha512-p7KQIsVqenHps71xvMy5aNgbWWkvwovLZeBAZqCYXs54krAs93TTJVsKRFrqrxThAAEj06v5Sturrad6CciJaQ== + dependencies: + "@babel/core" "^7.1.6" + "@babel/polyfill" "^7.0.0" + "@nuxt/babel-preset-app" "2.3.2" + "@nuxt/common" "2.3.2" + "@nuxt/friendly-errors-webpack-plugin" "^2.3.0" + babel-loader "^8.0.4" + cache-loader "^1.2.5" + caniuse-lite "^1.0.30000909" + chalk "^2.4.1" + consola "^2.3.0" + css-loader "^1.0.1" + cssnano "^4.1.7" + file-loader "^2.0.0" + fs-extra "^7.0.1" + glob "^7.1.3" + hash-sum "^1.0.2" + html-webpack-plugin "^3.2.0" + lodash "^4.17.11" + memory-fs "^0.4.1" + mini-css-extract-plugin "^0.4.4" + optimize-css-assets-webpack-plugin "^5.0.1" + pify "^4.0.1" + postcss "^7.0.6" + postcss-import "^12.0.1" + postcss-import-resolver "^1.1.0" + postcss-loader "^3.0.0" + postcss-preset-env "^6.4.0" + postcss-url "^8.0.0" + std-env "^2.2.1" + style-resources-loader "^1.2.1" + terser-webpack-plugin "^1.1.0" + thread-loader "^1.2.0" + time-fix-plugin "^2.0.5" + url-loader "^1.1.2" + vue-loader "^15.4.2" + webpack "^4.26.0" + webpack-bundle-analyzer "^3.0.3" + webpack-dev-middleware "^3.4.0" + webpack-hot-middleware "^2.24.3" + webpack-node-externals "^1.7.2" + webpackbar "^3.1.3" + "@nuxtjs/axios@^5.3.3": version "5.3.6" resolved "https://registry.yarnpkg.com/@nuxtjs/axios/-/axios-5.3.6.tgz#1bad5af6e30977809cddd5248dd3b41271d1dc14" @@ -2407,6 +2607,13 @@ babel-helper-vue-jsx-merge-props "^2.0.3" babel-plugin-transform-vue-jsx "^4.0.1" +"@nuxtjs/devalue@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@nuxtjs/devalue/-/devalue-1.1.0.tgz#4dcdf33d914f6ea71b09da365452dd1016390d64" + integrity sha512-q0c6OY+NgIs0whENpQtGOdnxy95e357aBtX8ix4koMtqijjUuWO+SjFE/s3Apg7F+YfBWMuDJ0wj9ZWktzDnhg== + dependencies: + consola "^2.0.7" + "@nuxtjs/friendly-errors-webpack-plugin@^2.0.2": version "2.1.0" resolved "https://registry.yarnpkg.com/@nuxtjs/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-2.1.0.tgz#90d0b587b2f118f7f54e3da3d79329ffc72a8578" @@ -2938,7 +3145,7 @@ ansi-colors@^3.0.0: resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.1.tgz#9638047e4213f3428a11944a7d4b31cba0a3ff95" integrity sha512-Xt+zb6nqgvV9SWAVp0EG3lRsHcbq5DDgqjPPz6pwgtj6RKz65zGXMNa82oJfOSBA/to6GmRP7Dr+6o+kbApTzQ== -ansi-escapes@^3.0.0: +ansi-escapes@^3.0.0, ansi-escapes@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.1.0.tgz#f73207bb81207d75fd6c83f125af26eea378ca30" integrity sha512-UgAb8H9D41AQnu/PbWlCofQVcnV4Gs2bBJi9eZPxfU/hgglFh3SMDMENRIqdr7H6XFnXdoknctFByVsCOotTVw== @@ -3714,6 +3921,19 @@ boxen@^1.2.1: term-size "^1.2.0" widest-line "^2.0.0" +boxen@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/boxen/-/boxen-2.0.0.tgz#46ba3953b1a3d99aaf89ad8c7104a32874934a58" + integrity sha512-9DK9PQqcOpsvlKOK3f3lVK+vQsqH4JDGMX73FCWcHRxQQtop1U8urn4owrt5rnc2NgZAJ6wWjTDBc7Fhv+vz/w== + dependencies: + ansi-align "^2.0.0" + camelcase "^5.0.0" + chalk "^2.4.1" + cli-boxes "^1.0.0" + string-width "^2.1.1" + term-size "^1.2.0" + widest-line "^2.0.0" + brace-expansion@^1.1.7: version "1.1.11" resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" @@ -3881,6 +4101,15 @@ browserify-zlib@^0.2.0: dependencies: pako "~1.0.5" +browserslist-useragent@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/browserslist-useragent/-/browserslist-useragent-2.0.1.tgz#ea5f706bc426c5fb2b5adf97cde7c1aed0864d0f" + integrity sha1-6l9wa8QmxfsrWt+XzefBrtCGTQ8= + dependencies: + browserslist "^4.0.1" + semver "^5.4.1" + useragent "^2.2.1" + browserslist@^1.3.6, browserslist@^1.5.2, browserslist@^1.7.6: version "1.7.7" resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-1.7.7.tgz#0bd76704258be829b2398bb50e4b62d1a166b0b9" @@ -3897,7 +4126,7 @@ browserslist@^3.0.0, browserslist@^3.2.8: caniuse-lite "^1.0.30000844" electron-to-chromium "^1.3.47" -browserslist@^4.0.0, browserslist@^4.1.0, browserslist@^4.3.3, browserslist@^4.3.4: +browserslist@^4.0.0, browserslist@^4.0.1, browserslist@^4.1.0, browserslist@^4.3.3, browserslist@^4.3.4: version "4.3.4" resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.3.4.tgz#4477b737db6a1b07077275b24791e680d4300425" integrity sha512-u5iz+ijIMUlmV8blX82VGFrB9ecnUg5qEt55CMZ/YJEhha+d8qpBfOFuutJ6F/VKRXjZoD33b6uvarpPxcl3RA== @@ -4047,7 +4276,7 @@ cache-content-type@^1.0.0: mime-types "^2.1.18" ylru "^1.2.0" -cache-loader@^1.2.2: +cache-loader@^1.2.2, cache-loader@^1.2.5: version "1.2.5" resolved "https://registry.yarnpkg.com/cache-loader/-/cache-loader-1.2.5.tgz#9ab15b0ae5f546f376083a695fc1a75f546cb266" integrity sha512-enWKEQ4kO3YreDFd7AtVRjtJBmNiqh/X9hVDReu0C4qm8gsGmySkwuWtdc+N5O+vq5FzxL1mIZc30NyXCB7o/Q== @@ -4178,7 +4407,7 @@ caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639: resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000909.tgz#a5b5b52e30e0083836632cf87e20770e646a3a4a" integrity sha512-uQ/L28utpeTyjvy7PQtGamXtfLYJrnTD3YewssFIEUfZGNRZgY8M2ttKUbTNmw5hjGfcd/NdnXXD1NBMB4P4Uw== -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30000864, caniuse-lite@^1.0.30000888, caniuse-lite@^1.0.30000898, caniuse-lite@^1.0.30000899, caniuse-lite@^1.0.30000905: +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30000864, caniuse-lite@^1.0.30000888, caniuse-lite@^1.0.30000898, caniuse-lite@^1.0.30000899, caniuse-lite@^1.0.30000905, caniuse-lite@^1.0.30000909: version "1.0.30000909" resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000909.tgz#697e8f447ca5f758e7c6cef39ec429ce18b908d3" integrity sha512-4Ix9ArKpo3s/dLGVn/el9SAk6Vn2kGhg8XeE4eRTsGEsmm9RnTkwnBsVZs7p4wA8gB+nsgP36vZWYbG8a4nYrg== @@ -4683,7 +4912,7 @@ consola@^1.4.3, consola@^1.4.4: lodash "^4.17.5" std-env "^1.1.0" -consola@^2.0.0: +consola@^2.0.0, consola@^2.0.0-1, consola@^2.0.7, consola@^2.2.4, consola@^2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/consola/-/consola-2.3.0.tgz#256b80a927234351d512a4e5693eac9cf8a572b9" integrity sha512-gsawoQfj4DtnwsaPrabFpFOZBxWpzpT+E9fu6YAdFKO3NvBOOsFcQl/cskDOoIDDLMkLZvm4jjMWvSEelIumIw== @@ -5142,7 +5371,7 @@ css-loader@^0.28.11: postcss-value-parser "^3.3.0" source-list-map "^2.0.0" -css-loader@^1.0.0: +css-loader@^1.0.0, css-loader@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-1.0.1.tgz#6885bb5233b35ec47b006057da01cc640b6b79fe" integrity sha512-+ZHAZm/yqvJ2kDtPne3uX0C+Vr3Zn5jFn2N4HywtS5ujwvsVkyg0VArEXpl3BgczDA8anieki1FIzhchX4yrDw== @@ -5376,7 +5605,7 @@ cssnano@^3.10.0: postcss-value-parser "^3.2.3" postcss-zindex "^2.0.1" -cssnano@^4.1.0, cssnano@^4.1.4: +cssnano@^4.1.0, cssnano@^4.1.4, cssnano@^4.1.7: version "4.1.7" resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-4.1.7.tgz#0bf112294bec103ab5f68d3f805732c8325a0b1b" integrity sha512-AiXL90l+MDuQmRNyypG2P7ux7K4XklxYzNNUd5HXZCNcH8/N9bHPcpN97v8tXgRVeFL/Ed8iP8mVmAAu0ZpT7A== @@ -5578,6 +5807,15 @@ default-require-extensions@^1.0.0: dependencies: strip-bom "^2.0.0" +defaults-deep@^0.2.4: + version "0.2.4" + resolved "https://registry.yarnpkg.com/defaults-deep/-/defaults-deep-0.2.4.tgz#a479cfeafce025810fb93aa8d2dde0ee2d677cc6" + integrity sha512-V6BtqzcMvn0EPOy7f+SfMhfmTawq+7UQdt9yZH0EBK89+IHo5f+Hse/qzTorAXOBrQpxpwb6cB/8OgtaMrT+Fg== + dependencies: + for-own "^0.1.3" + is-extendable "^0.1.1" + lazy-cache "^0.2.3" + defaults@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d" @@ -6928,7 +7166,7 @@ for-in@^1.0.1, for-in@^1.0.2: resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= -for-own@^0.1.4: +for-own@^0.1.3, for-own@^0.1.4: version "0.1.5" resolved "https://registry.yarnpkg.com/for-own/-/for-own-0.1.5.tgz#5265c681a4f294dabbf17c9509b6763aa84510ce" integrity sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4= @@ -7023,7 +7261,7 @@ fs-extra@^5.0.0: jsonfile "^4.0.0" universalify "^0.1.0" -fs-extra@^7.0.0: +fs-extra@^7.0.0, fs-extra@^7.0.1: version "7.0.1" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9" integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw== @@ -7696,7 +7934,7 @@ html-entities@^1.2.0: resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.2.1.tgz#0df29351f0721163515dfb9e5543e5f6eed5162f" integrity sha1-DfKTUfByEWNRXfueVUPl9u7VFi8= -html-minifier@^3.2.3, html-minifier@^3.5.20: +html-minifier@^3.2.3, html-minifier@^3.5.20, html-minifier@^3.5.21: version "3.5.21" resolved "https://registry.yarnpkg.com/html-minifier/-/html-minifier-3.5.21.tgz#d0040e054730e354db008463593194015212d20c" integrity sha512-LKUKwuJDhxNa3uf/LPR/KVjm/l3rBqtYeCOAekvG8F1vItxMUpueGd94i/asDDr8/1u7InxzFA5EeGjhhG5mMA== @@ -9369,6 +9607,11 @@ launch-editor@^2.2.1: chalk "^2.3.0" shell-quote "^1.6.1" +lazy-cache@^0.2.3: + version "0.2.7" + resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-0.2.7.tgz#7feddf2dcb6edb77d11ef1d117ab5ffdf0ab1b65" + integrity sha1-f+3fLctu23fRHvHRF6tf/fCrG2U= + lcid@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835" @@ -9791,7 +10034,7 @@ lowercase-keys@^1.0.0: resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f" integrity sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA== -lru-cache@^4.0.0, lru-cache@^4.0.1, lru-cache@^4.1.1, lru-cache@^4.1.2, lru-cache@^4.1.3: +lru-cache@4.1.x, lru-cache@^4.0.0, lru-cache@^4.0.1, lru-cache@^4.1.1, lru-cache@^4.1.2, lru-cache@^4.1.3: version "4.1.3" resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.3.tgz#a1175cf3496dfc8436c156c334b4955992bce69c" integrity sha512-fFEhvcgzuIoJVUF8fYr5KR0YqxD238zgObTps31YdADwPPAp82a4M8TrckkWyx7ekNlf9aBcVn81cFwwXngrJA== @@ -10166,7 +10409,7 @@ mini-css-extract-plugin@0.4.1: loader-utils "^1.1.0" webpack-sources "^1.1.0" -mini-css-extract-plugin@^0.4.3: +mini-css-extract-plugin@^0.4.3, mini-css-extract-plugin@^0.4.4: version "0.4.4" resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.4.tgz#c10410a004951bd3cedac1da69053940fccb625d" integrity sha512-o+Jm+ocb0asEngdM6FsZWtZsRzA8koFUudIDwYUfl94M3PejPHG7Vopw5hN9V8WsMkSFpm3tZP3Fesz89EyrfQ== @@ -10799,6 +11042,18 @@ nuxt-i18n@^5.4.0, nuxt-i18n@^5.4.2: vue-i18n "^8.2.1" vue-i18n-extensions "^0.2.0" +nuxt@^2.1.0: + version "2.3.2" + resolved "https://registry.yarnpkg.com/nuxt/-/nuxt-2.3.2.tgz#5273f85212482d4f23ec7bbd1b0e7e18a1d8e423" + integrity sha512-B4RlsLP3gswtOwszhUBFvAkFBrTH2bv/8PzwPsQ07neaWh/k8d2VGt00vTYW5vOA2MftalY8faS6cQl9IrVV2A== + dependencies: + "@nuxt/builder" "2.3.2" + "@nuxt/cli" "2.3.2" + "@nuxt/common" "2.3.2" + "@nuxt/core" "2.3.2" + "@nuxt/generator" "2.3.2" + "@nuxt/webpack" "2.3.2" + nuxt@~2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/nuxt/-/nuxt-2.1.0.tgz#0875c4c1ce5dbd729d973a5aa0de0ee8aad35a8b" @@ -11493,7 +11748,7 @@ pify@^3.0.0: resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= -pify@^4.0.0: +pify@^4.0.0, pify@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== @@ -11883,7 +12138,7 @@ postcss-import-resolver@^1.1.0: dependencies: enhanced-resolve "^3.4.1" -postcss-import@^12.0.0: +postcss-import@^12.0.0, postcss-import@^12.0.1: version "12.0.1" resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-12.0.1.tgz#cf8c7ab0b5ccab5649024536e565f841928b7153" integrity sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw== @@ -12311,7 +12566,7 @@ postcss-place@^4.0.1: postcss "^7.0.2" postcss-values-parser "^2.0.0" -postcss-preset-env@^6.0.7, postcss-preset-env@^6.1.1: +postcss-preset-env@^6.0.7, postcss-preset-env@^6.1.1, postcss-preset-env@^6.4.0: version "6.4.0" resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-6.4.0.tgz#f5466550b177454fc98ca5054b4478e8e5caa714" integrity sha512-0jCyY/T9kWv1i2abt5DOOoh0uHJia0HUTWMV72Tw75tGx3pH628oSS8WBMCE5L1Ou3LvoAl9pe07u8g/afvc3A== @@ -12616,7 +12871,7 @@ postcss@^6.0.0, postcss@^6.0.1, postcss@^6.0.11, postcss@^6.0.13, postcss@^6.0.1 source-map "^0.6.1" supports-color "^5.4.0" -postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.2, postcss@^7.0.3, postcss@^7.0.4, postcss@^7.0.5: +postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.2, postcss@^7.0.3, postcss@^7.0.4, postcss@^7.0.5, postcss@^7.0.6: version "7.0.6" resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.6.tgz#6dcaa1e999cdd4a255dcd7d4d9547f4ca010cdc2" integrity sha512-Nq/rNjnHFcKgCDDZYO0lNsl6YWe6U7tTy+ESN+PnLxebL8uBtYX59HZqvrj7YLK5UCyll2hqDsJOo3ndzEW8Ug== @@ -12662,6 +12917,11 @@ pretty-bytes@^4.0.2: resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-4.0.2.tgz#b2bf82e7350d65c6c33aa95aaa5a4f6327f61cd9" integrity sha1-sr+C5zUNZcbDOqlaqlpPYyf2HNk= +pretty-bytes@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.1.0.tgz#6237ecfbdc6525beaef4de722cc60a58ae0e6c6d" + integrity sha512-wa5+qGVg9Yt7PB6rYm3kXlKzgzgivYTLRandezh43jjRqgyDyP+9YxfJpJiLs9yKD1WeU8/OvtToWpW7255FtA== + pretty-error@^2.0.2: version "2.1.1" resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.1.tgz#5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3" @@ -13797,6 +14057,13 @@ serve-index@1.9.1: mime-types "~2.1.17" parseurl "~1.3.2" +serve-placeholder@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/serve-placeholder/-/serve-placeholder-1.1.0.tgz#3c0930b311a9896c3d90903bb8ea60fff12101b2" + integrity sha512-kMYOLX8hwcyQ/8nLuyPcOhGhi4c29sJLsfz3i1vOFQnYMtZdPSsJLxxblTU+5wf6CPHh/g3EYo/V/SQ6eVEO5Q== + dependencies: + defaults-deep "^0.2.4" + serve-static@1.13.2, serve-static@^1.13.2: version "1.13.2" resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.13.2.tgz#095e8472fd5b46237db50ce486a43f4b86c6cec1" @@ -14896,7 +15163,7 @@ through@2, "through@>=2.2.7 <3", through@^2.3.4, through@^2.3.6, through@^2.3.8, resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= -time-fix-plugin@^2.0.0, time-fix-plugin@^2.0.3: +time-fix-plugin@^2.0.0, time-fix-plugin@^2.0.3, time-fix-plugin@^2.0.5: version "2.0.5" resolved "https://registry.yarnpkg.com/time-fix-plugin/-/time-fix-plugin-2.0.5.tgz#41c76e734217cc91a08ea525fdde56de119fb683" integrity sha512-veHRiEsQ50KSrfdhkZiFvZIjRoyfyfxpgskD+P7uVQAcNe6rIMLZ8vhjFRE2XrPqQdy+4CF+jXsWAlgVy9Bfcg== @@ -14933,7 +15200,7 @@ tinycolor2@^1.4.1: resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.1.tgz#f4fad333447bc0b07d4dc8e9209d8f39a8ac77e8" integrity sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g= -tmp@^0.0.33: +tmp@0.0.x, tmp@^0.0.33: version "0.0.33" resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== @@ -15398,7 +15665,7 @@ url-join@^1.1.0: resolved "https://registry.yarnpkg.com/url-join/-/url-join-1.1.0.tgz#741c6c2f4596c4830d6718460920d0c92202dc78" integrity sha1-dBxsL0WWxIMNZxhGCSDQySIC3Hg= -url-loader@^1.0.1, url-loader@^1.1.1: +url-loader@^1.0.1, url-loader@^1.1.1, url-loader@^1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/url-loader/-/url-loader-1.1.2.tgz#b971d191b83af693c5e3fea4064be9e1f2d7f8d8" integrity sha512-dXHkKmw8FhPqu8asTc1puBfe3TehOCo2+RmOOev5suNCIYBcT626kxiWg1NBVkwc4rO8BGa7gP70W7VXuqHrjg== @@ -15427,6 +15694,14 @@ use@^3.1.0: resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== +useragent@^2.2.1: + version "2.3.0" + resolved "https://registry.yarnpkg.com/useragent/-/useragent-2.3.0.tgz#217f943ad540cb2128658ab23fc960f6a88c9972" + integrity sha512-4AoH4pxuSvHCjqLO04sU6U/uE65BYza8l/KKBS0b0hnUPWi+cQ2BpeTEwejCSx9SPV5/U03nniDTrWx5NrmKdw== + dependencies: + lru-cache "4.1.x" + tmp "0.0.x" + utif@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/utif/-/utif-2.0.1.tgz#9e1582d9bbd20011a6588548ed3266298e711759" @@ -15653,7 +15928,7 @@ vue-multianalytics@^1.9.7: resolved "https://registry.yarnpkg.com/vue-multianalytics/-/vue-multianalytics-1.9.8.tgz#c12716d162e1aff6b5d19a4247989b4d11848eba" integrity sha512-RxK/5EBiPUIacLkJiMa/zaAN984SvDptLglaOT31poHxRvMocDpQjlYoPzNn5TMz0zW2ddb49o5lyYjl3xwzRA== -vue-no-ssr@^1.0.0: +vue-no-ssr@^1.0.0, vue-no-ssr@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/vue-no-ssr/-/vue-no-ssr-1.1.0.tgz#b323807112f676324d9d7cfde85d7831ced11dd9" integrity sha512-prJ9czuPrVu0GhUZKTS/epFfM15QjLuG6wt61g0nyixPXk0g6eY7wNF4RKIqJsxomOiuSYTv3Zo8A43Vi93xfw== @@ -15863,7 +16138,7 @@ webidl-conversions@^4.0.2: resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== -webpack-bundle-analyzer@^3.0.2: +webpack-bundle-analyzer@^3.0.2, webpack-bundle-analyzer@^3.0.3: version "3.0.3" resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.0.3.tgz#dbc7fff8f52058b6714a20fddf309d0790e3e0a0" integrity sha512-naLWiRfmtH4UJgtUktRTLw6FdoZJ2RvCR9ePbwM9aRMsS/KjFerkPZG9epEvXRAw5d5oPdrs9+3p+afNjxW8Xw== @@ -15911,7 +16186,7 @@ webpack-hot-client@^3.0.0: webpack-log "^1.1.1" ws "^4.0.0" -webpack-hot-middleware@^2.24.2: +webpack-hot-middleware@^2.24.2, webpack-hot-middleware@^2.24.3: version "2.24.3" resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.24.3.tgz#5bb76259a8fc0d97463ab517640ba91d3382d4a6" integrity sha512-pPlmcdoR2Fn6UhYjAhp1g/IJy1Yc9hD+T6O9mjRcWV2pFbBjIFoJXhP0CoD0xPOhWJuWXuZXGBga9ybbOdzXpg== @@ -15989,7 +16264,7 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0: source-list-map "^2.0.0" source-map "~0.6.1" -webpack@^4.20.2, webpack@^4.8.1: +webpack@^4.20.2, webpack@^4.26.0, webpack@^4.8.1: version "4.26.0" resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.26.0.tgz#adbe80b869148c8d108b7d88965d00d72b3178de" integrity sha512-J/dP9SJIc5OtX2FZ/+U9ikQtd6H6Mcbqt0xeXtmPwYGDKf8nkbOQQA9KL2Y0rJOsN1Al9Pdn+/j63X58ub8gvQ== @@ -16035,6 +16310,20 @@ webpackbar@^2.6.1, webpackbar@^2.6.3: std-env "^1.3.1" table "^4.0.3" +webpackbar@^3.1.3: + version "3.1.3" + resolved "https://registry.yarnpkg.com/webpackbar/-/webpackbar-3.1.3.tgz#3ea7b7e3d09fd3ac62ba476a45a1c0c2830e6dcb" + integrity sha512-OvCUjHxd+FRSlocJTqi0wjBZIIetW04WkDiKpkfL7ZvvEeQnTVL+6yBzjJVpdaY7CZ/tfQKM8IBXIcHlPqyX+g== + dependencies: + ansi-escapes "^3.1.0" + chalk "^2.4.1" + consola "^2.2.4" + figures "^2.0.0" + pretty-time "^1.1.0" + std-env "^2.2.1" + text-table "^0.2.0" + wrap-ansi "^4.0.0" + whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3: version "1.0.5" resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0" @@ -16262,6 +16551,15 @@ wrap-ansi@^3.0.1: string-width "^2.1.1" strip-ansi "^4.0.0" +wrap-ansi@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-4.0.0.tgz#b3570d7c70156159a2d42be5cc942e957f7b1131" + integrity sha512-uMTsj9rDb0/7kk1PbcbCcwvHUxp60fGDB/NNXpVa0Q+ic/e7y5+BwTxKfQ33VYgDppSwi/FBzpetYzo8s6tfbg== + dependencies: + ansi-styles "^3.2.0" + string-width "^2.1.1" + strip-ansi "^4.0.0" + wrappy@1: version "1.0.2" resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"