From 584eedbadd858ea5ec91487c702510aadc0befb4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 03:19:07 +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/6d3ddc04-0690-47dd-b08a-48f4c118f461?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 697ca6a..d80a475 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,9 +58,9 @@ "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==" }, "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==" }, "asynckit": { "version": "0.4.0", diff --git a/package.json b/package.json index 07f7965..e30878a 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", "lodash.groupby": "^4.6.0", "lodash.get": "^4.4.2", "postman-request": "^2.88.1-postman.33"