From a5019a85cbc085230208e2cc987c076660d56f2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 13:30:17 +0200 Subject: [PATCH] build(deps): bump workbox-cacheable-response in /frontend (#25) Bumps [workbox-cacheable-response](https://github.com/googlechrome/workbox) from 6.6.1 to 7.1.0. - [Release notes](https://github.com/googlechrome/workbox/releases) - [Commits](https://github.com/googlechrome/workbox/commits/v7.1.0) --- updated-dependencies: - dependency-name: workbox-cacheable-response dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- frontend/yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) 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"