From 01775376c745ff400ea472d1306224fc098b924e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 04:40:19 +0000 Subject: [PATCH] Bump workbox-cacheable-response from 5.1.3 to 6.1.2 Bumps [workbox-cacheable-response](https://github.com/googlechrome/workbox) from 5.1.3 to 6.1.2. - [Release notes](https://github.com/googlechrome/workbox/releases) - [Commits](https://github.com/googlechrome/workbox/compare/v5.1.3...v6.1.2) Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++++++---- package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 799979a..a7cf300 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12500,12 +12500,20 @@ } }, "workbox-cacheable-response": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-5.1.3.tgz", - "integrity": "sha512-lOJEwK2T4KWFNdhRFUKxTPBIO5hIYm9E/nYgMq5h/IH3iHPHlBPuFwRMaQy+TTCGWWTA85NomQOjVw1bj65RLw==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.1.2.tgz", + "integrity": "sha512-zSTQWJU+CBHC90N/Dccb9n0IzbTsmnl28usKOlVYbfHS5wit3izpD7djqqHzgzyS+gdemRjY4s02VV9WvyeD1w==", "dev": true, "requires": { - "workbox-core": "^5.1.3" + "workbox-core": "^6.1.2" + }, + "dependencies": { + "workbox-core": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.1.2.tgz", + "integrity": "sha512-69rch7EyPsNAx5Y5YlSoHV39/EEE1oDeb5zmLIy6+mgB4BnaG6u/tlDtvjvKqHcPM0gz2L5SzYtTEvWmk5WRTQ==", + "dev": true + } } }, "workbox-cli": { diff --git a/package.json b/package.json index 3a3deff..3305f65 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "truncate-html": "^1.0.3", "twitter-text": "^3.1.0", "workbox-broadcast-update": "5.1.4", - "workbox-cacheable-response": "5.1.3", + "workbox-cacheable-response": "6.1.2", "workbox-cli": "^5.1.4", "workbox-core": "5.1.3", "workbox-expiration": "5.1.4",