1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Bump workbox-precaching from 6.2.2 to 6.2.4

Bumps [workbox-precaching](https://github.com/googlechrome/workbox) from 6.2.2 to 6.2.4.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.2.2...v6.2.4)

---
updated-dependencies:
- dependency-name: workbox-precaching
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-16 16:03:45 +00:00 committed by GitHub
parent 0fcb5e7b3e
commit 0daf20b0bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 15 deletions

33
package-lock.json generated
View file

@ -17558,29 +17558,34 @@
}
},
"workbox-precaching": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.2.2.tgz",
"integrity": "sha512-ubhhHBA5OEUTOX1hrK20dsewCOEz7xS9bPfVkGwfbWbsl4uQ8XstQVYTzP6HvT1I6r82BdKC4NdNBnNMzsZ9xQ==",
"version": "6.2.4",
"resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.2.4.tgz",
"integrity": "sha512-7POznbVc8EG/mkbXzeb94x3B1VJruPgXvXFgS0NJ3GRugkO4ULs/DpIIb+ycs7uJIKY9EzLS7VXvElr3rMSozQ==",
"requires": {
"workbox-core": "6.2.2",
"workbox-routing": "6.2.2",
"workbox-strategies": "6.2.2"
"workbox-core": "6.2.4",
"workbox-routing": "6.2.4",
"workbox-strategies": "6.2.4"
},
"dependencies": {
"workbox-core": {
"version": "6.2.4",
"resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.2.4.tgz",
"integrity": "sha512-Nu8X4R4Is3g8uzEJ6qwbW2CGVpzntW/cSf8OfsQGIKQR0nt84FAKzP2cLDaNLp3L/iV9TuhZgCTZzkMiap5/OQ=="
},
"workbox-routing": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.2.2.tgz",
"integrity": "sha512-kkgrXk4NiWbDZaQVcBSdP63sAopOgOMGPMXATbHGa0XmsFAkGVVUlfOhllwJVQpAo4Th4+AfcK3E/wM713IniQ==",
"version": "6.2.4",
"resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.2.4.tgz",
"integrity": "sha512-jHnOmpeH4MOWR4eXv6l608npD2y6IFv7yFJ1bT9/RbB8wq2vXHXJQ0ExTZRTWGbVltSG22wEU+MQ8VebDDwDeg==",
"requires": {
"workbox-core": "6.2.2"
"workbox-core": "6.2.4"
}
},
"workbox-strategies": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.2.2.tgz",
"integrity": "sha512-UB1GBqr5VDvGvFBnYIMYllLJ3XjUGbG0OvtKqZB5RMFIcqI9r567ajYKmO3afGcUmeGoHYKoJZf8XzdXoLLFyg==",
"version": "6.2.4",
"resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.2.4.tgz",
"integrity": "sha512-DKgGC3ruceDuu2o+Ae5qmJy0p0q21mFP+RrkdqKrjyf2u8cJvvtvt1eIt4nevKc5BESiKxmhC2h+TZpOSzUDvA==",
"requires": {
"workbox-core": "6.2.2"
"workbox-core": "6.2.4"
}
}
}

View file

@ -94,7 +94,7 @@
"webcomponents.js": "^0.7.24",
"whatwg-fetch": "^3.6.2",
"workbox-core": "^6.2.2",
"workbox-precaching": "^6.2.2"
"workbox-precaching": "^6.2.4"
},
"browserslist": [
"last 2 Firefox versions",