1
0
Fork 0

Merge pull request #45 from moritzruth/dependabot/npm_and_yarn/nuxtjs/pwa-3.2.2

This commit is contained in:
dependabot-preview[bot] 2020-10-14 10:03:40 +00:00 committed by GitHub
commit d9df0b4df7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 10 deletions

View file

@ -10,7 +10,7 @@
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ." "lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
}, },
"dependencies": { "dependencies": {
"@nuxtjs/pwa": "^3.1.2", "@nuxtjs/pwa": "^3.2.2",
"lodash.kebabcase": "^4.1.1", "lodash.kebabcase": "^4.1.1",
"nuxt": "^2.14.6", "nuxt": "^2.14.6",
"shaped.js": "^2.0.0", "shaped.js": "^2.0.0",

View file

@ -1447,16 +1447,17 @@
consola "^2.15.0" consola "^2.15.0"
eslint-webpack-plugin "^2.1.0" eslint-webpack-plugin "^2.1.0"
"@nuxtjs/pwa@^3.1.2": "@nuxtjs/pwa@^3.2.2":
version "3.1.2" version "3.2.2"
resolved "https://registry.yarnpkg.com/@nuxtjs/pwa/-/pwa-3.1.2.tgz#5d974e95b1cbd89075ca62e8d07e0877281164c0" resolved "https://registry.yarnpkg.com/@nuxtjs/pwa/-/pwa-3.2.2.tgz#e03c632e30f3df287a842d67323d945f36b97440"
integrity sha512-731zNtYk22ZO9nB0nstXhYggIPwfKeyCpJzmRF8AFpntMDOkF+aP+GpclO46eUNZwk+3ABFRqHdTSAXU6SK7rg== integrity sha512-B+2VKwmaw40Wyds0hOKuN9R8ODHg7de8B7uQbzaZpLNuCinfKioQOk8jjaLDKRf4sndNG4AYI90Et4M+MRQetQ==
dependencies: dependencies:
defu "^3.1.0" defu "^3.1.0"
execa "^4.0.3" execa "^4.0.3"
fs-extra "^9.0.1" fs-extra "^9.0.1"
hasha "^5.2.1" hasha "^5.2.2"
jimp-compact "^0.16.1" jimp-compact "^0.16.1"
lodash.template "^4.5.0"
workbox-cdn "^5.1.3" workbox-cdn "^5.1.3"
"@nuxtjs/youch@^4.2.3": "@nuxtjs/youch@^4.2.3":
@ -4854,10 +4855,10 @@ hash.js@^1.0.0, hash.js@^1.0.3:
inherits "^2.0.3" inherits "^2.0.3"
minimalistic-assert "^1.0.1" minimalistic-assert "^1.0.1"
hasha@^5.2.1: hasha@^5.2.2:
version "5.2.1" version "5.2.2"
resolved "https://registry.yarnpkg.com/hasha/-/hasha-5.2.1.tgz#0e5b492aa40de3819e80955f221d2fccef55b5aa" resolved "https://registry.yarnpkg.com/hasha/-/hasha-5.2.2.tgz#a48477989b3b327aea3c04f53096d816d97522a1"
integrity sha512-x15jnRSHTi3VmH+oHtVb9kgU/HuKOK8mjK8iCL3dPQXh4YJlUb9YSI8ZLiiqLAIvY2wuDIlZYZppy8vB2XISkQ== integrity sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ==
dependencies: dependencies:
is-stream "^2.0.0" is-stream "^2.0.0"
type-fest "^0.8.0" type-fest "^0.8.0"