fix: upgrade async-mutex from 0.3.1 to 0.3.2 (#3696)

Snyk has created this PR to upgrade async-mutex from 0.3.1 to 0.3.2.

See this package in npm:
https://www.npmjs.com/package/async-mutex

See this project in Snyk:
https://app.snyk.io/org/cvat/project/6457ad1f-89ea-4fc9-a983-bdb963e74086?utm_source=github&utm_medium=upgrade-pr
main
Snyk bot 4 years ago committed by GitHub
parent df75d5f851
commit 0cc3db952e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1344,17 +1344,17 @@
"dev": true "dev": true
}, },
"async-mutex": { "async-mutex": {
"version": "0.3.1", "version": "0.3.2",
"resolved": "https://registry.npmjs.org/async-mutex/-/async-mutex-0.3.1.tgz", "resolved": "https://registry.npmjs.org/async-mutex/-/async-mutex-0.3.2.tgz",
"integrity": "sha512-vRfQwcqBnJTLzVQo72Sf7KIUbcSUP5hNchx6udI1U6LuPQpfePgdjJzlCe76yFZ8pxlLjn9lwcl/Ya0TSOv0Tw==", "integrity": "sha512-HuTK7E7MT7jZEh1P9GtRW9+aTWiDWWi9InbZ5hjxrnRa39KS4BW04+xLBhYNS2aXhHUIKZSw3gj4Pn1pj+qGAA==",
"requires": { "requires": {
"tslib": "^2.1.0" "tslib": "^2.3.1"
}, },
"dependencies": { "dependencies": {
"tslib": { "tslib": {
"version": "2.1.0", "version": "2.3.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
"integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
} }
} }
}, },

@ -34,7 +34,7 @@
"worker-loader": "^2.0.0" "worker-loader": "^2.0.0"
}, },
"dependencies": { "dependencies": {
"async-mutex": "^0.3.1", "async-mutex": "^0.3.2",
"jszip": "3.7.1" "jszip": "3.7.1"
} }
} }

Loading…
Cancel
Save