added mutex dep

This commit is contained in:
Ben
2023-10-05 00:17:48 -05:00
parent 37778bbe39
commit ea9e8852fe

9
package-lock.json generated
View File

@@ -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",