From ae5d5e22c32dd04b90d9151070b478ecfccba1ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 03:26:18 +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/polarity/project/2eb176d3-1c58-4202-9f99-22cddad39eec?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 703590c..fcfa7e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "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==" }, "pg": { "version": "8.11.5", diff --git a/package.json b/package.json index b47618c..06aa766 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "./integration.js", "private": true, "dependencies": { - "async": "^3.2.5", + "async": "^3.2.6", "pg": "^8.11.5" } }