fix: upgrade async-mutex from 0.3.0 to 0.3.1 (#2955)

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

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

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
main
Nikita Manovich 5 years ago committed by GitHub
parent d33daa1669
commit b42d4b0e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1208,9 +1208,9 @@
"dev": true
},
"async-mutex": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/async-mutex/-/async-mutex-0.3.0.tgz",
"integrity": "sha512-6VIpUM7s37EMXvnO3TvujgaS6gx4yJby13BhxovMYSap7nrbS0gJ1UzGcjD+HElNSdTz/+IlAIqj7H48N0ZlyQ==",
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/async-mutex/-/async-mutex-0.3.1.tgz",
"integrity": "sha512-vRfQwcqBnJTLzVQo72Sf7KIUbcSUP5hNchx6udI1U6LuPQpfePgdjJzlCe76yFZ8pxlLjn9lwcl/Ya0TSOv0Tw==",
"requires": {
"tslib": "^2.1.0"
},

@ -21,7 +21,7 @@
"worker-loader": "^2.0.0"
},
"dependencies": {
"async-mutex": "^0.3.0",
"async-mutex": "^0.3.1",
"jszip": "3.6.0"
},
"scripts": {

Loading…
Cancel
Save