From efd767be64563872ab334b7396c46e35e1b723b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 13:48:42 +0800 Subject: [PATCH] chore(deps): bump workbox-strategies from 5.1.4 to 6.4.2 (#6362) Bumps [workbox-strategies](https://github.com/googlechrome/workbox) from 5.1.4 to 6.4.2. - [Release notes](https://github.com/googlechrome/workbox/releases) - [Commits](https://github.com/googlechrome/workbox/compare/v5.1.4...v6.4.2) --- updated-dependencies: - dependency-name: workbox-strategies 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> --- website/package.json | 2 +- yarn.lock | 12 ++---------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/website/package.json b/website/package.json index e23317f779..3393c476bf 100644 --- a/website/package.json +++ b/website/package.json @@ -54,7 +54,7 @@ "remark-math": "^3.0.1", "unist-util-visit": "^2.0.2", "workbox-routing": "^5.0.0", - "workbox-strategies": "^5.0.0" + "workbox-strategies": "^6.4.2" }, "browserslist": { "production": [ diff --git a/yarn.lock b/yarn.lock index 65e274894a..aa4db737a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19303,28 +19303,20 @@ workbox-routing@6.4.2: dependencies: workbox-core "6.4.2" -workbox-routing@^5.0.0, workbox-routing@^5.1.4: +workbox-routing@^5.0.0: version "5.1.4" resolved "https://registry.yarnpkg.com/workbox-routing/-/workbox-routing-5.1.4.tgz#3e8cd86bd3b6573488d1a2ce7385e547b547e970" integrity sha512-8ljknRfqE1vEQtnMtzfksL+UXO822jJlHTIR7+BtJuxQ17+WPZfsHqvk1ynR/v0EHik4x2+826Hkwpgh4GKDCw== dependencies: workbox-core "^5.1.4" -workbox-strategies@6.4.2: +workbox-strategies@6.4.2, workbox-strategies@^6.4.2: version "6.4.2" resolved "https://registry.yarnpkg.com/workbox-strategies/-/workbox-strategies-6.4.2.tgz#50c02bf2d116918e1a8052df5f2c1e4103c62d5d" integrity sha512-YXh9E9dZGEO1EiPC3jPe2CbztO5WT8Ruj8wiYZM56XqEJp5YlGTtqRjghV+JovWOqkWdR+amJpV31KPWQUvn1Q== dependencies: workbox-core "6.4.2" -workbox-strategies@^5.0.0: - version "5.1.4" - resolved "https://registry.yarnpkg.com/workbox-strategies/-/workbox-strategies-5.1.4.tgz#96b1418ccdfde5354612914964074d466c52d08c" - integrity sha512-VVS57LpaJTdjW3RgZvPwX0NlhNmscR7OQ9bP+N/34cYMDzXLyA6kqWffP6QKXSkca1OFo/v6v7hW7zrrguo6EA== - dependencies: - workbox-core "^5.1.4" - workbox-routing "^5.1.4" - workbox-streams@6.4.2: version "6.4.2" resolved "https://registry.yarnpkg.com/workbox-streams/-/workbox-streams-6.4.2.tgz#3bc615cccebfd62dedf28315afb7d9ee177912a5"