From 0cc3db952e11e36244c6d5517cc1d99eed0bcf41 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Tue, 21 Sep 2021 04:44:10 +0200 Subject: [PATCH] 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 --- cvat-data/package-lock.json | 14 +++++++------- cvat-data/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cvat-data/package-lock.json b/cvat-data/package-lock.json index ebbc20b5f..567783a72 100644 --- a/cvat-data/package-lock.json +++ b/cvat-data/package-lock.json @@ -1344,17 +1344,17 @@ "dev": true }, "async-mutex": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/async-mutex/-/async-mutex-0.3.1.tgz", - "integrity": "sha512-vRfQwcqBnJTLzVQo72Sf7KIUbcSUP5hNchx6udI1U6LuPQpfePgdjJzlCe76yFZ8pxlLjn9lwcl/Ya0TSOv0Tw==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/async-mutex/-/async-mutex-0.3.2.tgz", + "integrity": "sha512-HuTK7E7MT7jZEh1P9GtRW9+aTWiDWWi9InbZ5hjxrnRa39KS4BW04+xLBhYNS2aXhHUIKZSw3gj4Pn1pj+qGAA==", "requires": { - "tslib": "^2.1.0" + "tslib": "^2.3.1" }, "dependencies": { "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", - "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" } } }, diff --git a/cvat-data/package.json b/cvat-data/package.json index 390c133fd..0f3c1268a 100644 --- a/cvat-data/package.json +++ b/cvat-data/package.json @@ -34,7 +34,7 @@ "worker-loader": "^2.0.0" }, "dependencies": { - "async-mutex": "^0.3.1", + "async-mutex": "^0.3.2", "jszip": "3.7.1" } } -- GitLab