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",