diff --git a/package-lock.json b/package-lock.json index 4e53c13f4..efa662ad2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@types/signals": "^1.0.4", "@types/throttle-debounce": "^5.0.2", "@uiw/react-textarea-code-editor": "^3.1.0", - "comlink": "^4.3.1", + "comlink": "^4.4.2", "command-exists": "^1.2.9", "convert-units": "^3.0.0-beta.7", "date-fns": "^4.1.0", @@ -8702,10 +8702,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==", - "license": "Apache-2.0" + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/comlink/-/comlink-4.4.2.tgz", + "integrity": "sha512-OxGdvBmJuNKSCMO4NTl1L47VRp6xn2wG4F/2hYzB6tiCb709otOxtEYCSvK80PtjODfXXZu8ds+Nw5kVCjqd2g==" }, "node_modules/comma-separated-tokens": { "version": "2.0.3", diff --git a/package.json b/package.json index e37fa0532..c4905e21a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@types/signals": "^1.0.4", "@types/throttle-debounce": "^5.0.2", "@uiw/react-textarea-code-editor": "^3.1.0", - "comlink": "^4.3.1", + "comlink": "^4.4.2", "command-exists": "^1.2.9", "convert-units": "^3.0.0-beta.7", "date-fns": "^4.1.0",