Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#7609)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 26, 2020
1 parent b070e19 commit 330c564
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion distributions/nuxt-start/package.json
Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"@nuxt/cli": "2.13.1",
"@nuxt/core": "2.13.1",
"@nuxt/telemetry": "^1.1.0",
"@nuxt/telemetry": "^1.2.0",
"node-fetch": "^2.6.0",
"vue": "^2.6.11",
"vue-client-only": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion distributions/nuxt/package.json
Expand Up @@ -65,7 +65,7 @@
"@nuxt/generator": "2.13.1",
"@nuxt/loading-screen": "^2.0.2",
"@nuxt/opencollective": "^0.3.0",
"@nuxt/telemetry": "^1.1.0",
"@nuxt/telemetry": "^1.2.0",
"@nuxt/webpack": "2.13.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Expand Up @@ -23,7 +23,7 @@
"@types/pug": "^2.0.4",
"@types/serve-static": "^1.13.4",
"@types/terser-webpack-plugin": "^2.2.0",
"@types/webpack": "^4.41.17",
"@types/webpack": "^4.41.18",
"@types/webpack-bundle-analyzer": "^3.8.0",
"@types/webpack-dev-middleware": "^3.7.1",
"@types/webpack-hot-middleware": "^2.25.3"
Expand Down
22 changes: 17 additions & 5 deletions yarn.lock
Expand Up @@ -1895,10 +1895,10 @@
consola "^2.10.1"
node-fetch "^2.6.0"

"@nuxt/telemetry@^1.1.0":
version "1.1.0"
resolved "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-1.1.0.tgz#47e71a575e268a6c4918daa3ffdeff7dfcf688d9"
integrity sha512-XjeSdVT2g4XonpJmQkCswUVmmeSOBYGho5fgmWLvjQMCYsoRlOvdh+tn/cTtfQRleZfWQ6ajm/dqXaEPxK9/yg==
"@nuxt/telemetry@^1.2.0":
version "1.2.0"
resolved "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-1.2.0.tgz#0280cec099b6f0137477977d81ee8aa557d40d7a"
integrity sha512-TKpfkt5+iGf5YF4xXxKNzIi94lLCaogoJRk6RSAcqEZhPVkmMCSk5g6D4BNSqiB0rIUCLWetUP6lZBrgbEZ8Gg==
dependencies:
arg "^4.1.3"
ci-info "^2.0.0"
Expand Down Expand Up @@ -2516,7 +2516,7 @@
"@types/source-list-map" "*"
source-map "^0.7.3"

"@types/webpack@*", "@types/webpack@^4.41.17", "@types/webpack@^4.41.8":
"@types/webpack@*", "@types/webpack@^4.41.8":
version "4.41.17"
resolved "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.17.tgz#0a69005e644d657c85b7d6ec1c826a71bebd1c93"
integrity sha512-6FfeCidTSHozwKI67gIVQQ5Mp0g4X96c2IXxX75hYEQJwST/i6NyZexP//zzMOBb+wG9jJ7oO8fk9yObP2HWAw==
Expand All @@ -2528,6 +2528,18 @@
"@types/webpack-sources" "*"
source-map "^0.6.0"

"@types/webpack@^4.41.18":
version "4.41.18"
resolved "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.18.tgz#2945202617866ecdffa582087f1b6de04a7eed55"
integrity sha512-mQm2R8vV2BZE/qIDVYqmBVLfX73a8muwjs74SpjEyJWJxeXBbsI9L65Pcia9XfYLYWzD1c1V8m+L0p30y2N7MA==
dependencies:
"@types/anymatch" "*"
"@types/node" "*"
"@types/tapable" "*"
"@types/uglify-js" "*"
"@types/webpack-sources" "*"
source-map "^0.6.0"

"@types/yargs-parser@*":
version "15.0.0"
resolved "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d"
Expand Down

0 comments on commit 330c564

Please sign in to comment.