From c850737d2432f5d30a64f24a2d066a47cfa6bc77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 04:57:59 +0000 Subject: [PATCH 1/3] chore(deps): bump workbox-window from 7.3.0 to 7.4.0 in /vue Bumps [workbox-window](https://github.com/googlechrome/workbox) from 7.3.0 to 7.4.0. - [Release notes](https://github.com/googlechrome/workbox/releases) - [Commits](https://github.com/googlechrome/workbox/compare/v7.3.0...v7.4.0) --- updated-dependencies: - dependency-name: workbox-window dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- vue/package.json | 2 +- vue/yarn.lock | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/vue/package.json b/vue/package.json index 8a4e1efdb..7e1259518 100644 --- a/vue/package.json +++ b/vue/package.json @@ -40,7 +40,7 @@ "vue-simple-calendar": "TandoorRecipes/vue-simple-calendar#lastvue2", "vue2-touch-events": "^3.2.3", "vuedraggable": "^2.24.3", - "workbox-window": "^7.3.0" + "workbox-window": "^7.4.0" }, "devDependencies": { "@babel/eslint-parser": "^7.28.5", diff --git a/vue/yarn.lock b/vue/yarn.lock index c9afca107..76eff1beb 100644 --- a/vue/yarn.lock +++ b/vue/yarn.lock @@ -11736,6 +11736,11 @@ workbox-core@7.3.0: resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-7.3.0.tgz#f24fb92041a0b7482fe2dd856544aaa9fa105248" integrity sha512-Z+mYrErfh4t3zi7NVTvOuACB0A/jA3bgxUN3PwtAVHvfEsZxV9Iju580VEETug3zYJRc0Dmii/aixI/Uxj8fmw== +workbox-core@7.4.0: + version "7.4.0" + resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-7.4.0.tgz#5cb59ae7655f2727423268fb1ba698f37809189d" + integrity sha512-6BMfd8tYEnN4baG4emG9U0hdXM4gGuDU3ectXuVHnj71vwxTFI7WOpQJC4siTOlVtGqCUtj0ZQNsrvi6kZZTAQ== + workbox-core@^5.1.4: version "5.1.4" resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-5.1.4.tgz#8bbfb2362ecdff30e25d123c82c79ac65d9264f4" @@ -11910,7 +11915,7 @@ workbox-webpack-plugin@^7.3.0: webpack-sources "^1.4.3" workbox-build "7.3.0" -workbox-window@7.3.0, workbox-window@^7.3.0: +workbox-window@7.3.0: version "7.3.0" resolved "https://registry.yarnpkg.com/workbox-window/-/workbox-window-7.3.0.tgz#e71bb0b4d880d2295c96bf1ccadb6cea0df51c07" integrity sha512-qW8PDy16OV1UBaUNGlTVcepzrlzyzNW/ZJvFQQs2j2TzGsg6IKjcpZC1RSquqQnTOafl5pCj5bGfAHlCjOOjdA== @@ -11925,6 +11930,14 @@ workbox-window@^5.1.4: dependencies: workbox-core "^5.1.4" +workbox-window@^7.4.0: + version "7.4.0" + resolved "https://registry.yarnpkg.com/workbox-window/-/workbox-window-7.4.0.tgz#5399a5261b8c34d9d102f2d832d5857ee4d5748a" + integrity sha512-/bIYdBLAVsNR3v7gYGaV4pQW3M3kEPx5E8vDxGvxo6khTrGtSSCS7QiFKv9ogzBgZiy0OXLP9zO28U/1nF1mfw== + dependencies: + "@types/trusted-types" "^2.0.2" + workbox-core "7.4.0" + worker-farm@^1.7.0: version "1.7.0" resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.7.0.tgz#26a94c5391bbca926152002f69b84a4bf772e5a8" From 44951bf648243d138d10b131ea722a463ec144ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 04:59:40 +0000 Subject: [PATCH 2/3] chore(deps-dev): bump workbox-background-sync in /vue Bumps [workbox-background-sync](https://github.com/googlechrome/workbox) from 7.3.0 to 7.4.0. - [Release notes](https://github.com/googlechrome/workbox/releases) - [Commits](https://github.com/googlechrome/workbox/compare/v7.3.0...v7.4.0) --- updated-dependencies: - dependency-name: workbox-background-sync dependency-version: 7.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- vue/package.json | 2 +- vue/yarn.lock | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/vue/package.json b/vue/package.json index 8a4e1efdb..414775ce9 100644 --- a/vue/package.json +++ b/vue/package.json @@ -66,7 +66,7 @@ "vue-cli-plugin-i18n": "^2.3.2", "vue-template-compiler": "^2.7.16", "webpack-bundle-tracker": "3.2.1", - "workbox-background-sync": "^7.3.0", + "workbox-background-sync": "^7.4.0", "workbox-expiration": "^7.3.0", "workbox-navigation-preload": "^7.3.0", "workbox-precaching": "^7.3.0", diff --git a/vue/yarn.lock b/vue/yarn.lock index c9afca107..2078a4898 100644 --- a/vue/yarn.lock +++ b/vue/yarn.lock @@ -11603,7 +11603,7 @@ word-wrap@^1.2.5: resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34" integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA== -workbox-background-sync@7.3.0, workbox-background-sync@^7.3.0: +workbox-background-sync@7.3.0: version "7.3.0" resolved "https://registry.yarnpkg.com/workbox-background-sync/-/workbox-background-sync-7.3.0.tgz#b6340731a8d5b42b9e75a8a87c8806928e6e6303" integrity sha512-PCSk3eK7Mxeuyatb22pcSx9dlgWNv3+M8PqPaYDokks8Y5/FX4soaOqj3yhAZr5k6Q5JWTOMYgaJBpbw11G9Eg== @@ -11618,6 +11618,14 @@ workbox-background-sync@^5.1.4: dependencies: workbox-core "^5.1.4" +workbox-background-sync@^7.4.0: + version "7.4.0" + resolved "https://registry.yarnpkg.com/workbox-background-sync/-/workbox-background-sync-7.4.0.tgz#5fcf83162b540f799966fdd8df0858f91b787d77" + integrity sha512-8CB9OxKAgKZKyNMwfGZ1XESx89GryWTfI+V5yEj8sHjFH8MFelUwYXEyldEK6M6oKMmn807GoJFUEA1sC4XS9w== + dependencies: + idb "^7.0.1" + workbox-core "7.4.0" + workbox-broadcast-update@7.3.0: version "7.3.0" resolved "https://registry.yarnpkg.com/workbox-broadcast-update/-/workbox-broadcast-update-7.3.0.tgz#bff86b91795c4b9fa46a758d1a7a151828623280" @@ -11736,6 +11744,11 @@ workbox-core@7.3.0: resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-7.3.0.tgz#f24fb92041a0b7482fe2dd856544aaa9fa105248" integrity sha512-Z+mYrErfh4t3zi7NVTvOuACB0A/jA3bgxUN3PwtAVHvfEsZxV9Iju580VEETug3zYJRc0Dmii/aixI/Uxj8fmw== +workbox-core@7.4.0: + version "7.4.0" + resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-7.4.0.tgz#5cb59ae7655f2727423268fb1ba698f37809189d" + integrity sha512-6BMfd8tYEnN4baG4emG9U0hdXM4gGuDU3ectXuVHnj71vwxTFI7WOpQJC4siTOlVtGqCUtj0ZQNsrvi6kZZTAQ== + workbox-core@^5.1.4: version "5.1.4" resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-5.1.4.tgz#8bbfb2362ecdff30e25d123c82c79ac65d9264f4" From 02eca7a50c4529cb877b5ea9d824beadb7f6d375 Mon Sep 17 00:00:00 2001 From: smilerz Date: Mon, 1 Dec 2025 16:37:17 -0600 Subject: [PATCH 3/3] updated lock file --- vue/yarn.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue/yarn.lock b/vue/yarn.lock index b7b12a9a1..b23ac0e5d 100644 --- a/vue/yarn.lock +++ b/vue/yarn.lock @@ -11623,7 +11623,7 @@ workbox-background-sync@^5.1.4: dependencies: workbox-core "^5.1.4" -workbox-background-sync@^7.4.0: +workbox-background-sync@^7.3.0: version "7.4.0" resolved "https://registry.yarnpkg.com/workbox-background-sync/-/workbox-background-sync-7.4.0.tgz#5fcf83162b540f799966fdd8df0858f91b787d77" integrity sha512-8CB9OxKAgKZKyNMwfGZ1XESx89GryWTfI+V5yEj8sHjFH8MFelUwYXEyldEK6M6oKMmn807GoJFUEA1sC4XS9w==