Skip to content

Commit

Permalink
chore(deps): update dependency workbox-webpack-plugin to v7 (#1653)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [workbox-webpack-plugin](https://togithub.com/GoogleChrome/workbox)
([source](https://togithub.com/googlechrome/workbox)) | [`^6.0.0` ->
`^7.0.0`](https://renovatebot.com/diffs/npm/workbox-webpack-plugin/6.5.0/7.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/workbox-webpack-plugin/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/workbox-webpack-plugin/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/workbox-webpack-plugin/6.5.0/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/workbox-webpack-plugin/6.5.0/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>googlechrome/workbox (workbox-webpack-plugin)</summary>

###
[`v7.0.0`](https://togithub.com/GoogleChrome/workbox/releases/tag/v7.0.0):
Workbox v7.0.0

[Compare
Source](https://togithub.com/googlechrome/workbox/compare/4a3c20d121efd878f3982760620f640e5bd67250...v7.0.0)

⚠️ Breaking changes

-   Minimum required version Node 16

###
[`v6.6.1`](https://togithub.com/googlechrome/workbox/compare/v6.6.0...4a3c20d121efd878f3982760620f640e5bd67250)

[Compare
Source](https://togithub.com/googlechrome/workbox/compare/v6.6.0...4a3c20d121efd878f3982760620f640e5bd67250)

###
[`v6.6.0`](https://togithub.com/googlechrome/workbox/compare/v6.5.4...v6.6.0)

[Compare
Source](https://togithub.com/googlechrome/workbox/compare/v6.5.4...v6.6.0)

###
[`v6.5.4`](https://togithub.com/GoogleChrome/workbox/releases/tag/v6.5.4)

[Compare
Source](https://togithub.com/googlechrome/workbox/compare/v6.5.3...v6.5.4)

#### What's New 👀

- Webpack plugin can be extended and subclasses can access the `config`
property
\[[#&#8203;3056](https://togithub.com/googlechrome/workbox/issues/3056)]
- In `workbox-precaching` during a fall back to the network, if the
request's `mode` is `no-cors`, `integrity` will not be used and the
cache entry will not be repaired.
\[[#&#8203;3099](https://togithub.com/googlechrome/workbox/issues/3099)]

#### What's fixed 🐛

- Integration tests fixes
\[[#&#8203;3102](https://togithub.com/googlechrome/workbox/issues/3102)
] &
\[[#&#8203;3103](https://togithub.com/googlechrome/workbox/issues/3103)]
-   Removed documentation typos

#### Misc 🤹

-   updated `idb` and `selenium-assitant` versions

#### Thank yous 🌿

- Thank you
[@&#8203;DibyodyutiMondal](https://togithub.com/DibyodyutiMondal) &
[@&#8203;theghostbel](https://togithub.com/theghostbel) for your
contributions!

**Full Changelog**:
GoogleChrome/workbox@v6.5.3...v6.5.4

###
[`v6.5.3`](https://togithub.com/googlechrome/workbox/compare/v6.5.2...v6.5.3)

[Compare
Source](https://togithub.com/googlechrome/workbox/compare/v6.5.2...v6.5.3)

###
[`v6.5.2`](https://togithub.com/GoogleChrome/workbox/releases/tag/v6.5.2):
Workbox v6.5.2

[Compare
Source](https://togithub.com/googlechrome/workbox/compare/v6.5.1...v6.5.2)

Workbox v6.5.2 includes a number of improvements to the TypeScript
documentation and exported types, which should in turn improve the
[generated
documentation](https://developer.chrome.com/docs/workbox/reference/).

A full changelog is available at
GoogleChrome/workbox@v6.5.1...v6.5.2

###
[`v6.5.1`](https://togithub.com/GoogleChrome/workbox/releases/tag/v6.5.1):
Workbox v6.5.1

[Compare
Source](https://togithub.com/googlechrome/workbox/compare/v6.5.0...v6.5.1)

The Workbox v6.5.1 release includes a few changes related to our
TypeScript interfaces and documentation.

A full changelog is available at
GoogleChrome/workbox@v6.5.0...v6.5.1

#### What's New

- Additional inline `@example`s of using our build tools have been added
to the TSDocs for `workbox-build` and `workbox-webpack-plugin`.
\[[#&#8203;3038](https://togithub.com/googlechrome/workbox/issues/3038)]
- The TypeScript type for the `generateSW()`, `injectManifest()`, and
`getManifest()` methods in `workbox-build` has been updated from
`unknown` to an appropriate actual type specific to each method. This
should lead to better TSDoc generation and type inferences for
developers. As this takes what was previously only a runtime check and
moves it to a compile-time check, we believe that it should be
functionally equivalent to prior releases, but if you run into problems,
please let us know by opening an issue.
\[[#&#8203;3037](https://togithub.com/googlechrome/workbox/issues/3037)]

#### What's Fixed

- We have re-added the `default` export to `workbox-webpack-plugin`.
\[[#&#8203;3036](https://togithub.com/googlechrome/workbox/issues/3036)]

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/chemicaltools/chemicaltools-web).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent a07f126 commit 75358a2
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 138 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
]
},
"resolutions": {
"@vue/cli-plugin-pwa/workbox-webpack-plugin": "^6.0.0",
"@vue/cli-plugin-pwa/workbox-webpack-plugin": "^7.0.0",
"@achrinza/node-ipc": "10.1.9"
},
"engines": {
Expand Down
274 changes: 137 additions & 137 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6574,10 +6574,10 @@ icss-utils@^4.0.0, icss-utils@^4.1.1:
dependencies:
postcss "^7.0.14"

idb@^6.1.4:
version "6.1.5"
resolved "https://registry.yarnpkg.com/idb/-/idb-6.1.5.tgz#dbc53e7adf1ac7c59f9b2bf56e00b4ea4fce8c7b"
integrity sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw==
idb@^7.0.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/idb/-/idb-7.1.1.tgz#d910ded866d32c7ced9befc5bfdf36f572ced72b"
integrity sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==

ieee754@^1.1.4:
version "1.2.1"
Expand Down Expand Up @@ -12841,25 +12841,25 @@ wordwrap@^1.0.0:
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=

workbox-background-sync@6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/workbox-background-sync/-/workbox-background-sync-6.5.0.tgz#50ba6bf19c71d21be29bb15ba0f317df7cfa8f44"
integrity sha512-rrekt/gt6qOIZsisj6QZfmAFPAnocq1Z603zAjt+qHmeXY8DLPOklVtvrXSaHoHH3qIjUq3SQY5s2x240iTIKw==
workbox-background-sync@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/workbox-background-sync/-/workbox-background-sync-7.0.0.tgz#2b84b96ca35fec976e3bd2794b70e4acec46b3a5"
integrity sha512-S+m1+84gjdueM+jIKZ+I0Lx0BDHkk5Nu6a3kTVxP4fdj3gKouRNmhO8H290ybnJTOPfBDtTMXSQA/QLTvr7PeA==
dependencies:
idb "^6.1.4"
workbox-core "6.5.0"
idb "^7.0.1"
workbox-core "7.0.0"

workbox-broadcast-update@6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/workbox-broadcast-update/-/workbox-broadcast-update-6.5.0.tgz#0104b9ea41b40f8c5e03780226de66bec15141f2"
integrity sha512-JC97c7tYqoGWcCfbKO9KHG6lkU+WhXCnDB2j1oFWEiv53nUHy3yjPpzMmAGNLD9oV5lInO15n6V18HfwgkhISw==
workbox-broadcast-update@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/workbox-broadcast-update/-/workbox-broadcast-update-7.0.0.tgz#7f611ca1a94ba8ac0aa40fa171c9713e0f937d22"
integrity sha512-oUuh4jzZrLySOo0tC0WoKiSg90bVAcnE98uW7F8GFiSOXnhogfNDGZelPJa+6KpGBO5+Qelv04Hqx2UD+BJqNQ==
dependencies:
workbox-core "6.5.0"
workbox-core "7.0.0"

workbox-build@6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/workbox-build/-/workbox-build-6.5.0.tgz#fd3579de7a91c188e8d857a4b265fe7170197204"
integrity sha512-da0/1b6//P9+ts7ofcIKcMVPyN6suJvjJASXokF7DsqvUmgRBPcCVV4KCy8QWjgfcz7mzuTpkSbdVHcPFJ/p0A==
workbox-build@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/workbox-build/-/workbox-build-7.0.0.tgz#02ab5ef2991b3369b8b9395703f08912212769b4"
integrity sha512-CttE7WCYW9sZC+nUYhQg3WzzGPr4IHmrPnjKiu3AMXsiNQKx+l4hHl63WTrnicLmKEKHScWDH8xsGBdrYgtBzg==
dependencies:
"@apideck/better-ajv-errors" "^0.3.1"
"@babel/core" "^7.11.1"
Expand All @@ -12883,132 +12883,132 @@ [email protected]:
strip-comments "^2.0.1"
tempy "^0.6.0"
upath "^1.2.0"
workbox-background-sync "6.5.0"
workbox-broadcast-update "6.5.0"
workbox-cacheable-response "6.5.0"
workbox-core "6.5.0"
workbox-expiration "6.5.0"
workbox-google-analytics "6.5.0"
workbox-navigation-preload "6.5.0"
workbox-precaching "6.5.0"
workbox-range-requests "6.5.0"
workbox-recipes "6.5.0"
workbox-routing "6.5.0"
workbox-strategies "6.5.0"
workbox-streams "6.5.0"
workbox-sw "6.5.0"
workbox-window "6.5.0"

workbox-cacheable-response@6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/workbox-cacheable-response/-/workbox-cacheable-response-6.5.0.tgz#cf91b2d4f4707295539596a480ab1c908f6cbfdd"
integrity sha512-sqAtWAiBwWvI8HG/2Do7BeKPhHuUczt22ORkAjkH9DfTq9LuWRFd6T4HAMqX5G8F1gM9XA2UPlxRrEeSpFIz/A==
dependencies:
workbox-core "6.5.0"

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-expiration@6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/workbox-expiration/-/workbox-expiration-6.5.0.tgz#3cf6a0c8b08b59efa235d26d443c8b7f173179cd"
integrity sha512-y3WRkKRy/gMuZZNkrLFahjY0QZtLoq+QfhTbVAsOGHVg1CCtnNbeFAnEidQs7UisI2BK76VqQPvM7hEOFyZ92A==
dependencies:
idb "^6.1.4"
workbox-core "6.5.0"

workbox-google-analytics@6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/workbox-google-analytics/-/workbox-google-analytics-6.5.0.tgz#86ee42bd1a72ec5aa41f32631ab7c8e5cf4c1602"
integrity sha512-CHHh55wMNCc/BV1URrzEM2Zjgf6g2CV6QpAAc1pBRqaLY5755PeQZbp3o8KbJEM7YsC9mIBeQVsOkSKkGS30bg==
dependencies:
workbox-background-sync "6.5.0"
workbox-core "6.5.0"
workbox-routing "6.5.0"
workbox-strategies "6.5.0"

workbox-navigation-preload@6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/workbox-navigation-preload/-/workbox-navigation-preload-6.5.0.tgz#3b73753a40e4d0cbae9520de232f2fc515f2c0f5"
integrity sha512-ktrRQzXJ0zFy0puOtCa49wE3BSBGUB8KRMot3tEieikCkSO0wMLmiCb9GwTVvNMJLl0THRlsdFoI93si04nTxA==
dependencies:
workbox-core "6.5.0"

workbox-precaching@6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/workbox-precaching/-/workbox-precaching-6.5.0.tgz#773d754b98f79cc13b646eaa7858e8b3ab740c37"
integrity sha512-IVLzgHx38T6LphJyEOltd7XAvpDi73p85uCT2ZtT1HHg9FAYC49a+5iHUVOnqye73fLW20eiAMFcnehGxz9RWg==
dependencies:
workbox-core "6.5.0"
workbox-routing "6.5.0"
workbox-strategies "6.5.0"

workbox-range-requests@6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/workbox-range-requests/-/workbox-range-requests-6.5.0.tgz#f36006f11aa86736ff815d200d0a5baf0e66c66e"
integrity sha512-+qTELdGZE5rOjuv+ifFrfRDN8Uvzpbm5Fal7qSUqB1V1DLCMxPwHCj6mWwQBRKBpW7G09kAwewH7zA3Asjkf/Q==
dependencies:
workbox-core "6.5.0"

workbox-recipes@6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/workbox-recipes/-/workbox-recipes-6.5.0.tgz#8400fbb515ac14e15043f13197a37e971e4ed04f"
integrity sha512-7hWZAIcXmvr31NwYSWaQIrnThCH/Dx9+eYv/YdkpUeWIXRiHRkYvP1FdiHItbLSjL4Y6K7cy2Y9y5lGCkgaE4w==
dependencies:
workbox-cacheable-response "6.5.0"
workbox-core "6.5.0"
workbox-expiration "6.5.0"
workbox-precaching "6.5.0"
workbox-routing "6.5.0"
workbox-strategies "6.5.0"

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.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/workbox-strategies/-/workbox-strategies-6.5.0.tgz#40269f7bd8b3160b42f06fa027230370a8b6f981"
integrity sha512-Ngnwo+tfGw4uKSlTz3h1fYKb/lCV7SDI/dtTb8VaJzRl0N9XssloDGYERBmF6BN/DV/x3bnRsshfobnKI/3z0g==
dependencies:
workbox-core "6.5.0"

workbox-streams@6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/workbox-streams/-/workbox-streams-6.5.0.tgz#8c2fd0af9b8e1a25f865ff254c44f6554a248ce1"
integrity sha512-ZbeaZINkju4x45P9DFyRbOYInE+dyNAJIelflz4f9AOAdm+zZUJCooU4MdfsedVhHiTIA6pCD/3jCmW1XbvlbA==
dependencies:
workbox-core "6.5.0"
workbox-routing "6.5.0"

workbox-sw@6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/workbox-sw/-/workbox-sw-6.5.0.tgz#19b47d72f598fd515fe32d2551d67bdb104434cb"
integrity sha512-uPGJ9Yost4yabnCko/IuhouquoQKrWOEqLq7L/xVYtltWe4+J8Hw8iPCVtxvXQ26hffd7MaFWUAN83j2ZWbxRg==

workbox-webpack-plugin@^4.3.1, workbox-webpack-plugin@^6.0.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/workbox-webpack-plugin/-/workbox-webpack-plugin-6.5.0.tgz#13efad7ebbe672db6e1e6b7ebf58093b76bc0cb0"
integrity sha512-wy4uCBJELNfJVf2b4Tg3mjJQySq/aReWv4Q1RxQweJkY9ihq7DOGA3wLlXvoauek+MX/SuQfS3it+eXIfHKjvg==
workbox-background-sync "7.0.0"
workbox-broadcast-update "7.0.0"
workbox-cacheable-response "7.0.0"
workbox-core "7.0.0"
workbox-expiration "7.0.0"
workbox-google-analytics "7.0.0"
workbox-navigation-preload "7.0.0"
workbox-precaching "7.0.0"
workbox-range-requests "7.0.0"
workbox-recipes "7.0.0"
workbox-routing "7.0.0"
workbox-strategies "7.0.0"
workbox-streams "7.0.0"
workbox-sw "7.0.0"
workbox-window "7.0.0"

workbox-cacheable-response@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/workbox-cacheable-response/-/workbox-cacheable-response-7.0.0.tgz#ee27c036728189eed69d25a135013053277482d2"
integrity sha512-0lrtyGHn/LH8kKAJVOQfSu3/80WDc9Ma8ng0p2i/5HuUndGttH+mGMSvOskjOdFImLs2XZIimErp7tSOPmu/6g==
dependencies:
workbox-core "7.0.0"

workbox-core@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-7.0.0.tgz#dec114ec923cc2adc967dd9be1b8a0bed50a3545"
integrity sha512-81JkAAZtfVP8darBpfRTovHg8DGAVrKFgHpOArZbdFd78VqHr5Iw65f2guwjE2NlCFbPFDoez3D3/6ZvhI/rwQ==

workbox-expiration@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/workbox-expiration/-/workbox-expiration-7.0.0.tgz#3d90bcf2a7577241de950f89784f6546b66c2baa"
integrity sha512-MLK+fogW+pC3IWU9SFE+FRStvDVutwJMR5if1g7oBJx3qwmO69BNoJQVaMXq41R0gg3MzxVfwOGKx3i9P6sOLQ==
dependencies:
idb "^7.0.1"
workbox-core "7.0.0"

workbox-google-analytics@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/workbox-google-analytics/-/workbox-google-analytics-7.0.0.tgz#603b2c4244af1e85de0fb26287d4e17d3293452a"
integrity sha512-MEYM1JTn/qiC3DbpvP2BVhyIH+dV/5BjHk756u9VbwuAhu0QHyKscTnisQuz21lfRpOwiS9z4XdqeVAKol0bzg==
dependencies:
workbox-background-sync "7.0.0"
workbox-core "7.0.0"
workbox-routing "7.0.0"
workbox-strategies "7.0.0"

workbox-navigation-preload@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/workbox-navigation-preload/-/workbox-navigation-preload-7.0.0.tgz#4913878dbbd97057181d57baa18d2bbdde085c6c"
integrity sha512-juWCSrxo/fiMz3RsvDspeSLGmbgC0U9tKqcUPZBCf35s64wlaLXyn2KdHHXVQrb2cqF7I0Hc9siQalainmnXJA==
dependencies:
workbox-core "7.0.0"

workbox-precaching@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/workbox-precaching/-/workbox-precaching-7.0.0.tgz#3979ba8033aadf3144b70e9fe631d870d5fbaa03"
integrity sha512-EC0vol623LJqTJo1mkhD9DZmMP604vHqni3EohhQVwhJlTgyKyOkMrZNy5/QHfOby+39xqC01gv4LjOm4HSfnA==
dependencies:
workbox-core "7.0.0"
workbox-routing "7.0.0"
workbox-strategies "7.0.0"

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@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/workbox-recipes/-/workbox-recipes-7.0.0.tgz#1a6a01c8c2dfe5a41eef0fed3fe517e8a45c6514"
integrity sha512-DntcK9wuG3rYQOONWC0PejxYYIDHyWWZB/ueTbOUDQgefaeIj1kJ7pdP3LZV2lfrj8XXXBWt+JDRSw1lLLOnww==
dependencies:
workbox-cacheable-response "7.0.0"
workbox-core "7.0.0"
workbox-expiration "7.0.0"
workbox-precaching "7.0.0"
workbox-routing "7.0.0"
workbox-strategies "7.0.0"

workbox-routing@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/workbox-routing/-/workbox-routing-7.0.0.tgz#6668438a06554f60645aedc77244a4fe3a91e302"
integrity sha512-8YxLr3xvqidnbVeGyRGkaV4YdlKkn5qZ1LfEePW3dq+ydE73hUUJJuLmGEykW3fMX8x8mNdL0XrWgotcuZjIvA==
dependencies:
workbox-core "7.0.0"

workbox-strategies@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/workbox-strategies/-/workbox-strategies-7.0.0.tgz#dcba32b3f3074476019049cc490fe1a60ea73382"
integrity sha512-dg3qJU7tR/Gcd/XXOOo7x9QoCI9nk74JopaJaYAQ+ugLi57gPsXycVdBnYbayVj34m6Y8ppPwIuecrzkpBVwbA==
dependencies:
workbox-core "7.0.0"

workbox-streams@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/workbox-streams/-/workbox-streams-7.0.0.tgz#36722aecd04785f88b6f709e541c094fc658c0f9"
integrity sha512-moVsh+5to//l6IERWceYKGiftc+prNnqOp2sgALJJFbnNVpTXzKISlTIsrWY+ogMqt+x1oMazIdHj25kBSq/HQ==
dependencies:
workbox-core "7.0.0"
workbox-routing "7.0.0"

workbox-sw@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/workbox-sw/-/workbox-sw-7.0.0.tgz#7350126411e3de1409f7ec243df8d06bb5b08b86"
integrity sha512-SWfEouQfjRiZ7GNABzHUKUyj8pCoe+RwjfOIajcx6J5mtgKkN+t8UToHnpaJL5UVVOf5YhJh+OHhbVNIHe+LVA==

workbox-webpack-plugin@^4.3.1, workbox-webpack-plugin@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/workbox-webpack-plugin/-/workbox-webpack-plugin-7.0.0.tgz#6c61661a2cacde1239192a5877a041a2943d1a55"
integrity sha512-R1ZzCHPfzeJjLK2/TpKUhxSQ3fFDCxlWxgRhhSjMQLz3G2MlBnyw/XeYb34e7SGgSv0qG22zEhMIzjMNqNeKbw==
dependencies:
fast-json-stable-stringify "^2.1.0"
pretty-bytes "^5.4.1"
upath "^1.2.0"
webpack-sources "^1.4.3"
workbox-build "6.5.0"
workbox-build "7.0.0"

workbox-window@6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/workbox-window/-/workbox-window-6.5.0.tgz#7cc3bf4d5c7e7e0b4da579bee9e8df8bd9ba2718"
integrity sha512-DOrhiTnWup/CsNstO2uvfdKM4kdStgHd31xGGvBcoCE3Are3DRcy5s3zz3PedcAR1AKskQj3BXz0UhzQiOq8nA==
workbox-window@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/workbox-window/-/workbox-window-7.0.0.tgz#a683ab33c896e4f16786794eac7978fc98a25d08"
integrity sha512-j7P/bsAWE/a7sxqTzXo3P2ALb1reTfZdvVp6OJ/uLr/C2kZAMvjeWGm8V4htQhor7DOvYg0sSbFN2+flT5U0qA==
dependencies:
"@types/trusted-types" "^2.0.2"
workbox-core "6.5.0"
workbox-core "7.0.0"

worker-farm@^1.7.0:
version "1.7.0"
Expand Down

0 comments on commit 75358a2

Please sign in to comment.