diff --git a/frontend/package.json b/frontend/package.json index 5a7a439..d6c9506 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -32,7 +32,7 @@ "web-vitals": "^3.5.0", "workbox-background-sync": "^6.5.4", "workbox-broadcast-update": "^6.5.4", - "workbox-cacheable-response": "^6.5.4", + "workbox-cacheable-response": "^7.1.0", "workbox-core": "^6.5.4", "workbox-expiration": "^6.5.4", "workbox-google-analytics": "^6.5.4", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index dc66cee..6204be6 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -10049,13 +10049,20 @@ workbox-build@6.6.1: workbox-sw "6.6.1" workbox-window "6.6.1" -workbox-cacheable-response@6.6.1, workbox-cacheable-response@^6.5.4: +workbox-cacheable-response@6.6.1: version "6.6.1" resolved "https://registry.yarnpkg.com/workbox-cacheable-response/-/workbox-cacheable-response-6.6.1.tgz#284c2b86be3f4fd191970ace8c8e99797bcf58e9" integrity sha512-85LY4veT2CnTCDxaVG7ft3NKaFbH6i4urZXgLiU4AiwvKqS2ChL6/eILiGRYXfZ6gAwDnh5RkuDbr/GMS4KSag== dependencies: workbox-core "6.6.1" +workbox-cacheable-response@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/workbox-cacheable-response/-/workbox-cacheable-response-7.1.0.tgz#d138cc8ef2c32a9f28f29c5b2b0a8681da846c33" + integrity sha512-iwsLBll8Hvua3xCuBB9h92+/e0wdsmSVgR2ZlvcfjepZWwhd3osumQB3x9o7flj+FehtWM2VHbZn8UJeBXXo6Q== + dependencies: + workbox-core "7.1.0" + workbox-core@6.6.1, workbox-core@^6.5.4: version "6.6.1" resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-6.6.1.tgz#7184776d4134c5ed2f086878c882728fc9084265"