From 7b53a8d664e472304727597cd4a8d6885d054915 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 10:20:11 +0000 Subject: [PATCH] fix: upgrade async from 3.2.5 to 3.2.6 Snyk has created this PR to upgrade async from 3.2.5 to 3.2.6. See this package in npm: async See this project in Snyk: https://app.snyk.io/org/dev-trilobyte/project/e592caf5-e7c1-4047-9b89-84118a673ff7?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb4e7aa6..367f7660 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "async": "3.2.5", + "async": "^3.2.6", "bcryptjs": "2.4.3", "body-parser": "1.20.2", "clipboard": "2.0.11", @@ -1164,9 +1164,10 @@ } }, "node_modules/async": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", - "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==" + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", + "license": "MIT" }, "node_modules/available-typed-arrays": { "version": "1.0.3", @@ -7334,9 +7335,9 @@ "dev": true }, "async": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", - "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==" + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" }, "available-typed-arrays": { "version": "1.0.3", diff --git a/package.json b/package.json index c87e68fb..bfac30b5 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ ], "main": "lib/app.js", "dependencies": { - "async": "3.2.5", + "async": "3.2.6", "bcryptjs": "2.4.3", "body-parser": "1.20.2", "clipboard": "2.0.11",