fix(deps): update dependency workbox-precaching to v7.3.0
This commit is contained in:
parent
de222f290a
commit
d1df1a3174
|
|
@ -122,7 +122,7 @@
|
|||
"vue-i18n": "10.0.4",
|
||||
"vue-router": "4.4.5",
|
||||
"vuemoji-picker": "0.3.1",
|
||||
"workbox-precaching": "7.1.0",
|
||||
"workbox-precaching": "7.3.0",
|
||||
"zhyswan-vuedraggable": "4.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -233,8 +233,8 @@ importers:
|
|||
specifier: 0.3.1
|
||||
version: 0.3.1(vue@3.5.12(typescript@5.6.3))
|
||||
workbox-precaching:
|
||||
specifier: 7.1.0
|
||||
version: 7.1.0
|
||||
specifier: 7.3.0
|
||||
version: 7.3.0
|
||||
zhyswan-vuedraggable:
|
||||
specifier: 4.1.3
|
||||
version: 4.1.3(vue@3.5.12(typescript@5.6.3))
|
||||
|
|
@ -6799,6 +6799,9 @@ packages:
|
|||
workbox-core@7.1.0:
|
||||
resolution: {integrity: sha512-5KB4KOY8rtL31nEF7BfvU7FMzKT4B5TkbYa2tzkS+Peqj0gayMT9SytSFtNzlrvMaWgv6y/yvP9C0IbpFjV30Q==}
|
||||
|
||||
workbox-core@7.3.0:
|
||||
resolution: {integrity: sha512-Z+mYrErfh4t3zi7NVTvOuACB0A/jA3bgxUN3PwtAVHvfEsZxV9Iju580VEETug3zYJRc0Dmii/aixI/Uxj8fmw==}
|
||||
|
||||
workbox-expiration@7.1.0:
|
||||
resolution: {integrity: sha512-m5DcMY+A63rJlPTbbBNtpJ20i3enkyOtSgYfv/l8h+D6YbbNiA0zKEkCUaMsdDlxggla1oOfRkyqTvl5Ni5KQQ==}
|
||||
|
||||
|
|
@ -6811,6 +6814,9 @@ packages:
|
|||
workbox-precaching@7.1.0:
|
||||
resolution: {integrity: sha512-LyxzQts+UEpgtmfnolo0hHdNjoB7EoRWcF7EDslt+lQGd0lW4iTvvSe3v5JiIckQSB5KTW5xiCqjFviRKPj1zA==}
|
||||
|
||||
workbox-precaching@7.3.0:
|
||||
resolution: {integrity: sha512-ckp/3t0msgXclVAYaNndAGeAoWQUv7Rwc4fdhWL69CCAb2UHo3Cef0KIUctqfQj1p8h6aGyz3w8Cy3Ihq9OmIw==}
|
||||
|
||||
workbox-range-requests@7.1.0:
|
||||
resolution: {integrity: sha512-m7+O4EHolNs5yb/79CrnwPR/g/PRzMFYEdo01LqwixVnc/sbzNSvKz0d04OE3aMRel1CwAAZQheRsqGDwATgPQ==}
|
||||
|
||||
|
|
@ -6820,9 +6826,15 @@ packages:
|
|||
workbox-routing@7.1.0:
|
||||
resolution: {integrity: sha512-oOYk+kLriUY2QyHkIilxUlVcFqwduLJB7oRZIENbqPGeBP/3TWHYNNdmGNhz1dvKuw7aqvJ7CQxn27/jprlTdg==}
|
||||
|
||||
workbox-routing@7.3.0:
|
||||
resolution: {integrity: sha512-ZUlysUVn5ZUzMOmQN3bqu+gK98vNfgX/gSTZ127izJg/pMMy4LryAthnYtjuqcjkN4HEAx1mdgxNiKJMZQM76A==}
|
||||
|
||||
workbox-strategies@7.1.0:
|
||||
resolution: {integrity: sha512-/UracPiGhUNehGjRm/tLUQ+9PtWmCbRufWtV0tNrALuf+HZ4F7cmObSEK+E4/Bx1p8Syx2tM+pkIrvtyetdlew==}
|
||||
|
||||
workbox-strategies@7.3.0:
|
||||
resolution: {integrity: sha512-tmZydug+qzDFATwX7QiEL5Hdf7FrkhjaF9db1CbB39sDmEZJg3l9ayDvPxy8Y18C3Y66Nrr9kkN1f/RlkDgllg==}
|
||||
|
||||
workbox-streams@7.1.0:
|
||||
resolution: {integrity: sha512-WyHAVxRXBMfysM8ORwiZnI98wvGWTVAq/lOyBjf00pXFvG0mNaVz4Ji+u+fKa/mf1i2SnTfikoYKto4ihHeS6w==}
|
||||
|
||||
|
|
@ -14228,6 +14240,8 @@ snapshots:
|
|||
|
||||
workbox-core@7.1.0: {}
|
||||
|
||||
workbox-core@7.3.0: {}
|
||||
|
||||
workbox-expiration@7.1.0:
|
||||
dependencies:
|
||||
idb: 7.1.1
|
||||
|
|
@ -14250,6 +14264,12 @@ snapshots:
|
|||
workbox-routing: 7.1.0
|
||||
workbox-strategies: 7.1.0
|
||||
|
||||
workbox-precaching@7.3.0:
|
||||
dependencies:
|
||||
workbox-core: 7.3.0
|
||||
workbox-routing: 7.3.0
|
||||
workbox-strategies: 7.3.0
|
||||
|
||||
workbox-range-requests@7.1.0:
|
||||
dependencies:
|
||||
workbox-core: 7.1.0
|
||||
|
|
@ -14267,10 +14287,18 @@ snapshots:
|
|||
dependencies:
|
||||
workbox-core: 7.1.0
|
||||
|
||||
workbox-routing@7.3.0:
|
||||
dependencies:
|
||||
workbox-core: 7.3.0
|
||||
|
||||
workbox-strategies@7.1.0:
|
||||
dependencies:
|
||||
workbox-core: 7.1.0
|
||||
|
||||
workbox-strategies@7.3.0:
|
||||
dependencies:
|
||||
workbox-core: 7.3.0
|
||||
|
||||
workbox-streams@7.1.0:
|
||||
dependencies:
|
||||
workbox-core: 7.1.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue