diff --git a/distributions/nuxt-start/package.json b/distributions/nuxt-start/package.json index 642df2a0f6..3252b0099c 100644 --- a/distributions/nuxt-start/package.json +++ b/distributions/nuxt-start/package.json @@ -63,7 +63,7 @@ "vue-client-only": "^2.0.0", "vue-meta": "^2.4.0", "vue-no-ssr": "^1.1.1", - "vue-router": "^3.3.4", + "vue-router": "^3.4.3", "vuex": "^3.5.1" }, "engines": { diff --git a/package.json b/package.json index 173ad68d14..910521235e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "test:unit": "jest packages --forceExit" }, "devDependencies": { - "@babel/core": "^7.11.0", + "@babel/core": "^7.11.1", "@babel/preset-env": "^7.11.0", "@ls-lint/ls-lint": "^1.9.2", "@nuxtjs/eslint-config": "^3.1.0", @@ -45,8 +45,8 @@ "@vue/server-test-utils": "^1.0.3", "@vue/test-utils": "^1.0.3", "babel-eslint": "^10.1.0", - "babel-jest": "^26.2.2", - "consola": "^2.14.0", + "babel-jest": "^26.3.0", + "consola": "^2.15.0", "create-require": "^1.0.2", "cross-spawn": "^7.0.3", "eslint": "^7.6.0", @@ -58,12 +58,12 @@ "fs-extra": "^8.1.0", "get-port": "^5.1.1", "glob": "^7.1.6", - "got": "^11.5.1", + "got": "^11.5.2", "improved-yarn-audit": "^2.2.1", "is-wsl": "^2.2.0", - "jest": "^26.2.2", + "jest": "^26.4.0", "jiti": "^0.1.11", - "jsdom": "^16.3.0", + "jsdom": "^16.4.0", "klaw-sync": "^6.0.0", "lerna": "^3.22.1", "lodash": "^4.17.19", @@ -72,8 +72,8 @@ "puppeteer-core": "^5.2.1", "request": "^2.88.2", "rimraf": "^3.0.2", - "rollup": "2.23.0", - "rollup-plugin-license": "^2.1.0", + "rollup": "2.23.1", + "rollup-plugin-license": "^2.2.0", "sass-loader": "^8.0.2", "sort-package-json": "^1.44.0", "typescript": "~3.9", diff --git a/packages/babel-preset-app/package.json b/packages/babel-preset-app/package.json index 48512f42bc..05ff298f2e 100644 --- a/packages/babel-preset-app/package.json +++ b/packages/babel-preset-app/package.json @@ -10,13 +10,13 @@ ], "main": "src/index.js", "dependencies": { - "@babel/core": "^7.11.0", + "@babel/core": "^7.11.1", "@babel/helper-compilation-targets": "^7.10.4", "@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-proposal-decorators": "^7.10.5", "@babel/plugin-transform-runtime": "^7.11.0", "@babel/preset-env": "^7.11.0", - "@babel/runtime": "^7.11.0", + "@babel/runtime": "^7.11.2", "@vue/babel-preset-jsx": "^1.1.2", "core-js": "^2.6.5" }, diff --git a/packages/builder/package.json b/packages/builder/package.json index bc68993e21..818f11ab5c 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -13,8 +13,8 @@ "@nuxt/vue-app": "2.14.1", "@nuxt/webpack": "2.14.1", "chalk": "^3.0.0", - "chokidar": "^3.4.1", - "consola": "^2.14.0", + "chokidar": "^3.4.2", + "consola": "^2.15.0", "fs-extra": "^8.1.0", "glob": "^7.1.6", "hash-sum": "^2.0.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index 0a0d12b8a1..635dc0a283 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -19,7 +19,7 @@ "chalk": "^3.0.0", "compression": "^1.7.4", "connect": "^3.7.0", - "consola": "^2.14.0", + "consola": "^2.15.0", "crc": "^3.8.0", "destr": "^1.0.0", "esm": "^3.2.25", diff --git a/packages/config/package.json b/packages/config/package.json index dbb6068845..759311690b 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -11,7 +11,7 @@ ], "dependencies": { "@nuxt/utils": "2.14.1", - "consola": "^2.14.0", + "consola": "^2.15.0", "create-require": "^1.0.2", "defu": "^2.0.4", "destr": "^1.0.0", diff --git a/packages/core/package.json b/packages/core/package.json index 7dc92df58e..be3dfa7dc4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -13,7 +13,7 @@ "@nuxt/server": "2.14.1", "@nuxt/utils": "2.14.1", "@nuxt/vue-renderer": "2.14.1", - "consola": "^2.14.0", + "consola": "^2.15.0", "debug": "^4.1.1", "esm": "^3.2.25", "fs-extra": "^8.1.0", diff --git a/packages/generator/package.json b/packages/generator/package.json index dd58383563..ea82428184 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -10,7 +10,7 @@ "dependencies": { "@nuxt/utils": "2.14.1", "chalk": "^3.0.0", - "consola": "^2.14.0", + "consola": "^2.15.0", "fs-extra": "^8.1.0", "html-minifier": "^4.0.0", "node-html-parser": "^1.2.20" diff --git a/packages/server/package.json b/packages/server/package.json index f988da9a97..d059004d70 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -15,7 +15,7 @@ "chalk": "^3.0.0", "compression": "^1.7.4", "connect": "^3.7.0", - "consola": "^2.14.0", + "consola": "^2.15.0", "etag": "^1.8.1", "fresh": "^0.5.2", "fs-extra": "^8.1.0", diff --git a/packages/types/package.json b/packages/types/package.json index 9d7e077c1c..d700c49364 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -17,7 +17,7 @@ "@types/file-loader": "^4.2.0", "@types/html-minifier": "^4.0.0", "@types/less": "^3.0.1", - "@types/node": "^12.12.53", + "@types/node": "^12.12.54", "@types/node-sass": "^4.11.1", "@types/optimize-css-assets-webpack-plugin": "^5.0.1", "@types/pug": "^2.0.4", diff --git a/packages/utils/package.json b/packages/utils/package.json index 87f75a1308..a852dfe90b 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -8,7 +8,7 @@ "dist" ], "dependencies": { - "consola": "^2.14.0", + "consola": "^2.15.0", "fs-extra": "^8.1.0", "hash-sum": "^2.0.0", "proper-lockfile": "^4.1.1", diff --git a/packages/vue-app/package.json b/packages/vue-app/package.json index 41f6d51627..dc07736951 100644 --- a/packages/vue-app/package.json +++ b/packages/vue-app/package.json @@ -19,7 +19,7 @@ "vue-client-only": "^2.0.0", "vue-meta": "^2.4.0", "vue-no-ssr": "^1.1.1", - "vue-router": "^3.3.4", + "vue-router": "^3.4.3", "vue-template-compiler": "^2.6.11", "vuex": "^3.5.1" }, diff --git a/packages/vue-renderer/package.json b/packages/vue-renderer/package.json index 0d2c2e779e..076c2d4bc8 100644 --- a/packages/vue-renderer/package.json +++ b/packages/vue-renderer/package.json @@ -10,7 +10,7 @@ "dependencies": { "@nuxt/devalue": "^1.2.4", "@nuxt/utils": "2.14.1", - "consola": "^2.14.0", + "consola": "^2.15.0", "fs-extra": "^8.1.0", "lru-cache": "^5.1.1", "vue": "^2.6.11", diff --git a/packages/webpack/package.json b/packages/webpack/package.json index db04b6b28a..c1d6e71b7c 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -8,15 +8,15 @@ "dist" ], "dependencies": { - "@babel/core": "^7.11.0", + "@babel/core": "^7.11.1", "@nuxt/babel-preset-app": "2.14.1", "@nuxt/friendly-errors-webpack-plugin": "^2.5.0", "@nuxt/utils": "2.14.1", "babel-loader": "^8.1.0", "cache-loader": "^4.1.0", - "caniuse-lite": "^1.0.30001110", + "caniuse-lite": "^1.0.30001113", "chalk": "^3.0.0", - "consola": "^2.14.0", + "consola": "^2.15.0", "create-require": "^1.0.2", "css-loader": "^3.6.0", "cssnano": "^4.1.10", @@ -48,7 +48,7 @@ "webpack-bundle-analyzer": "^3.8.0", "webpack-dev-middleware": "^3.7.2", "webpack-hot-middleware": "^2.25.0", - "webpack-node-externals": "^2.5.0", + "webpack-node-externals": "^2.5.1", "webpackbar": "^4.0.0" }, "engines": { diff --git a/yarn.lock b/yarn.lock index b9cd7a6682..bf4e12b39c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18,7 +18,7 @@ invariant "^2.2.4" semver "^5.5.0" -"@babel/core@^7.1.0", "@babel/core@^7.11.0", "@babel/core@^7.7.5": +"@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.7.5": version "7.11.1" resolved "https://registry.npmjs.org/@babel/core/-/core-7.11.1.tgz#2c55b604e73a40dc21b0e52650b11c65cf276643" integrity sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ== @@ -837,7 +837,7 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/runtime@^7.11.0", "@babel/runtime@^7.8.4": +"@babel/runtime@^7.11.2", "@babel/runtime@^7.8.4": version "7.11.2" resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736" integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw== @@ -2432,7 +2432,7 @@ resolved "https://registry.npmjs.org/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1" integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g== -"@types/node@^12.12.53": +"@types/node@^12.12.54": version "12.12.54" resolved "https://registry.npmjs.org/@types/node/-/node-12.12.54.tgz#a4b58d8df3a4677b6c08bfbc94b7ad7a7a5f82d1" integrity sha512-ge4xZ3vSBornVYlDnk7yZ0gK6ChHf/CHB7Gl1I0Jhah8DDnEQqBzgohYG4FX4p81TNirSETOiSyn+y1r9/IR6w== @@ -3334,7 +3334,7 @@ babel-eslint@^10.1.0: eslint-visitor-keys "^1.0.0" resolve "^1.12.0" -babel-jest@^26.2.2, babel-jest@^26.3.0: +babel-jest@^26.3.0: version "26.3.0" resolved "https://registry.npmjs.org/babel-jest/-/babel-jest-26.3.0.tgz#10d0ca4b529ca3e7d1417855ef7d7bd6fc0c3463" integrity sha512-sxPnQGEyHAOPF8NcUsD0g7hDCnvLL2XyblRBcgrzTWBB/mAIpWow3n1bEL+VghnnZfreLhFSBsFluRoK2tRK4g== @@ -3939,7 +3939,7 @@ caniuse-api@^3.0.0: lodash.memoize "^4.1.2" lodash.uniq "^4.5.0" -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001110, caniuse-lite@^1.0.30001111: +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001111, caniuse-lite@^1.0.30001113: version "1.0.30001113" resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001113.tgz#22016ab55b5a8b04fa00ca342d9ee1b98df48065" integrity sha512-qMvjHiKH21zzM/VDZr6oosO6Ri3U0V2tC015jRXjOecwQCJtsU5zklTNTk31jQbIOP8gha0h1ccM/g0ECP+4BA== @@ -4038,7 +4038,7 @@ chokidar@^2.1.8: optionalDependencies: fsevents "^1.2.7" -chokidar@^3.4.1: +chokidar@^3.4.1, chokidar@^3.4.2: version "3.4.2" resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.4.2.tgz#38dc8e658dec3809741eb3ef7bb0a47fe424232d" integrity sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A== @@ -4377,7 +4377,7 @@ connect@^3.7.0: parseurl "~1.3.3" utils-merge "1.0.1" -consola@^2.10.0, consola@^2.10.1, consola@^2.14.0, consola@^2.6.0, consola@^2.9.0: +consola@^2.10.0, consola@^2.10.1, consola@^2.14.0, consola@^2.15.0, consola@^2.6.0, consola@^2.9.0: version "2.15.0" resolved "https://registry.npmjs.org/consola/-/consola-2.15.0.tgz#40fc4eefa4d2f8ef2e2806147f056ea207fcc0e9" integrity sha512-vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ== @@ -6603,7 +6603,7 @@ globule@^1.0.0: lodash "~4.17.10" minimatch "~3.0.2" -got@^11.5.1: +got@^11.5.2: version "11.5.2" resolved "https://registry.npmjs.org/got/-/got-11.5.2.tgz#772e3f3a06d9c7589c7c94dc3c83cdb31ddbf742" integrity sha512-yUhpEDLeuGiGJjRSzEq3kvt4zJtAcjKmhIiwNp/eUs75tRlXfWcHo5tcBaMQtnjHWC7nQYT5HkY/l0QOQTkVww== @@ -8035,7 +8035,7 @@ jest-worker@^26.3.0: merge-stream "^2.0.0" supports-color "^7.0.0" -jest@^26.2.2: +jest@^26.4.0: version "26.4.0" resolved "https://registry.npmjs.org/jest/-/jest-26.4.0.tgz#495e81dcff40f8a656e567c664af87b29c5c5922" integrity sha512-lNCOS+ckRHE1wFyVtQClBmbsOVuH2GWUTJMDL3vunp9DXcah+V8vfvVVApngClcdoc3rgZpqOfCNKLjxjj2l4g== @@ -8083,7 +8083,7 @@ jsbn@~0.1.0: resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= -jsdom@^16.2.2, jsdom@^16.3.0: +jsdom@^16.2.2, jsdom@^16.4.0: version "16.4.0" resolved "https://registry.npmjs.org/jsdom/-/jsdom-16.4.0.tgz#36005bde2d136f73eee1a830c6d45e55408edddb" integrity sha512-lYMm3wYdgPhrl7pDcRmvzPhhrGVBeVhPIqeHjzeiHN3DFmD1RBpbExbi8vU7BJdH8VAZYovR8DMt0PNNDM7k8w== @@ -11473,7 +11473,7 @@ ripemd160@^2.0.0, ripemd160@^2.0.1: hash-base "^3.0.0" inherits "^2.0.1" -rollup-plugin-license@^2.1.0: +rollup-plugin-license@^2.2.0: version "2.2.0" resolved "https://registry.npmjs.org/rollup-plugin-license/-/rollup-plugin-license-2.2.0.tgz#0d19139bbe44dda500fbf15530af07c91949e348" integrity sha512-xXb1vviEwlJMX+VGUSsglcMA/Rh9d2QzEm94awy4FlnsPqGrXoTYYGOR3UXR6gYIxiJFkr7qmkKF/NXfre/y8g== @@ -11488,10 +11488,10 @@ rollup-plugin-license@^2.1.0: spdx-expression-validate "2.0.0" spdx-satisfies "5.0.0" -rollup@2.23.0: - version "2.23.0" - resolved "https://registry.npmjs.org/rollup/-/rollup-2.23.0.tgz#b7ab1fee0c0e60132fd0553c4df1e9cdacfada9d" - integrity sha512-vLNmZFUGVwrnqNAJ/BvuLk1MtWzu4IuoqsH9UWK5AIdO3rt8/CSiJNvPvCIvfzrbNsqKbNzPAG1V2O4eTe2XZg== +rollup@2.23.1: + version "2.23.1" + resolved "https://registry.npmjs.org/rollup/-/rollup-2.23.1.tgz#d458d28386dc7660c2e8a4978bea6f9494046c20" + integrity sha512-Heyl885+lyN/giQwxA8AYT2GY3U+gOlTqVLrMQYno8Z1X9lAOpfXPiKiZCyPc25e9BLJM3Zlh957dpTlO4pa8A== optionalDependencies: fsevents "~2.1.2" @@ -13228,7 +13228,7 @@ vue-no-ssr@^1.1.1: resolved "https://registry.npmjs.org/vue-no-ssr/-/vue-no-ssr-1.1.1.tgz#875f3be6fb0ae41568a837f3ac1a80eaa137b998" integrity sha512-ZMjqRpWabMPqPc7gIrG0Nw6vRf1+itwf0Itft7LbMXs2g3Zs/NFmevjZGN1x7K3Q95GmIjWbQZTVerxiBxI+0g== -vue-router@^3.3.4: +vue-router@^3.4.3: version "3.4.3" resolved "https://registry.npmjs.org/vue-router/-/vue-router-3.4.3.tgz#fa93768616ee338aa174f160ac965167fa572ffa" integrity sha512-BADg1mjGWX18Dpmy6bOGzGNnk7B/ZA0RxuA6qedY/YJwirMfKXIDzcccmHbQI0A6k5PzMdMloc0ElHfyOoX35A== @@ -13400,7 +13400,7 @@ webpack-log@^2.0.0: ansi-colors "^3.0.0" uuid "^3.3.2" -webpack-node-externals@^2.5.0: +webpack-node-externals@^2.5.1: version "2.5.1" resolved "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-2.5.1.tgz#4718ec08aafa8babe246dbfd477e725c94032ef3" integrity sha512-RWxKGibUU5kuJT6JDYmXGa3QsZskqIaiBvZ2wBxHlJzWVJPOyBMnroXf23uxEHnj1rYS8jNdyUfrNAXJ2bANNw==