Bump workbox-precaching from 5.1.4 to 6.2.2
This commit is contained in:
parent
29b6510dcb
commit
d2c7b67a46
2 changed files with 22 additions and 9 deletions
29
package-lock.json
generated
29
package-lock.json
generated
|
@ -17558,17 +17558,30 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"workbox-precaching": {
|
"workbox-precaching": {
|
||||||
"version": "5.1.4",
|
"version": "6.2.2",
|
||||||
"resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-5.1.4.tgz",
|
"resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.2.2.tgz",
|
||||||
"integrity": "sha512-gCIFrBXmVQLFwvAzuGLCmkUYGVhBb7D1k/IL7pUJUO5xacjLcFUaLnnsoVepBGAiKw34HU1y/YuqvTKim9qAZA==",
|
"integrity": "sha512-ubhhHBA5OEUTOX1hrK20dsewCOEz7xS9bPfVkGwfbWbsl4uQ8XstQVYTzP6HvT1I6r82BdKC4NdNBnNMzsZ9xQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"workbox-core": "^5.1.4"
|
"workbox-core": "6.2.2",
|
||||||
|
"workbox-routing": "6.2.2",
|
||||||
|
"workbox-strategies": "6.2.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"workbox-core": {
|
"workbox-routing": {
|
||||||
"version": "5.1.4",
|
"version": "6.2.2",
|
||||||
"resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-5.1.4.tgz",
|
"resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.2.2.tgz",
|
||||||
"integrity": "sha512-+4iRQan/1D8I81nR2L5vcbaaFskZC2CL17TLbvWVzQ4qiF/ytOGF6XeV54pVxAvKUtkLANhk8TyIUMtiMw2oDg=="
|
"integrity": "sha512-kkgrXk4NiWbDZaQVcBSdP63sAopOgOMGPMXATbHGa0XmsFAkGVVUlfOhllwJVQpAo4Th4+AfcK3E/wM713IniQ==",
|
||||||
|
"requires": {
|
||||||
|
"workbox-core": "6.2.2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"workbox-strategies": {
|
||||||
|
"version": "6.2.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.2.2.tgz",
|
||||||
|
"integrity": "sha512-UB1GBqr5VDvGvFBnYIMYllLJ3XjUGbG0OvtKqZB5RMFIcqI9r567ajYKmO3afGcUmeGoHYKoJZf8XzdXoLLFyg==",
|
||||||
|
"requires": {
|
||||||
|
"workbox-core": "6.2.2"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
"webcomponents.js": "^0.7.24",
|
"webcomponents.js": "^0.7.24",
|
||||||
"whatwg-fetch": "^3.6.2",
|
"whatwg-fetch": "^3.6.2",
|
||||||
"workbox-core": "^6.2.2",
|
"workbox-core": "^6.2.2",
|
||||||
"workbox-precaching": "^5.1.4"
|
"workbox-precaching": "^6.2.2"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"last 2 Firefox versions",
|
"last 2 Firefox versions",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue