From 5f25df7d1967ec217b3611f5a17b88233cd3c152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 00:12:01 +0000 Subject: [PATCH] Bump workbox-routing from 6.4.2 to 6.5.0 in /vue Bumps [workbox-routing](https://github.com/googlechrome/workbox) from 6.4.2 to 6.5.0. - [Release notes](https://github.com/googlechrome/workbox/releases) - [Commits](https://github.com/googlechrome/workbox/compare/v6.4.2...v6.5.0) --- updated-dependencies: - dependency-name: workbox-routing dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- vue/package.json | 2 +- vue/yarn.lock | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/vue/package.json b/vue/package.json index 1a894ae1..bc8ec7da 100644 --- a/vue/package.json +++ b/vue/package.json @@ -56,7 +56,7 @@ "workbox-expiration": "^6.3.0", "workbox-navigation-preload": "^6.0.2", "workbox-precaching": "^6.3.0", - "workbox-routing": "^6.3.0", + "workbox-routing": "^6.5.0", "workbox-strategies": "^6.2.4" }, "eslintConfig": { diff --git a/vue/yarn.lock b/vue/yarn.lock index 8e08f5e9..6878845c 100644 --- a/vue/yarn.lock +++ b/vue/yarn.lock @@ -11089,6 +11089,11 @@ workbox-core@6.4.2: resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-6.4.2.tgz#f99fd36a211cc01dce90aa7d5f2c255e8fe9d6bc" integrity sha512-1U6cdEYPcajRXiboSlpJx6U7TvhIKbxRRerfepAJu2hniKwJ3DHILjpU/zx3yvzSBCWcNJDoFalf7Vgd7ey/rw== +workbox-core@6.5.0: + version "6.5.0" + resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-6.5.0.tgz#076e03840ca568bd04284e9f9f30e86c8dd09f1c" + integrity sha512-5SPwNipUzYBhrneLVT02JFA0fw3LG82jFAN/G2NzxkIW10t4MVZuML2nU94bbkgjq25u0fkY8+4JXzMfHgxEWQ== + workbox-core@^5.1.4: version "5.1.4" resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-5.1.4.tgz#8bbfb2362ecdff30e25d123c82c79ac65d9264f4" @@ -11185,7 +11190,7 @@ workbox-recipes@6.4.2: workbox-routing "6.4.2" workbox-strategies "6.4.2" -workbox-routing@6.4.2, workbox-routing@^6.3.0: +workbox-routing@6.4.2: version "6.4.2" resolved "https://registry.yarnpkg.com/workbox-routing/-/workbox-routing-6.4.2.tgz#65b1c61e8ca79bb9152f93263c26b1f248d09dcc" integrity sha512-0ss/n9PAcHjTy4Ad7l2puuod4WtsnRYu9BrmHcu6Dk4PgWeJo1t5VnGufPxNtcuyPGQ3OdnMdlmhMJ57sSrrSw== @@ -11199,6 +11204,13 @@ workbox-routing@^5.1.4: dependencies: workbox-core "^5.1.4" +workbox-routing@^6.5.0: + version "6.5.0" + resolved "https://registry.yarnpkg.com/workbox-routing/-/workbox-routing-6.5.0.tgz#cbc085a74622d35d599f0b5352d2b46e9b2e7ba8" + integrity sha512-w1A9OVa/yYStu9ds0Dj+TC6zOAoskKlczf+wZI5mrM9nFCt/KOMQiFp1/41DMFPrrN/8KlZTS3Cel/Ttutw93Q== + dependencies: + workbox-core "6.5.0" + workbox-strategies@6.4.2, workbox-strategies@^6.2.4: version "6.4.2" resolved "https://registry.yarnpkg.com/workbox-strategies/-/workbox-strategies-6.4.2.tgz#50c02bf2d116918e1a8052df5f2c1e4103c62d5d"