diff --git a/package-lock.json b/package-lock.json index cd61f6e..1a1cbec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@types/node": "^18.19.6", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", - "async-await-queue": "^1.2.1", + "async-await-queue": "^2.1.4", "benny": "^3.7.1", "chai": "^4.4.0", "chai-spies": "^1.1.0", @@ -1708,9 +1708,9 @@ } }, "node_modules/async-await-queue": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/async-await-queue/-/async-await-queue-1.2.1.tgz", - "integrity": "sha512-v2j+/EMzAnuJZ8I4570KJMFhi6G9g3WZyFh6cPnmQSJh3nLao77XpRt01kyFegQazPSKvue1yaIYDp/NfV/b0g==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/async-await-queue/-/async-await-queue-2.1.4.tgz", + "integrity": "sha512-3DpDtxkKO0O/FPlWbk/CrbexjuSxWm1CH1bXlVNVyMBIkKHhT5D85gzHmGJokG3ibNGWQ7pHBmStxUW/z/0LYQ==", "dev": true }, "node_modules/bail": { diff --git a/package.json b/package.json index f057b8d..8520c2c 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@types/node": "^18.19.6", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", - "async-await-queue": "^1.2.1", + "async-await-queue": "^2.1.4", "benny": "^3.7.1", "chai": "^4.4.0", "chai-spies": "^1.1.0",