From aa2fae50dea141aed2ee5fed5a276b301a4529bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 Nov 2023 14:08:12 +0000 Subject: [PATCH] fix: upgrade async from 3.2.4 to 3.2.5 Snyk has created this PR to upgrade async from 3.2.4 to 3.2.5. See this package in npm: https://www.npmjs.com/package/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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d7a7fba9..4d57c5ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "async": "3.2.4", + "async": "^3.2.5", "bcryptjs": "2.4.3", "body-parser": "1.20.2", "clipboard": "2.0.11", @@ -1068,9 +1068,9 @@ } }, "node_modules/async": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", - "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", + "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==" }, "node_modules/available-typed-arrays": { "version": "1.0.3", @@ -6931,9 +6931,9 @@ "dev": true }, "async": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", - "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", + "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==" }, "available-typed-arrays": { "version": "1.0.3", diff --git a/package.json b/package.json index 4e6b9b81..0a78582c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ ], "main": "lib/app.js", "dependencies": { - "async": "3.2.4", + "async": "3.2.5", "bcryptjs": "2.4.3", "body-parser": "1.20.2", "clipboard": "2.0.11",