mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-11-23 05:59:55 +00:00
chore(deps): update dependency comlink to v4.4.2 (#2492)
Some checks failed
Push & Release 🌍 / Automation 🎛️ (push) Has been cancelled
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Has been cancelled
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Has been cancelled
Push & Release 🌍 / Deploy 🚀 (push) Has been cancelled
Some checks failed
Push & Release 🌍 / Automation 🎛️ (push) Has been cancelled
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Has been cancelled
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Has been cancelled
Push & Release 🌍 / Deploy 🚀 (push) Has been cancelled
This update improves performance in a hot path.
This commit is contained in:
parent
c2a01df25b
commit
03b004c3c7
@ -28,7 +28,7 @@
|
||||
"audiomotion-analyzer": "4.5.0",
|
||||
"axios": "1.7.7",
|
||||
"blurhash": "2.0.5",
|
||||
"comlink": "4.4.1",
|
||||
"comlink": "4.4.2",
|
||||
"date-fns": "4.1.0",
|
||||
"defu": "6.1.4",
|
||||
"destr": "2.0.3",
|
||||
|
8
package-lock.json
generated
8
package-lock.json
generated
@ -37,7 +37,7 @@
|
||||
"audiomotion-analyzer": "4.5.0",
|
||||
"axios": "1.7.7",
|
||||
"blurhash": "2.0.5",
|
||||
"comlink": "4.4.1",
|
||||
"comlink": "4.4.2",
|
||||
"date-fns": "4.1.0",
|
||||
"defu": "6.1.4",
|
||||
"destr": "2.0.3",
|
||||
@ -4482,9 +4482,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/comlink": {
|
||||
"version": "4.4.1",
|
||||
"resolved": "https://registry.npmjs.org/comlink/-/comlink-4.4.1.tgz",
|
||||
"integrity": "sha512-+1dlx0aY5Jo1vHy/tSsIGpSkN4tS9rZSW8FIhG0JH/crs9wwweswIo/POr451r7bZww3hFbPAKnTpimzL/mm4Q==",
|
||||
"version": "4.4.2",
|
||||
"resolved": "https://registry.npmjs.org/comlink/-/comlink-4.4.2.tgz",
|
||||
"integrity": "sha512-OxGdvBmJuNKSCMO4NTl1L47VRp6xn2wG4F/2hYzB6tiCb709otOxtEYCSvK80PtjODfXXZu8ds+Nw5kVCjqd2g==",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/comment-parser": {
|
||||
|
Loading…
Reference in New Issue
Block a user