From 6a45f825b113eb09a4a2c02bf29c6b6af54cb171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 09:59:11 +0100 Subject: [PATCH] build(deps): bump workbox-range-requests in /frontend (#5) Bumps [workbox-range-requests](https://github.com/googlechrome/workbox) from 6.6.1 to 7.0.0. - [Release notes](https://github.com/googlechrome/workbox/releases) - [Commits](https://github.com/googlechrome/workbox/commits/v7.0.0) --- updated-dependencies: - dependency-name: workbox-range-requests 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 359451c..aa331fb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -36,7 +36,7 @@ "workbox-google-analytics": "^6.5.4", "workbox-navigation-preload": "^7.0.0", "workbox-precaching": "^6.5.4", - "workbox-range-requests": "^6.5.4", + "workbox-range-requests": "^7.0.0", "workbox-routing": "^6.5.4", "workbox-strategies": "^7.0.0", "workbox-streams": "^6.5.4" diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 0bebba4..af7269b 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -10112,13 +10112,20 @@ workbox-precaching@6.6.1, workbox-precaching@^6.5.4: workbox-routing "6.6.1" workbox-strategies "6.6.1" -workbox-range-requests@6.6.1, workbox-range-requests@^6.5.4: +workbox-range-requests@6.6.1: version "6.6.1" resolved "https://registry.yarnpkg.com/workbox-range-requests/-/workbox-range-requests-6.6.1.tgz#ddaf7e73af11d362fbb2f136a9063a4c7f507a39" integrity sha512-4BDzk28govqzg2ZpX0IFkthdRmCKgAKreontYRC5YsAPB2jDtPNxqx3WtTXgHw1NZalXpcH/E4LqUa9+2xbv1g== dependencies: workbox-core "6.6.1" +workbox-range-requests@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/workbox-range-requests/-/workbox-range-requests-7.0.0.tgz#97511901e043df27c1aa422adcc999a7751f52ed" + integrity sha512-SxAzoVl9j/zRU9OT5+IQs7pbJBOUOlriB8Gn9YMvi38BNZRbM+RvkujHMo8FOe9IWrqqwYgDFBfv6sk76I1yaQ== + dependencies: + workbox-core "7.0.0" + workbox-recipes@6.6.1: version "6.6.1" resolved "https://registry.yarnpkg.com/workbox-recipes/-/workbox-recipes-6.6.1.tgz#ea70d2b2b0b0bce8de0a9d94f274d4a688e69fae"