From 41e48a0d6b7868007d7868d62ad6d5e4d4cf1d25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 05:24:11 +0000 Subject: [PATCH] build(deps): bump workbox-window from 6.1.1 to 6.5.1 Bumps [workbox-window](https://github.com/googlechrome/workbox) from 6.1.1 to 6.5.1. - [Release notes](https://github.com/googlechrome/workbox/releases) - [Commits](https://github.com/googlechrome/workbox/compare/v6.1.1...v6.5.1) --- updated-dependencies: - dependency-name: workbox-window dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 24 +++++++++++++++--------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 09ec2eaffec1..9a462a3263f9 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "unist-util-visit": "^2.0.3", "webpack-pwa-manifest": "^4.3.0", "webpack.vote": "https://github.com/webpack/voting-app.git", - "workbox-window": "^6.1.1" + "workbox-window": "^6.5.1" }, "resolutions": { "sitemap-static/minimist": "1.2.5", diff --git a/yarn.lock b/yarn.lock index 89456c80b9da..757053476798 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2409,6 +2409,11 @@ resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff" integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw== +"@types/trusted-types@^2.0.2": + version "2.0.2" + resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.2.tgz#fc25ad9943bcac11cceb8168db4f275e0e72e756" + integrity sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg== + "@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2", "@types/unist@^2.0.3": version "2.0.3" resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e" @@ -14215,10 +14220,10 @@ workbox-cacheable-response@^6.1.1: dependencies: workbox-core "^6.1.1" -workbox-core@^6.1.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-6.1.1.tgz#c8a9b424031b0cf7dacf9d7b8e023d126c9d0167" - integrity sha512-xsc/72AQxFtt2BHmwU8QtnVV+W5ln4nnYGuz9Q5sPWYGqW4cH0P+FpZDoGM59bmNEyNf+W9bEmidW//e5GsbwQ== +workbox-core@6.5.1, workbox-core@^6.1.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-6.5.1.tgz#0dba3bccf883a46dfa61cc412eaa3cb09bb549e6" + integrity sha512-qObXZ39aFJ2N8X7IUbGrJHKWguliCuU1jOXM/I4MTT84u9BiKD2rHMkIzgeRP1Ixu9+cXU4/XHJq3Cy0Qqc5hw== workbox-expiration@^6.1.1: version "6.1.1" @@ -14311,12 +14316,13 @@ workbox-webpack-plugin@^6.1.1: webpack-sources "^1.4.3" workbox-build "^6.1.1" -workbox-window@^6.1.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/workbox-window/-/workbox-window-6.1.1.tgz#c1d60f6a56b49235e36edc73c593fa470ffffc72" - integrity sha512-ZT1enHgi6gYfm+HgRWq8nkqLFEtjOjkq3yGV/qhMmKvI39/sIdO4g2LcjqhnUjbhweedX+9KOOu3U4xasQpGcQ== +workbox-window@^6.1.1, workbox-window@^6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/workbox-window/-/workbox-window-6.5.1.tgz#7b5ca29467b1da45dc9e2b5a1b89159d3eb9957a" + integrity sha512-oRlun9u7b7YEjo2fIDBqJkU2hXtrEljXcOytRhfeQRbqXxjUOpFgXSGRSAkmDx1MlKUNOSbr+zfi8h5n7In3yA== dependencies: - workbox-core "^6.1.1" + "@types/trusted-types" "^2.0.2" + workbox-core "6.5.1" wrap-ansi@^3.0.1: version "3.0.1"