From 4b11b79d675c212c47f143ca31d80d37e5a031c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 04:17:50 +0000 Subject: [PATCH] Bump workbox-cacheable-response from 6.5.0 to 6.5.3 Bumps [workbox-cacheable-response](https://github.com/googlechrome/workbox) from 6.5.0 to 6.5.3. - [Release notes](https://github.com/googlechrome/workbox/releases) - [Commits](https://github.com/googlechrome/workbox/compare/v6.5.0...v6.5.3) --- updated-dependencies: - dependency-name: workbox-cacheable-response dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 +++++++++++++++++++++------ package.json | 2 +- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 824c7973f..e6442af72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "recharts": "^2.1.2", "workbox-background-sync": "^6.2.4", "workbox-broadcast-update": "^6.2.2", - "workbox-cacheable-response": "^6.2.4", + "workbox-cacheable-response": "^6.5.3", "workbox-core": "^6.1.5", "workbox-expiration": "^6.1.5", "workbox-google-analytics": "^6.2.4", @@ -18831,12 +18831,18 @@ "license": "Apache-2.0" }, "node_modules/workbox-cacheable-response": { - "version": "6.5.0", - "license": "MIT", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.5.3.tgz", + "integrity": "sha512-6JE/Zm05hNasHzzAGKDkqqgYtZZL2H06ic2GxuRLStA4S/rHUfm2mnLFFXuHAaGR1XuuYyVCEey1M6H3PdZ7SQ==", "dependencies": { - "workbox-core": "6.5.0" + "workbox-core": "6.5.3" } }, + "node_modules/workbox-cacheable-response/node_modules/workbox-core": { + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.3.tgz", + "integrity": "sha512-Bb9ey5n/M9x+l3fBTlLpHt9ASTzgSGj6vxni7pY72ilB/Pb3XtN+cZ9yueboVhD5+9cNQrC9n/E1fSrqWsUz7Q==" + }, "node_modules/workbox-core": { "version": "6.5.0", "license": "MIT" @@ -31502,9 +31508,18 @@ } }, "workbox-cacheable-response": { - "version": "6.5.0", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.5.3.tgz", + "integrity": "sha512-6JE/Zm05hNasHzzAGKDkqqgYtZZL2H06ic2GxuRLStA4S/rHUfm2mnLFFXuHAaGR1XuuYyVCEey1M6H3PdZ7SQ==", "requires": { - "workbox-core": "6.5.0" + "workbox-core": "6.5.3" + }, + "dependencies": { + "workbox-core": { + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.3.tgz", + "integrity": "sha512-Bb9ey5n/M9x+l3fBTlLpHt9ASTzgSGj6vxni7pY72ilB/Pb3XtN+cZ9yueboVhD5+9cNQrC9n/E1fSrqWsUz7Q==" + } } }, "workbox-core": { diff --git a/package.json b/package.json index d32a55350..b0bc46cdf 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "recharts": "^2.1.2", "workbox-background-sync": "^6.2.4", "workbox-broadcast-update": "^6.2.2", - "workbox-cacheable-response": "^6.2.4", + "workbox-cacheable-response": "^6.5.3", "workbox-core": "^6.1.5", "workbox-expiration": "^6.1.5", "workbox-google-analytics": "^6.2.4",