Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#7598)
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 25, 2020
1 parent d89812f commit 415d408
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions distributions/nuxt/package.json
Expand Up @@ -60,10 +60,10 @@
"dependencies": {
"@nuxt/builder": "2.13.1",
"@nuxt/cli": "2.13.1",
"@nuxt/components": "^1.0.4",
"@nuxt/components": "^1.0.5",
"@nuxt/core": "2.13.1",
"@nuxt/generator": "2.13.1",
"@nuxt/loading-screen": "^2.0.1",
"@nuxt/loading-screen": "^2.0.2",
"@nuxt/opencollective": "^0.3.0",
"@nuxt/telemetry": "^1.1.0",
"@nuxt/webpack": "2.13.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -72,7 +72,7 @@
"lodash": "^4.17.15",
"node-fetch": "^2.6.0",
"node-sass": "^4.14.1",
"puppeteer-core": "^4.0.0",
"puppeteer-core": "^4.0.1",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"rollup": "2.18.0",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Expand Up @@ -1846,10 +1846,10 @@
"@nodelib/fs.scandir" "2.1.3"
fastq "^1.6.0"

"@nuxt/components@^1.0.4":
version "1.0.4"
resolved "https://registry.npmjs.org/@nuxt/components/-/components-1.0.4.tgz#8a22c080bdb0061a7aafc632ab8c055d70e479ce"
integrity sha512-21+wVCwKmH1lzmi2e5dC2NwhMc0LEgAkkqeYtYjWHFN6D1G09l5BeNQF1rfFBQ82R9/AqRiCS8aGIAaWwUp8vQ==
"@nuxt/components@^1.0.5":
version "1.0.5"
resolved "https://registry.npmjs.org/@nuxt/components/-/components-1.0.5.tgz#90e95201ede263638f57ab49b168a8971c00e554"
integrity sha512-EBfW8C1DyAWs3p/jxGveaYxQ020jsLmKMKcyuzWWtfkVCwA/2KtaPCsV5H+zq6tNSr9GWtgOBi0ChgKetqRtJQ==
dependencies:
chalk "^4.1.0"
chokidar "^3.4.0"
Expand All @@ -1875,10 +1875,10 @@
error-stack-parser "^2.0.0"
string-width "^2.0.0"

"@nuxt/loading-screen@^2.0.1":
version "2.0.1"
resolved "https://registry.npmjs.org/@nuxt/loading-screen/-/loading-screen-2.0.1.tgz#4049796e26b57a627a669ddc4c75771e7f6f38d6"
integrity sha512-oTtSHDZ+kaWUKpovgf2zM9gOiWLrZHcdmmLsveeTpJ0Q8Xk+sXR3HIRN2IBl5gFbPK6V/pYaum/LQBg73UirIQ==
"@nuxt/loading-screen@^2.0.2":
version "2.0.2"
resolved "https://registry.npmjs.org/@nuxt/loading-screen/-/loading-screen-2.0.2.tgz#2082e813a93bb4efa42be05a6b448121b5f1cad8"
integrity sha512-29fLSfSNwCLnpXPbnTbMlgK4u5rw1raJBcBjTNlONfTo2FasWxyEgZ2HMMRlJoikMxxB9FZsjdegnYcplhiRTA==
dependencies:
connect "^3.7.0"
defu "^2.0.4"
Expand Down Expand Up @@ -10849,10 +10849,10 @@ punycode@^2.1.0, punycode@^2.1.1:
resolved "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==

puppeteer-core@^4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-4.0.0.tgz#32cb3c97efd280301a8084caf5566b5c2d83896f"
integrity sha512-Tb5FVp9h9wkd2gXpc/qfBFFI7zjLxxe3pw34U5ntpSnIoUV2m9IKIjAf7ou+5N3fU9VPV3MNJ3HQiDVasN/MPQ==
puppeteer-core@^4.0.1:
version "4.0.1"
resolved "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-4.0.1.tgz#d6026add5fe058de22cd80879967eaa5e9be4cfb"
integrity sha512-8OfHmUkEXU/k7Bmcdm6KRWhIIfmayv/ce1AUDkP0nTLK2IpjulFggxq1dZhWgWHXebeLILbieMvAor7tSf3EqQ==
dependencies:
debug "^4.1.0"
extract-zip "^2.0.0"
Expand Down

0 comments on commit 415d408

Please sign in to comment.