From 0daf20b0bbadca529a9e4f7ce8f20eb45e59b5e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 16:03:45 +0000 Subject: [PATCH] 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] --- package-lock.json | 33 +++++++++++++++++++-------------- package.json | 2 +- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec61654e3b..f2e2a9bfcb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } } } diff --git a/package.json b/package.json index 5d57cfe36f..1eb5be6a1e 100644 --- a/package.json +++ b/package.json @@ -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",