diff --git a/cvat-data/package-lock.json b/cvat-data/package-lock.json index b0b30127..c495676c 100644 --- a/cvat-data/package-lock.json +++ b/cvat-data/package-lock.json @@ -1239,9 +1239,19 @@ "dev": true }, "async-mutex": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/async-mutex/-/async-mutex-0.1.4.tgz", - "integrity": "sha512-zVWTmAnxxHaeB2B1te84oecI8zTDJ/8G49aVBblRX6be0oq6pAybNcUSxwfgVOmOjSCvN4aYZAqwtyNI8e1YGw==" + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/async-mutex/-/async-mutex-0.2.4.tgz", + "integrity": "sha512-fcQKOXUKMQc57JlmjBCHtkKNrfGpHyR7vu18RfuLfeTAf4hK9PgOadPR5cDrBQ682zasrLUhJFe7EKAHJOduDg==", + "requires": { + "tslib": "^2.0.0" + }, + "dependencies": { + "tslib": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.2.tgz", + "integrity": "sha512-wAH28hcEKwna96/UacuWaVspVLkg4x1aDM9JlzqaQTOFczCktkVAb5fmXChgandR1EraDPs2w8P+ozM+oafwxg==" + } + } }, "atob": { "version": "2.1.2", diff --git a/cvat-data/package.json b/cvat-data/package.json index 8387a4f3..8e590eb7 100644 --- a/cvat-data/package.json +++ b/cvat-data/package.json @@ -21,7 +21,7 @@ "worker-loader": "^2.0.0" }, "dependencies": { - "async-mutex": "^0.1.4", + "async-mutex": "^0.2.4", "jszip": "3.5.0" }, "scripts": {