mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-02 00:27:49 +01:00
Update workbox-build (#30172)
This commit is contained in:
@@ -31,7 +31,7 @@ index 8795ddcaa77aea7b0356417e4bc4b19e2b3f860c..fcdc68342d9ac53936c9ed40a9ccfc2f
|
|||||||
@@ -129,7 +129,10 @@ export async function injectManifest(
|
@@ -129,7 +129,10 @@ export async function injectManifest(
|
||||||
searchString: options.injectionPoint!,
|
searchString: options.injectionPoint!,
|
||||||
});
|
});
|
||||||
|
|
||||||
- filesToWrite[options.swDest] = source;
|
- filesToWrite[options.swDest] = source;
|
||||||
+ filesToWrite[options.swDest] = source.replace(
|
+ filesToWrite[options.swDest] = source.replace(
|
||||||
+ url!,
|
+ url!,
|
||||||
@@ -218,7 +218,7 @@
|
|||||||
"vitest": "4.1.0",
|
"vitest": "4.1.0",
|
||||||
"webpack-stats-plugin": "1.1.3",
|
"webpack-stats-plugin": "1.1.3",
|
||||||
"webpackbar": "7.0.0",
|
"webpackbar": "7.0.0",
|
||||||
"workbox-build": "patch:workbox-build@npm%3A7.1.1#~/.yarn/patches/workbox-build-npm-7.1.1-a854f3faae.patch"
|
"workbox-build": "patch:workbox-build@npm%3A7.4.0#~/.yarn/patches/workbox-build-npm-7.4.0-c84561662c.patch"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"lit": "3.3.2",
|
"lit": "3.3.2",
|
||||||
|
|||||||
358
yarn.lock
358
yarn.lock
@@ -1899,6 +1899,13 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@isaacs/cliui@npm:^9.0.0":
|
||||||
|
version: 9.0.0
|
||||||
|
resolution: "@isaacs/cliui@npm:9.0.0"
|
||||||
|
checksum: 10/8ea3d1009fd29071419209bb91ede20cf27e6e2a1630c5e0702d8b3f47f9e1a3f1c5a587fa2cb96d22d18219790327df49db1bcced573346bbaf4577cf46b643
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@isaacs/fs-minipass@npm:^4.0.0":
|
"@isaacs/fs-minipass@npm:^4.0.0":
|
||||||
version: 4.0.1
|
version: 4.0.1
|
||||||
resolution: "@isaacs/fs-minipass@npm:4.0.1"
|
resolution: "@isaacs/fs-minipass@npm:4.0.1"
|
||||||
@@ -8224,6 +8231,16 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"foreground-child@npm:^3.3.1":
|
||||||
|
version: 3.3.1
|
||||||
|
resolution: "foreground-child@npm:3.3.1"
|
||||||
|
dependencies:
|
||||||
|
cross-spawn: "npm:^7.0.6"
|
||||||
|
signal-exit: "npm:^4.0.1"
|
||||||
|
checksum: 10/427b33f997a98073c0424e5c07169264a62cda806d8d2ded159b5b903fdfc8f0a1457e06b5fc35506497acb3f1e353f025edee796300209ac6231e80edece835
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"forwarded@npm:0.2.0":
|
"forwarded@npm:0.2.0":
|
||||||
version: 0.2.0
|
version: 0.2.0
|
||||||
resolution: "forwarded@npm:0.2.0"
|
resolution: "forwarded@npm:0.2.0"
|
||||||
@@ -8280,13 +8297,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"fs.realpath@npm:^1.0.0":
|
|
||||||
version: 1.0.0
|
|
||||||
resolution: "fs.realpath@npm:1.0.0"
|
|
||||||
checksum: 10/e703107c28e362d8d7b910bbcbfd371e640a3bb45ae157a362b5952c0030c0b6d4981140ec319b347bce7adc025dd7813da1ff908a945ac214d64f5402a51b96
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"fsevents@npm:~2.3.2, fsevents@npm:~2.3.3":
|
"fsevents@npm:~2.3.2, fsevents@npm:~2.3.3":
|
||||||
version: 2.3.3
|
version: 2.3.3
|
||||||
resolution: "fsevents@npm:2.3.3"
|
resolution: "fsevents@npm:2.3.3"
|
||||||
@@ -8506,17 +8516,19 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"glob@npm:^7.1.6":
|
"glob@npm:^11.0.1":
|
||||||
version: 7.2.3
|
version: 11.1.0
|
||||||
resolution: "glob@npm:7.2.3"
|
resolution: "glob@npm:11.1.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
fs.realpath: "npm:^1.0.0"
|
foreground-child: "npm:^3.3.1"
|
||||||
inflight: "npm:^1.0.4"
|
jackspeak: "npm:^4.1.1"
|
||||||
inherits: "npm:2"
|
minimatch: "npm:^10.1.1"
|
||||||
minimatch: "npm:^3.1.1"
|
minipass: "npm:^7.1.2"
|
||||||
once: "npm:^1.3.0"
|
package-json-from-dist: "npm:^1.0.0"
|
||||||
path-is-absolute: "npm:^1.0.0"
|
path-scurry: "npm:^2.0.0"
|
||||||
checksum: 10/59452a9202c81d4508a43b8af7082ca5c76452b9fcc4a9ab17655822e6ce9b21d4f8fbadabe4fe3faef448294cec249af305e2cd824b7e9aaf689240e5e96a7b
|
bin:
|
||||||
|
glob: dist/esm/bin.mjs
|
||||||
|
checksum: 10/da4501819633daff8822c007bb3f93d5c4d2cbc7b15a8e886660f4497dd251a1fb4f53a85fba1e760b31704eff7164aeb2c7a82db10f9f2c362d12c02fe52cf3
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -8974,7 +8986,7 @@ __metadata:
|
|||||||
webpack-stats-plugin: "npm:1.1.3"
|
webpack-stats-plugin: "npm:1.1.3"
|
||||||
webpackbar: "npm:7.0.0"
|
webpackbar: "npm:7.0.0"
|
||||||
weekstart: "npm:2.0.0"
|
weekstart: "npm:2.0.0"
|
||||||
workbox-build: "patch:workbox-build@npm%3A7.1.1#~/.yarn/patches/workbox-build-npm-7.1.1-a854f3faae.patch"
|
workbox-build: "patch:workbox-build@npm%3A7.4.0#~/.yarn/patches/workbox-build-npm-7.4.0-c84561662c.patch"
|
||||||
workbox-cacheable-response: "npm:7.4.0"
|
workbox-cacheable-response: "npm:7.4.0"
|
||||||
workbox-core: "npm:7.4.0"
|
workbox-core: "npm:7.4.0"
|
||||||
workbox-expiration: "npm:7.4.0"
|
workbox-expiration: "npm:7.4.0"
|
||||||
@@ -9289,23 +9301,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"inflight@npm:^1.0.4":
|
|
||||||
version: 1.0.6
|
|
||||||
resolution: "inflight@npm:1.0.6"
|
|
||||||
dependencies:
|
|
||||||
once: "npm:^1.3.0"
|
|
||||||
wrappy: "npm:1"
|
|
||||||
checksum: 10/d2ebd65441a38c8336c223d1b80b921b9fa737e37ea466fd7e253cb000c64ae1f17fa59e68130ef5bda92cfd8d36b83d37dab0eb0a4558bcfec8e8cdfd2dcb67
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"inherits@npm:2, inherits@npm:^2.0.1, inherits@npm:^2.0.3, inherits@npm:^2.0.4, inherits@npm:~2.0.3, inherits@npm:~2.0.4":
|
|
||||||
version: 2.0.4
|
|
||||||
resolution: "inherits@npm:2.0.4"
|
|
||||||
checksum: 10/cd45e923bee15186c07fa4c89db0aace24824c482fb887b528304694b2aa6ff8a898da8657046a5dcf3e46cd6db6c61629551f9215f208d7c3f157cf9b290521
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"inherits@npm:2.0.3":
|
"inherits@npm:2.0.3":
|
||||||
version: 2.0.3
|
version: 2.0.3
|
||||||
resolution: "inherits@npm:2.0.3"
|
resolution: "inherits@npm:2.0.3"
|
||||||
@@ -9313,6 +9308,13 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"inherits@npm:^2.0.1, inherits@npm:^2.0.3, inherits@npm:^2.0.4, inherits@npm:~2.0.3, inherits@npm:~2.0.4":
|
||||||
|
version: 2.0.4
|
||||||
|
resolution: "inherits@npm:2.0.4"
|
||||||
|
checksum: 10/cd45e923bee15186c07fa4c89db0aace24824c482fb887b528304694b2aa6ff8a898da8657046a5dcf3e46cd6db6c61629551f9215f208d7c3f157cf9b290521
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"ini@npm:^1.3.4, ini@npm:~1.3.0":
|
"ini@npm:^1.3.4, ini@npm:~1.3.0":
|
||||||
version: 1.3.8
|
version: 1.3.8
|
||||||
resolution: "ini@npm:1.3.8"
|
resolution: "ini@npm:1.3.8"
|
||||||
@@ -9925,6 +9927,15 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"jackspeak@npm:^4.1.1":
|
||||||
|
version: 4.2.3
|
||||||
|
resolution: "jackspeak@npm:4.2.3"
|
||||||
|
dependencies:
|
||||||
|
"@isaacs/cliui": "npm:^9.0.0"
|
||||||
|
checksum: 10/b88e3fe5fa04d34f0f939a15b7cef4a8589999b7a366ef89a3e0f2c45d2a7666066b67cbf46d57c3a4796a76d27b9d869b23d96a803dd834200d222c2a70de7e
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"jake@npm:^10.8.5":
|
"jake@npm:^10.8.5":
|
||||||
version: 10.9.4
|
version: 10.9.4
|
||||||
resolution: "jake@npm:10.9.4"
|
resolution: "jake@npm:10.9.4"
|
||||||
@@ -10821,7 +10832,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"minimatch@npm:3.1.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2, minimatch@npm:^3.1.5":
|
"minimatch@npm:3.1.5, minimatch@npm:^3.1.2, minimatch@npm:^3.1.5":
|
||||||
version: 3.1.5
|
version: 3.1.5
|
||||||
resolution: "minimatch@npm:3.1.5"
|
resolution: "minimatch@npm:3.1.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -10830,12 +10841,12 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"minimatch@npm:^10.2.2":
|
"minimatch@npm:^10.1.1, minimatch@npm:^10.2.2":
|
||||||
version: 10.2.2
|
version: 10.2.4
|
||||||
resolution: "minimatch@npm:10.2.2"
|
resolution: "minimatch@npm:10.2.4"
|
||||||
dependencies:
|
dependencies:
|
||||||
brace-expansion: "npm:^5.0.2"
|
brace-expansion: "npm:^5.0.2"
|
||||||
checksum: 10/e135be7b502ac97c02bcee42ccc1c55dc26dbac036c0f4acde69e42fe339d7fb53fae711e57b3546cb533426382ea492c73a073c7f78832e0453d120d48dd015
|
checksum: 10/aea4874e521c55bb60744685bbffe3d152e5460f84efac3ea936e6bbe2ceba7deb93345fec3f9bb17f7b6946776073a64d40ae32bf5f298ad690308121068a1f
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -11265,7 +11276,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"once@npm:^1.3.0, once@npm:^1.4.0":
|
"once@npm:^1.4.0":
|
||||||
version: 1.4.0
|
version: 1.4.0
|
||||||
resolution: "once@npm:1.4.0"
|
resolution: "once@npm:1.4.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -11390,6 +11401,13 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"package-json-from-dist@npm:^1.0.0":
|
||||||
|
version: 1.0.1
|
||||||
|
resolution: "package-json-from-dist@npm:1.0.1"
|
||||||
|
checksum: 10/58ee9538f2f762988433da00e26acc788036914d57c71c246bf0be1b60cdbd77dd60b6a3e1a30465f0b248aeb80079e0b34cb6050b1dfa18c06953bb1cbc7602
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"pako@npm:^1.0.11, pako@npm:~1.0.2":
|
"pako@npm:^1.0.11, pako@npm:~1.0.2":
|
||||||
version: 1.0.11
|
version: 1.0.11
|
||||||
resolution: "pako@npm:1.0.11"
|
resolution: "pako@npm:1.0.11"
|
||||||
@@ -11520,13 +11538,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"path-is-absolute@npm:^1.0.0":
|
|
||||||
version: 1.0.1
|
|
||||||
resolution: "path-is-absolute@npm:1.0.1"
|
|
||||||
checksum: 10/060840f92cf8effa293bcc1bea81281bd7d363731d214cbe5c227df207c34cd727430f70c6037b5159c8a870b9157cba65e775446b0ab06fd5ecc7e54615a3b8
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"path-is-inside@npm:1.0.2":
|
"path-is-inside@npm:1.0.2":
|
||||||
version: 1.0.2
|
version: 1.0.2
|
||||||
resolution: "path-is-inside@npm:1.0.2"
|
resolution: "path-is-inside@npm:1.0.2"
|
||||||
@@ -11564,7 +11575,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"path-scurry@npm:^2.0.2":
|
"path-scurry@npm:^2.0.0, path-scurry@npm:^2.0.2":
|
||||||
version: 2.0.2
|
version: 2.0.2
|
||||||
resolution: "path-scurry@npm:2.0.2"
|
resolution: "path-scurry@npm:2.0.2"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -12328,7 +12339,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"rollup@npm:^2.43.1":
|
"rollup@npm:^2.79.2":
|
||||||
version: 2.80.0
|
version: 2.80.0
|
||||||
resolution: "rollup@npm:2.80.0"
|
resolution: "rollup@npm:2.80.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -12760,7 +12771,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"signal-exit@npm:^4.1.0":
|
"signal-exit@npm:^4.0.1, signal-exit@npm:^4.1.0":
|
||||||
version: 4.1.0
|
version: 4.1.0
|
||||||
resolution: "signal-exit@npm:4.1.0"
|
resolution: "signal-exit@npm:4.1.0"
|
||||||
checksum: 10/c9fa63bbbd7431066174a48ba2dd9986dfd930c3a8b59de9c29d7b6854ec1c12a80d15310869ea5166d413b99f041bfa3dd80a7947bcd44ea8e6eb3ffeabfa1f
|
checksum: 10/c9fa63bbbd7431066174a48ba2dd9986dfd930c3a8b59de9c29d7b6854ec1c12a80d15310869ea5166d413b99f041bfa3dd80a7947bcd44ea8e6eb3ffeabfa1f
|
||||||
@@ -14821,28 +14832,28 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"workbox-background-sync@npm:7.1.0":
|
"workbox-background-sync@npm:7.4.0":
|
||||||
version: 7.1.0
|
version: 7.4.0
|
||||||
resolution: "workbox-background-sync@npm:7.1.0"
|
resolution: "workbox-background-sync@npm:7.4.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
idb: "npm:^7.0.1"
|
idb: "npm:^7.0.1"
|
||||||
workbox-core: "npm:7.1.0"
|
workbox-core: "npm:7.4.0"
|
||||||
checksum: 10/0a303af41a02703ecd962c9a003eebd437e4373a468f3ac4ab0b7969a6849bc98a51f1b48915423dee2f5315d8ae34407465aa3a609ea683499043d1a9b44366
|
checksum: 10/dbd994d787d84bd43089a47fef8c1258c645edeade13f59ea013ea0fd4abaf39ab546984c5d144eb5372c994e90e02e7467ca26a51b629b20db5a472d45b20a5
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"workbox-broadcast-update@npm:7.1.0":
|
"workbox-broadcast-update@npm:7.4.0":
|
||||||
version: 7.1.0
|
version: 7.4.0
|
||||||
resolution: "workbox-broadcast-update@npm:7.1.0"
|
resolution: "workbox-broadcast-update@npm:7.4.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
workbox-core: "npm:7.1.0"
|
workbox-core: "npm:7.4.0"
|
||||||
checksum: 10/8dd87c05b14c0e7f03711d8a189949d5b16a33c53fc0d252569ba4758e450baca2d1aac45628b4210532c930176b1796a2a917be51000289001e401bdc5d3915
|
checksum: 10/dc37f5679ef376085b70acab08edbbd75ad2ff35636e9b9ca750e2ca9020778d19010dd0f1fddd6c027085e878474c6c41265a2e8f3370571195768b55953580
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"workbox-build@npm:7.1.1":
|
"workbox-build@npm:7.4.0":
|
||||||
version: 7.1.1
|
version: 7.4.0
|
||||||
resolution: "workbox-build@npm:7.1.1"
|
resolution: "workbox-build@npm:7.4.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@apideck/better-ajv-errors": "npm:^0.3.1"
|
"@apideck/better-ajv-errors": "npm:^0.3.1"
|
||||||
"@babel/core": "npm:^7.24.4"
|
"@babel/core": "npm:^7.24.4"
|
||||||
@@ -14857,37 +14868,37 @@ __metadata:
|
|||||||
common-tags: "npm:^1.8.0"
|
common-tags: "npm:^1.8.0"
|
||||||
fast-json-stable-stringify: "npm:^2.1.0"
|
fast-json-stable-stringify: "npm:^2.1.0"
|
||||||
fs-extra: "npm:^9.0.1"
|
fs-extra: "npm:^9.0.1"
|
||||||
glob: "npm:^7.1.6"
|
glob: "npm:^11.0.1"
|
||||||
lodash: "npm:^4.17.20"
|
lodash: "npm:^4.17.20"
|
||||||
pretty-bytes: "npm:^5.3.0"
|
pretty-bytes: "npm:^5.3.0"
|
||||||
rollup: "npm:^2.43.1"
|
rollup: "npm:^2.79.2"
|
||||||
source-map: "npm:^0.8.0-beta.0"
|
source-map: "npm:^0.8.0-beta.0"
|
||||||
stringify-object: "npm:^3.3.0"
|
stringify-object: "npm:^3.3.0"
|
||||||
strip-comments: "npm:^2.0.1"
|
strip-comments: "npm:^2.0.1"
|
||||||
tempy: "npm:^0.6.0"
|
tempy: "npm:^0.6.0"
|
||||||
upath: "npm:^1.2.0"
|
upath: "npm:^1.2.0"
|
||||||
workbox-background-sync: "npm:7.1.0"
|
workbox-background-sync: "npm:7.4.0"
|
||||||
workbox-broadcast-update: "npm:7.1.0"
|
workbox-broadcast-update: "npm:7.4.0"
|
||||||
workbox-cacheable-response: "npm:7.1.0"
|
workbox-cacheable-response: "npm:7.4.0"
|
||||||
workbox-core: "npm:7.1.0"
|
workbox-core: "npm:7.4.0"
|
||||||
workbox-expiration: "npm:7.1.0"
|
workbox-expiration: "npm:7.4.0"
|
||||||
workbox-google-analytics: "npm:7.1.0"
|
workbox-google-analytics: "npm:7.4.0"
|
||||||
workbox-navigation-preload: "npm:7.1.0"
|
workbox-navigation-preload: "npm:7.4.0"
|
||||||
workbox-precaching: "npm:7.1.0"
|
workbox-precaching: "npm:7.4.0"
|
||||||
workbox-range-requests: "npm:7.1.0"
|
workbox-range-requests: "npm:7.4.0"
|
||||||
workbox-recipes: "npm:7.1.0"
|
workbox-recipes: "npm:7.4.0"
|
||||||
workbox-routing: "npm:7.1.0"
|
workbox-routing: "npm:7.4.0"
|
||||||
workbox-strategies: "npm:7.1.0"
|
workbox-strategies: "npm:7.4.0"
|
||||||
workbox-streams: "npm:7.1.0"
|
workbox-streams: "npm:7.4.0"
|
||||||
workbox-sw: "npm:7.1.0"
|
workbox-sw: "npm:7.4.0"
|
||||||
workbox-window: "npm:7.1.0"
|
workbox-window: "npm:7.4.0"
|
||||||
checksum: 10/65eb75fc67fd14f415e6978c1f6431c21d6b27bdaec7e5438d8586719c6b09aaad5cec6ecd89684d1d414ff3b52c4eb2de3d748e1e0873b5a6ab3a2531fe034b
|
checksum: 10/c1a95a3a8c0879ec26274b7f6035bd71b6239cf149594f1ec5f9c1b55c58e47ca058bc7fd222bd166d948e255a385444b238ed9e73c1a24e0da33471072f1c3c
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"workbox-build@patch:workbox-build@npm%3A7.1.1#~/.yarn/patches/workbox-build-npm-7.1.1-a854f3faae.patch":
|
"workbox-build@patch:workbox-build@npm%3A7.4.0#~/.yarn/patches/workbox-build-npm-7.4.0-c84561662c.patch":
|
||||||
version: 7.1.1
|
version: 7.4.0
|
||||||
resolution: "workbox-build@patch:workbox-build@npm%3A7.1.1#~/.yarn/patches/workbox-build-npm-7.1.1-a854f3faae.patch::version=7.1.1&hash=cd5737"
|
resolution: "workbox-build@patch:workbox-build@npm%3A7.4.0#~/.yarn/patches/workbox-build-npm-7.4.0-c84561662c.patch::version=7.4.0&hash=cd5737"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@apideck/better-ajv-errors": "npm:^0.3.1"
|
"@apideck/better-ajv-errors": "npm:^0.3.1"
|
||||||
"@babel/core": "npm:^7.24.4"
|
"@babel/core": "npm:^7.24.4"
|
||||||
@@ -14902,40 +14913,31 @@ __metadata:
|
|||||||
common-tags: "npm:^1.8.0"
|
common-tags: "npm:^1.8.0"
|
||||||
fast-json-stable-stringify: "npm:^2.1.0"
|
fast-json-stable-stringify: "npm:^2.1.0"
|
||||||
fs-extra: "npm:^9.0.1"
|
fs-extra: "npm:^9.0.1"
|
||||||
glob: "npm:^7.1.6"
|
glob: "npm:^11.0.1"
|
||||||
lodash: "npm:^4.17.20"
|
lodash: "npm:^4.17.20"
|
||||||
pretty-bytes: "npm:^5.3.0"
|
pretty-bytes: "npm:^5.3.0"
|
||||||
rollup: "npm:^2.43.1"
|
rollup: "npm:^2.79.2"
|
||||||
source-map: "npm:^0.8.0-beta.0"
|
source-map: "npm:^0.8.0-beta.0"
|
||||||
stringify-object: "npm:^3.3.0"
|
stringify-object: "npm:^3.3.0"
|
||||||
strip-comments: "npm:^2.0.1"
|
strip-comments: "npm:^2.0.1"
|
||||||
tempy: "npm:^0.6.0"
|
tempy: "npm:^0.6.0"
|
||||||
upath: "npm:^1.2.0"
|
upath: "npm:^1.2.0"
|
||||||
workbox-background-sync: "npm:7.1.0"
|
workbox-background-sync: "npm:7.4.0"
|
||||||
workbox-broadcast-update: "npm:7.1.0"
|
workbox-broadcast-update: "npm:7.4.0"
|
||||||
workbox-cacheable-response: "npm:7.1.0"
|
workbox-cacheable-response: "npm:7.4.0"
|
||||||
workbox-core: "npm:7.1.0"
|
workbox-core: "npm:7.4.0"
|
||||||
workbox-expiration: "npm:7.1.0"
|
workbox-expiration: "npm:7.4.0"
|
||||||
workbox-google-analytics: "npm:7.1.0"
|
workbox-google-analytics: "npm:7.4.0"
|
||||||
workbox-navigation-preload: "npm:7.1.0"
|
workbox-navigation-preload: "npm:7.4.0"
|
||||||
workbox-precaching: "npm:7.1.0"
|
workbox-precaching: "npm:7.4.0"
|
||||||
workbox-range-requests: "npm:7.1.0"
|
workbox-range-requests: "npm:7.4.0"
|
||||||
workbox-recipes: "npm:7.1.0"
|
workbox-recipes: "npm:7.4.0"
|
||||||
workbox-routing: "npm:7.1.0"
|
workbox-routing: "npm:7.4.0"
|
||||||
workbox-strategies: "npm:7.1.0"
|
workbox-strategies: "npm:7.4.0"
|
||||||
workbox-streams: "npm:7.1.0"
|
workbox-streams: "npm:7.4.0"
|
||||||
workbox-sw: "npm:7.1.0"
|
workbox-sw: "npm:7.4.0"
|
||||||
workbox-window: "npm:7.1.0"
|
workbox-window: "npm:7.4.0"
|
||||||
checksum: 10/321a4f8d914ff3c1ac36e447d0c48e99d8925f4cdcff8332722c9273e93948f5a429de692149039622ce275cab454d6ba84144f9ae00a912b44b5d65f80695cc
|
checksum: 10/7663109543d786b75139fe5863f9dd31e667e9e724d90f4a86c177c81006356ad020acc902c54939074c98112e179d9a1d8b1e65666c2ca4139127ddaaf669bc
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"workbox-cacheable-response@npm:7.1.0":
|
|
||||||
version: 7.1.0
|
|
||||||
resolution: "workbox-cacheable-response@npm:7.1.0"
|
|
||||||
dependencies:
|
|
||||||
workbox-core: "npm:7.1.0"
|
|
||||||
checksum: 10/1eb294765256d5010325c702208b8f621ad59a0323981bdd8d9d991b9ab7888f39f9a051f90ba583840168cd3252852511666ddc3db64f20f91c97cbea159796
|
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -14948,13 +14950,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"workbox-core@npm:7.1.0":
|
|
||||||
version: 7.1.0
|
|
||||||
resolution: "workbox-core@npm:7.1.0"
|
|
||||||
checksum: 10/b890e0e257c12d3a818eee9dabdfdc8d7d228b89f9734f7612f14e664ca5414c511778d5aef5159248db4c6c161587cff6d2332f0543e3628a1e0cd5a1f0b3ac
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"workbox-core@npm:7.4.0":
|
"workbox-core@npm:7.4.0":
|
||||||
version: 7.4.0
|
version: 7.4.0
|
||||||
resolution: "workbox-core@npm:7.4.0"
|
resolution: "workbox-core@npm:7.4.0"
|
||||||
@@ -14962,16 +14957,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"workbox-expiration@npm:7.1.0":
|
|
||||||
version: 7.1.0
|
|
||||||
resolution: "workbox-expiration@npm:7.1.0"
|
|
||||||
dependencies:
|
|
||||||
idb: "npm:^7.0.1"
|
|
||||||
workbox-core: "npm:7.1.0"
|
|
||||||
checksum: 10/45c7a27b217355fc30929482625c43cbfa04c914162a26b92c7e91fcb3a20e9982b50026bf4bb37382a320e1426818e3726b999dce1c8c08d2aa330eee569308
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"workbox-expiration@npm:7.4.0":
|
"workbox-expiration@npm:7.4.0":
|
||||||
version: 7.4.0
|
version: 7.4.0
|
||||||
resolution: "workbox-expiration@npm:7.4.0"
|
resolution: "workbox-expiration@npm:7.4.0"
|
||||||
@@ -14982,35 +14967,24 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"workbox-google-analytics@npm:7.1.0":
|
"workbox-google-analytics@npm:7.4.0":
|
||||||
version: 7.1.0
|
version: 7.4.0
|
||||||
resolution: "workbox-google-analytics@npm:7.1.0"
|
resolution: "workbox-google-analytics@npm:7.4.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
workbox-background-sync: "npm:7.1.0"
|
workbox-background-sync: "npm:7.4.0"
|
||||||
workbox-core: "npm:7.1.0"
|
workbox-core: "npm:7.4.0"
|
||||||
workbox-routing: "npm:7.1.0"
|
workbox-routing: "npm:7.4.0"
|
||||||
workbox-strategies: "npm:7.1.0"
|
workbox-strategies: "npm:7.4.0"
|
||||||
checksum: 10/e3652b7f37306a01bcb819ab48799ad3e71362919a31dcbaa186bedb2509b0107d9bc525ca97f287a41095a339a1fb664de4d31af40dfd2ddec9a9fac7b1b75a
|
checksum: 10/2d42e25d113a5cf23dff10134af5bb94a81a2020a42a0562ae2cff3527798b4d8781f452601f8394ae5ca5f88ea7ea86bf1d1931720835608f9302394c232dea
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"workbox-navigation-preload@npm:7.1.0":
|
"workbox-navigation-preload@npm:7.4.0":
|
||||||
version: 7.1.0
|
version: 7.4.0
|
||||||
resolution: "workbox-navigation-preload@npm:7.1.0"
|
resolution: "workbox-navigation-preload@npm:7.4.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
workbox-core: "npm:7.1.0"
|
workbox-core: "npm:7.4.0"
|
||||||
checksum: 10/e4a2e40f1292b1a5e70c7efe69d280635b211c98577ef88f3941b4627e592bb5b21aae262da74636f06ea1fc61065e3002f41cff12f25b05de0259e2700b6ca8
|
checksum: 10/8cdd13a81b4890fe9d68ebe60d46ed78d0fe22850aa0ff5d521ca5928322bb609f504b2c4c4da69fa4a50fd447a0255c546e3ebc07898bcbd0c9acf580a9df7d
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"workbox-precaching@npm:7.1.0":
|
|
||||||
version: 7.1.0
|
|
||||||
resolution: "workbox-precaching@npm:7.1.0"
|
|
||||||
dependencies:
|
|
||||||
workbox-core: "npm:7.1.0"
|
|
||||||
workbox-routing: "npm:7.1.0"
|
|
||||||
workbox-strategies: "npm:7.1.0"
|
|
||||||
checksum: 10/4f91a1cb1fbc1af1f467e3aa4f1a315465a7537ea42d3fbc3f85da342b10085a64736e80de42611622b83650c422b8770a1fc7fb5008a75abfc07a8c1393e049
|
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -15025,35 +14999,26 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"workbox-range-requests@npm:7.1.0":
|
"workbox-range-requests@npm:7.4.0":
|
||||||
version: 7.1.0
|
version: 7.4.0
|
||||||
resolution: "workbox-range-requests@npm:7.1.0"
|
resolution: "workbox-range-requests@npm:7.4.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
workbox-core: "npm:7.1.0"
|
workbox-core: "npm:7.4.0"
|
||||||
checksum: 10/a92d9c28a1c033a4d9e8a958613f2d44b374ef6f4f7609bf8f574ae5fe41c0800b251fb17f8ca7cd3ebc3c53cdbc22fe5a4c5f0afabd63a5960cbe4333dbbf2a
|
checksum: 10/f66fcf6d2f19b8125254b0aa3b1e68b9f85b8ed483256c6dd32118bebb2f6cb245a3aed680f313b7c4b7207203edf4dbf17d9e8b33330be399c7f64b8b42fac6
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"workbox-recipes@npm:7.1.0":
|
"workbox-recipes@npm:7.4.0":
|
||||||
version: 7.1.0
|
version: 7.4.0
|
||||||
resolution: "workbox-recipes@npm:7.1.0"
|
resolution: "workbox-recipes@npm:7.4.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
workbox-cacheable-response: "npm:7.1.0"
|
workbox-cacheable-response: "npm:7.4.0"
|
||||||
workbox-core: "npm:7.1.0"
|
workbox-core: "npm:7.4.0"
|
||||||
workbox-expiration: "npm:7.1.0"
|
workbox-expiration: "npm:7.4.0"
|
||||||
workbox-precaching: "npm:7.1.0"
|
workbox-precaching: "npm:7.4.0"
|
||||||
workbox-routing: "npm:7.1.0"
|
workbox-routing: "npm:7.4.0"
|
||||||
workbox-strategies: "npm:7.1.0"
|
workbox-strategies: "npm:7.4.0"
|
||||||
checksum: 10/371daf94bc418e93038f26b677fdd50f1ae3f66937282dcfa7a67fdba3d871be22de3dc8b6192d125875df8e7ba56d110bedf82d4180380dd377ddc38655ea5a
|
checksum: 10/dc3d5ebcfff70d4b0d2eca6e444725293581cffef1993de83701ccd50ce2a1eda333e26078844c4a2ee70aba7adbc3aa50e803060ced4dd3f83cbb36178d15ff
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"workbox-routing@npm:7.1.0":
|
|
||||||
version: 7.1.0
|
|
||||||
resolution: "workbox-routing@npm:7.1.0"
|
|
||||||
dependencies:
|
|
||||||
workbox-core: "npm:7.1.0"
|
|
||||||
checksum: 10/3598d65801ae6fb1e05512aff1cc3a642c1e3beace248349c6401f678033433ec3083ea0849a28665f0bb11e2493e9e66b0d066ee5de59a84f70baa3a59d841c
|
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -15066,15 +15031,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"workbox-strategies@npm:7.1.0":
|
|
||||||
version: 7.1.0
|
|
||||||
resolution: "workbox-strategies@npm:7.1.0"
|
|
||||||
dependencies:
|
|
||||||
workbox-core: "npm:7.1.0"
|
|
||||||
checksum: 10/52734ecce926ba6c135b5c7cb31906e40ad6bc767c77d45e74414b8adbb980f8a81bc1253af64750ce22202d0f1c4f01161785829cfb7bcb3f59408da9130555
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"workbox-strategies@npm:7.4.0":
|
"workbox-strategies@npm:7.4.0":
|
||||||
version: 7.4.0
|
version: 7.4.0
|
||||||
resolution: "workbox-strategies@npm:7.4.0"
|
resolution: "workbox-strategies@npm:7.4.0"
|
||||||
@@ -15084,30 +15040,30 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"workbox-streams@npm:7.1.0":
|
"workbox-streams@npm:7.4.0":
|
||||||
version: 7.1.0
|
version: 7.4.0
|
||||||
resolution: "workbox-streams@npm:7.1.0"
|
resolution: "workbox-streams@npm:7.4.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
workbox-core: "npm:7.1.0"
|
workbox-core: "npm:7.4.0"
|
||||||
workbox-routing: "npm:7.1.0"
|
workbox-routing: "npm:7.4.0"
|
||||||
checksum: 10/759011add716b69be2fc07f847476de6b299b451201e26861529156a8da9a145a9c10b5408f28937142dd82b796e08fdc0f557a7560ff4a9e1ec6affae1d1efb
|
checksum: 10/45780d01685ed29db3daca009d5f5ca6853cd4b8d6e7feb6a3875e645e306d24fbc5bdc892a21912f6b3a1b1a2793003aff874cf1f8bac9dcab9d97dd5b5d941
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"workbox-sw@npm:7.1.0":
|
"workbox-sw@npm:7.4.0":
|
||||||
version: 7.1.0
|
version: 7.4.0
|
||||||
resolution: "workbox-sw@npm:7.1.0"
|
resolution: "workbox-sw@npm:7.4.0"
|
||||||
checksum: 10/ece8081e41a45e2e42e0be597e5a2a8be8aa25ebf16a496599a76d4a044fc922e0b40d3fcb9c82682db1911b0d6e51e761593922c90f40d11d7b06f7a4b773c7
|
checksum: 10/8cef35bd71b6fb97b7b90667be105fd1360f36b1019bc80b60a71d6e01c60ee5f4d9a5196246689f6c625746103a579f7caa30891a4e6593995cc8d4393b5b0d
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"workbox-window@npm:7.1.0":
|
"workbox-window@npm:7.4.0":
|
||||||
version: 7.1.0
|
version: 7.4.0
|
||||||
resolution: "workbox-window@npm:7.1.0"
|
resolution: "workbox-window@npm:7.4.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/trusted-types": "npm:^2.0.2"
|
"@types/trusted-types": "npm:^2.0.2"
|
||||||
workbox-core: "npm:7.1.0"
|
workbox-core: "npm:7.4.0"
|
||||||
checksum: 10/2706c55b81857966c28087a2b0ef40b7791e1bd441b880b7525b7e1b4834ae89c4f1bcfdb07cc155487a85f7c566007e1f9edf65539d7f4a52e2ceee48f547b5
|
checksum: 10/6be3fd08cad364e7be6dc65a29874536ba647e5e7a4096b12c4b3db6c320e8505f1dfd558b16a6fff6bb822b559d5e06eb438052ecbc1e91d58645b5f735c38a
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user