diff --git a/distributions/nuxt-start/package.json b/distributions/nuxt-start/package.json index 0d75a830dc..6488b0c8ea 100644 --- a/distributions/nuxt-start/package.json +++ b/distributions/nuxt-start/package.json @@ -57,7 +57,7 @@ "dependencies": { "@nuxt/cli": "2.6.3", "@nuxt/core": "2.6.3", - "node-fetch": "^2.4.1", + "node-fetch": "^2.5.0", "vue": "^2.6.10", "vue-meta": "^1.6.0", "vue-no-ssr": "^1.1.1", diff --git a/distributions/nuxt-ts/package.json b/distributions/nuxt-ts/package.json index cd3cb96cb2..cf8b91a276 100644 --- a/distributions/nuxt-ts/package.json +++ b/distributions/nuxt-ts/package.json @@ -63,7 +63,7 @@ "@nuxt/cli": "2.6.3", "@nuxt/core": "2.6.3", "@nuxt/generator": "2.6.3", - "@nuxt/loading-screen": "^0.5.1", + "@nuxt/loading-screen": "^0.5.2", "@nuxt/opencollective": "^0.2.2", "@nuxt/typescript": "2.6.3", "@nuxt/webpack": "2.6.3" diff --git a/distributions/nuxt/package.json b/distributions/nuxt/package.json index 7c6b933032..afdb17d5f5 100644 --- a/distributions/nuxt/package.json +++ b/distributions/nuxt/package.json @@ -61,7 +61,7 @@ "@nuxt/cli": "2.6.3", "@nuxt/core": "2.6.3", "@nuxt/generator": "2.6.3", - "@nuxt/loading-screen": "^0.5.1", + "@nuxt/loading-screen": "^0.5.2", "@nuxt/opencollective": "^0.2.2", "@nuxt/webpack": "2.6.3" }, diff --git a/package.json b/package.json index 25eb0eb450..99dd96ed5c 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "klaw-sync": "^6.0.0", "lerna": "^3.13.4", "lodash": "^4.17.11", - "node-fetch": "^2.4.1", + "node-fetch": "^2.5.0", "puppeteer-core": "^1.15.0", "request": "^2.88.0", "request-promise-native": "^1.0.7", @@ -82,7 +82,7 @@ "rollup-plugin-replace": "^2.2.0", "sort-package-json": "^1.22.1", "ts-jest": "^24.0.2", - "ts-loader": "^5.4.4", + "ts-loader": "^5.4.5", "ts-node": "^8.1.0", "tslint": "^5.16.0", "typescript": "^3.4.5", diff --git a/packages/cli/package.json b/packages/cli/package.json index 1005e00096..630c84a9d0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -14,7 +14,7 @@ "dependencies": { "@nuxt/config": "2.6.3", "@nuxt/utils": "2.6.3", - "boxen": "^3.1.0", + "boxen": "^3.2.0", "chalk": "^2.4.2", "consola": "^2.6.0", "esm": "3.2.20", diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 4b8582379b..0450cf4111 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -24,7 +24,7 @@ "consola": "^2.6.0", "fork-ts-checker-webpack-plugin": "^1.2.0", "fs-extra": "^7.0.1", - "ts-loader": "^5.4.4", + "ts-loader": "^5.4.5", "typescript": "^3.4.5" }, "publishConfig": { diff --git a/packages/vue-app/package.json b/packages/vue-app/package.json index 221fc82868..f11d6968b8 100644 --- a/packages/vue-app/package.json +++ b/packages/vue-app/package.json @@ -12,7 +12,7 @@ "main": "dist/vue-app.js", "typings": "types/index.d.ts", "dependencies": { - "node-fetch": "^2.4.1", + "node-fetch": "^2.5.0", "unfetch": "^4.1.0", "vue": "^2.6.10", "vue-meta": "^1.6.0", diff --git a/yarn.lock b/yarn.lock index 4f72037d85..c015cffb12 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1493,15 +1493,15 @@ error-stack-parser "^2.0.0" string-width "^2.0.0" -"@nuxt/loading-screen@^0.5.1": - version "0.5.1" - resolved "https://registry.npmjs.org/@nuxt/loading-screen/-/loading-screen-0.5.1.tgz#8adbdaa01b5445b98931d3f304f25a0e4d410d68" - integrity sha512-2v1gr5hNUpqbe6IMtbzmQizeiO67gumjTz9hI0copeamrTW1Xr/qbFarrqFCXV+ytLGyRJwGZsr5o58UHH+hbw== +"@nuxt/loading-screen@^0.5.2": + version "0.5.2" + resolved "https://registry.npmjs.org/@nuxt/loading-screen/-/loading-screen-0.5.2.tgz#4226543ca00506a0a61d400f3c5df79548e5eea3" + integrity sha512-5PfYC0+NvpWi14BbZ10OQVfdWORsfL3llldX8O0TenHFbt3/62DCXYsoDakNj6OUZvkZoDViFXVFJ4/vh1bnQA== dependencies: connect "^3.6.6" fs-extra "^7.0.1" serve-static "^1.13.2" - ws "^6.2.1" + ws "^7.0.0" "@nuxt/opencollective@^0.2.2": version "0.2.2" @@ -2400,7 +2400,7 @@ async-each@^1.0.1: resolved "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf" integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== -async-limiter@~1.0.0: +async-limiter@^1.0.0, async-limiter@~1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8" integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg== @@ -2622,15 +2622,15 @@ boolbase@^1.0.0, boolbase@~1.0.0: resolved "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= -boxen@^3.1.0: - version "3.1.0" - resolved "https://registry.npmjs.org/boxen/-/boxen-3.1.0.tgz#0eced0ffde565c3d68cb7ba0bbae51d8c2eed95c" - integrity sha512-WiP53arM6cU2STTBYQ2we3viJkDqkthMYaTFnmXPZ/v3S4h43H5MHWpw5d85SgmHiYO/Y+2PoyXO8nTEURXNJA== +boxen@^3.2.0: + version "3.2.0" + resolved "https://registry.npmjs.org/boxen/-/boxen-3.2.0.tgz#fbdff0de93636ab4450886b6ff45b92d098f45eb" + integrity sha512-cU4J/+NodM3IHdSL2yN8bqYqnmlBTidDR4RC7nJs61ZmtGz8VZzM3HLQX0zY5mrSmPtR3xWwsq2jOUQqFZN8+A== dependencies: ansi-align "^3.0.0" camelcase "^5.3.1" chalk "^2.4.2" - cli-boxes "^2.1.0" + cli-boxes "^2.2.0" string-width "^3.0.0" term-size "^1.2.0" type-fest "^0.3.0" @@ -3075,10 +3075,10 @@ clean-css@4.2.x, clean-css@^4.2.1: dependencies: source-map "~0.6.0" -cli-boxes@^2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.1.0.tgz#e77b63d111cfd7be927bc417b794c798f81027a0" - integrity sha512-V9gkudTUk+iZGUYvI6qNwD9XbEc0mJiQEjYT5/+RLhN/3GgSTjIAsltAIA+idbCEAdAQw//uaXRHBp+CETPjuA== +cli-boxes@^2.2.0: + version "2.2.0" + resolved "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.0.tgz#538ecae8f9c6ca508e3c3c95b453fe93cb4c168d" + integrity sha512-gpaBrMAizVEANOpfZp/EEUixTXDyGt7DFzdK5hU+UbWt/J0lB0w20ncZj59Z9a93xHb9u12zF5BS6i9RKbtg4w== cli-cursor@^2.1.0: version "2.1.0" @@ -7430,11 +7430,16 @@ node-fetch-npm@^2.0.2: json-parse-better-errors "^1.0.0" safe-buffer "^5.1.1" -node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.4.1: +node-fetch@^2.2.0, node-fetch@^2.3.0: version "2.4.1" resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.4.1.tgz#b2e38f1117b8acbedbe0524f041fb3177188255d" integrity sha512-P9UbpFK87NyqBZzUuDBDz4f6Yiys8xm8j7ACDbi6usvFm6KItklQUKjeoqTrYS/S1k6I8oaOC2YLLDr/gg26Mw== +node-fetch@^2.5.0: + version "2.5.0" + resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.5.0.tgz#8028c49fc1191bba56a07adc6e2a954644a48501" + integrity sha512-YuZKluhWGJwCcUu4RlZstdAxr8bFfOVHakc1mplwHkk8J+tqM1Y5yraYvIUpeX8aY7+crCwiELJq7Vl0o0LWXw== + node-gyp@^3.8.0: version "3.8.0" resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz#540304261c330e80d0d5edce253a68cb3964218c" @@ -10673,10 +10678,10 @@ ts-jest@^24.0.2: semver "^5.5" yargs-parser "10.x" -ts-loader@^5.4.4: - version "5.4.4" - resolved "https://registry.npmjs.org/ts-loader/-/ts-loader-5.4.4.tgz#2b2c11e0bc917db27b2de7011ad1a9d6413c5ab1" - integrity sha512-haLwWMts/tCruBFbLUWOR9hZezZ89TMW3EntrAEtYARDnPZSQt6dPA5tN3fvlsmUIYXVWDHO5SUhw8ndAomVlw== +ts-loader@^5.4.5: + version "5.4.5" + resolved "https://registry.npmjs.org/ts-loader/-/ts-loader-5.4.5.tgz#a0c1f034b017a9344cef0961bfd97cc192492b8b" + integrity sha512-XYsjfnRQCBum9AMRZpk2rTYSVpdZBpZK+kDh0TeT3kxmQNBDVIeUjdPjY5RZry4eIAb8XHc4gYSUiUWPYvzSRw== dependencies: chalk "^2.3.0" enhanced-resolve "^4.0.0" @@ -11459,13 +11464,20 @@ ws@^5.2.0: dependencies: async-limiter "~1.0.0" -ws@^6.0.0, ws@^6.1.0, ws@^6.1.2, ws@^6.2.1: +ws@^6.0.0, ws@^6.1.0, ws@^6.1.2: version "6.2.1" resolved "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb" integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA== dependencies: async-limiter "~1.0.0" +ws@^7.0.0: + version "7.0.0" + resolved "https://registry.npmjs.org/ws/-/ws-7.0.0.tgz#79351cbc3f784b3c20d0821baf4b4ff809ffbf51" + integrity sha512-cknCal4k0EAOrh1SHHPPWWh4qm93g1IuGGGwBjWkXmCG7LsDtL8w9w+YVfaF+KSVwiHQKDIMsSLBVftKf9d1pg== + dependencies: + async-limiter "^1.0.0" + xml-name-validator@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"