diff --git a/package-lock.json b/package-lock.json index 855b1d906..4bd524de4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6200,9 +6200,9 @@ } }, "queue-promise": { - "version": "1.3.31", - "resolved": "https://registry.npmjs.org/queue-promise/-/queue-promise-1.3.31.tgz", - "integrity": "sha512-wgHQf4ozFbcymxGY/QAC+oTZGxXq2jddh79c1BNHNepgS5DC1FZzqAFQ3Jan51G6ulYeLK+cHkskncf3+XzQBw==" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/queue-promise/-/queue-promise-2.0.1.tgz", + "integrity": "sha512-DKSMGwED5vK4rIC1kCVzQb61tF85F59d/YEDoZBTbDcYSDfeSd9d8klqNhyDEUwgz1kxdwxt3rcocuz9cNxRhQ==" }, "range-parser": { "version": "1.2.1", diff --git a/package.json b/package.json index 67cd98d69..665609aca 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "patch-package": "^6.1.2", "percent": "^2.2.0", "queue": "^6.0.1", - "queue-promise": "^1.3.0", + "queue-promise": "^2.0.1", "req-fast": "^0.2.19", "request": "^2.88.0", "sendmail": "^1.4.1",