Skip to content

Commit

Permalink
fix(deps): update dependency @nuxtjs/pwa to v3.0.0-beta.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 13, 2019
1 parent a09a246 commit 45beb3d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 28 deletions.
15 changes: 7 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
],
"dependencies": {
"@nuxtjs/axios": "^5.6.0",
"@nuxtjs/pwa": "3.0.0-beta.17",
"@nuxtjs/pwa": "3.0.0-beta.19",
"@nuxtjs/vuetify": "^1.6.3",
"axios": "^0.19.0",
"body-parser": "1.19.0",
Expand Down
29 changes: 10 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1146,17 +1146,16 @@
consola "^2.5.6"
http-proxy-middleware "^0.19.1"

"@nuxtjs/pwa@3.0.0-beta.17":
version "3.0.0-beta.17"
resolved "https://registry.yarnpkg.com/@nuxtjs/pwa/-/pwa-3.0.0-beta.17.tgz#00a3ad5fa8ae39ac94e0f6eaa7058315b4a1c036"
integrity sha512-WSAyXGJpSg3Zgd5Seqzzk44lnuOQF14KRCcUZeW8HDktJnaN0vIqHUOgrvUhuF7qhRJ1OxypybYVOG+EVI1NPQ==
"@nuxtjs/pwa@3.0.0-beta.19":
version "3.0.0-beta.19"
resolved "https://registry.yarnpkg.com/@nuxtjs/pwa/-/pwa-3.0.0-beta.19.tgz#4685c8137a5b588126b3ee4d469f6806423f958f"
integrity sha512-5c7CB2qrrlpu7BmJeWX9GN//uK1SiEzBbT+ykH11ZfUxQyXiO3QTm1f6tTOnG/P5v4kRIGYdBr0wmRbA/Hv1cw==
dependencies:
defu "^0.0.3"
execa "^1.0.0"
fs-extra "^8.1.0"
hasha "^5.0.0"
jimp-compact "^0.6.8"
lodash.template "^4.5.0"
jimp-compact "^0.8.0"
workbox-cdn "^4.3.1"

"@nuxtjs/vuetify@^1.6.3":
Expand Down Expand Up @@ -5308,10 +5307,10 @@ jest-worker@^24.9.0:
merge-stream "^2.0.0"
supports-color "^6.1.0"

jimp-compact@^0.6.8:
version "0.6.8"
resolved "https://registry.yarnpkg.com/jimp-compact/-/jimp-compact-0.6.8.tgz#e915446206c60a65df8bb413902fe6b42bef44ef"
integrity sha512-K3xHMUYkzrX3Gfu/WKrA75RlD9BtwJ0bQqSO4EDVqXNmUQQLrB4N2mAfTz3L2P2vadTfhjBWt4JLOuTHz/FyWg==
jimp-compact@^0.8.0:
version "0.8.4"
resolved "https://registry.yarnpkg.com/jimp-compact/-/jimp-compact-0.8.4.tgz#0878a0c30f22d2d4f8b33e96722eb09d20770627"
integrity sha512-9mvZ7/TJ28bWtdx0RxmfiOTzSom4zuRniFTLtJHfNL6HxQdnRtjmX8XIRjmofgVXj2TW/GgSuZKB3dSZ5hNhKg==

js-levenshtein@^1.1.3:
version "1.1.6"
Expand Down Expand Up @@ -5535,7 +5534,7 @@ locate-path@^5.0.0:
dependencies:
p-locate "^4.1.0"

lodash._reinterpolate@^3.0.0, lodash._reinterpolate@~3.0.0:
lodash._reinterpolate@~3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=
Expand Down Expand Up @@ -5582,14 +5581,6 @@ lodash.template@^4.2.4, lodash.template@^4.4.0:
lodash._reinterpolate "~3.0.0"
lodash.templatesettings "^4.0.0"

lodash.template@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab"
integrity sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==
dependencies:
lodash._reinterpolate "^3.0.0"
lodash.templatesettings "^4.0.0"

lodash.templatesettings@^4.0.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-4.1.0.tgz#2b4d4e95ba440d915ff08bc899e4553666713316"
Expand Down

0 comments on commit 45beb3d

Please sign in to comment.