Skip to content

Commit 69c6b00

Browse files
committed
Update dependency workbox-build to v7.1.1
1 parent a6005a6 commit 69c6b00

File tree

2 files changed

+45
-2
lines changed

2 files changed

+45
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"vite": "5.2.11",
124124
"vite-plugin-prerender": "1.0.8",
125125
"vite-plugin-pwa": "0.20.0",
126-
"workbox-build": "7.1.0",
126+
"workbox-build": "7.1.1",
127127
"workbox-window": "7.1.0"
128128
},
129129
"browserslist": [

yarn.lock

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10028,7 +10028,50 @@ [email protected]:
1002810028
dependencies:
1002910029
workbox-core "7.1.0"
1003010030

10031-
[email protected], workbox-build@^7.1.0:
10031+
10032+
version "7.1.1"
10033+
resolved "https://registry.yarnpkg.com/workbox-build/-/workbox-build-7.1.1.tgz#bfbd4c44848c175b7773f921be3597cbfaaef827"
10034+
integrity sha512-WdkVdC70VMpf5NBCtNbiwdSZeKVuhTEd5PV3mAwpTQCGAB5XbOny1P9egEgNdetv4srAMmMKjvBk4RD58LpooA==
10035+
dependencies:
10036+
"@apideck/better-ajv-errors" "^0.3.1"
10037+
"@babel/core" "^7.24.4"
10038+
"@babel/preset-env" "^7.11.0"
10039+
"@babel/runtime" "^7.11.2"
10040+
"@rollup/plugin-babel" "^5.2.0"
10041+
"@rollup/plugin-node-resolve" "^15.2.3"
10042+
"@rollup/plugin-replace" "^2.4.1"
10043+
"@rollup/plugin-terser" "^0.4.3"
10044+
"@surma/rollup-plugin-off-main-thread" "^2.2.3"
10045+
ajv "^8.6.0"
10046+
common-tags "^1.8.0"
10047+
fast-json-stable-stringify "^2.1.0"
10048+
fs-extra "^9.0.1"
10049+
glob "^7.1.6"
10050+
lodash "^4.17.20"
10051+
pretty-bytes "^5.3.0"
10052+
rollup "^2.43.1"
10053+
source-map "^0.8.0-beta.0"
10054+
stringify-object "^3.3.0"
10055+
strip-comments "^2.0.1"
10056+
tempy "^0.6.0"
10057+
upath "^1.2.0"
10058+
workbox-background-sync "7.1.0"
10059+
workbox-broadcast-update "7.1.0"
10060+
workbox-cacheable-response "7.1.0"
10061+
workbox-core "7.1.0"
10062+
workbox-expiration "7.1.0"
10063+
workbox-google-analytics "7.1.0"
10064+
workbox-navigation-preload "7.1.0"
10065+
workbox-precaching "7.1.0"
10066+
workbox-range-requests "7.1.0"
10067+
workbox-recipes "7.1.0"
10068+
workbox-routing "7.1.0"
10069+
workbox-strategies "7.1.0"
10070+
workbox-streams "7.1.0"
10071+
workbox-sw "7.1.0"
10072+
workbox-window "7.1.0"
10073+
10074+
workbox-build@^7.1.0:
1003210075
version "7.1.0"
1003310076
resolved "https://registry.yarnpkg.com/workbox-build/-/workbox-build-7.1.0.tgz#64d1532f1b9ad04d2b8b43ce0b9af06ba3fdd159"
1003410077
integrity sha512-F6R94XAxjB2j4ETMkP1EXKfjECOtDmyvt0vz3BzgWJMI68TNSXIVNkgatwUKBlPGOfy9n2F/4voYRNAhEvPJNg==

0 commit comments

Comments
 (0)