diff --git a/frontend/package.json b/frontend/package.json index b5a8c62cea7..f91b0b135d7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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", diff --git a/package-lock.json b/package-lock.json index 7e237207513..8c72e31c76d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": {