From 65b29a6818cb29dbb1a6542ba8e5463c8d566de7 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Thu, 8 Oct 2020 13:22:15 +0300 Subject: [PATCH] fix: upgrade async-mutex from 0.1.4 to 0.2.4 (#2275) Snyk has created this PR to upgrade async-mutex from 0.1.4 to 0.2.4. See this package in npm: https://www.npmjs.com/package/async-mutex See this project in Snyk: https://app.snyk.io/org/nmanovic/project/97fd3200-295e-491c-9793-aec3a299a1f7?utm_source=github&utm_medium=upgrade-pr Co-authored-by: Boris Sekachev --- cvat-data/package-lock.json | 16 +++++++++++++--- cvat-data/package.json | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/cvat-data/package-lock.json b/cvat-data/package-lock.json index b0b30127..c495676c 100644 --- a/cvat-data/package-lock.json +++ b/cvat-data/package-lock.json @@ -1239,9 +1239,19 @@ "dev": true }, "async-mutex": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/async-mutex/-/async-mutex-0.1.4.tgz", - "integrity": "sha512-zVWTmAnxxHaeB2B1te84oecI8zTDJ/8G49aVBblRX6be0oq6pAybNcUSxwfgVOmOjSCvN4aYZAqwtyNI8e1YGw==" + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/async-mutex/-/async-mutex-0.2.4.tgz", + "integrity": "sha512-fcQKOXUKMQc57JlmjBCHtkKNrfGpHyR7vu18RfuLfeTAf4hK9PgOadPR5cDrBQ682zasrLUhJFe7EKAHJOduDg==", + "requires": { + "tslib": "^2.0.0" + }, + "dependencies": { + "tslib": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.2.tgz", + "integrity": "sha512-wAH28hcEKwna96/UacuWaVspVLkg4x1aDM9JlzqaQTOFczCktkVAb5fmXChgandR1EraDPs2w8P+ozM+oafwxg==" + } + } }, "atob": { "version": "2.1.2", diff --git a/cvat-data/package.json b/cvat-data/package.json index 8387a4f3..8e590eb7 100644 --- a/cvat-data/package.json +++ b/cvat-data/package.json @@ -21,7 +21,7 @@ "worker-loader": "^2.0.0" }, "dependencies": { - "async-mutex": "^0.1.4", + "async-mutex": "^0.2.4", "jszip": "3.5.0" }, "scripts": {