diff --git a/package-lock.json b/package-lock.json index 6894c6a..55a6341 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,6 +14,7 @@ "@emotion/styled": "^11.11.0", "@mui/material": "^5.14.11", "adm-zip": "^0.5.10", + "async-mutex": "^0.4.0", "axios": "^1.5.0", "classnames": "^2.3.2", "electron-debug": "^3.2.0", @@ -7582,6 +7583,14 @@ "node": ">=0.12.0" } }, + "node_modules/async-mutex": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/async-mutex/-/async-mutex-0.4.0.tgz", + "integrity": "sha512-eJFZ1YhRR8UN8eBLoNzcDPcy/jqjsg6I1AP+KvWQX80BqOSW1oJPJXDylPUEeMr2ZQvHgnQ//Lp6f3RQ1zI7HA==", + "dependencies": { + "tslib": "^2.4.0" + } + }, "node_modules/asynciterator.prototype": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz",