From 40d9ebf90baec0a83d9f7881287902b6a2eebec9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 03:36:12 +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/9bcab6c5-0414-4358-a88d-f459ac0086b8?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 package.json diff --git a/package-lock.json b/package-lock.json index afd524c..14cec59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -73,9 +73,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 old mode 100755 new mode 100644 index 58409d0..8fe61d1 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "author": "Polarity", "dependencies": { - "async": "^3.2.5", + "async": "^3.2.6", "node-cache": "^5.1.2", "postman-request": "^2.88.1-postman.33", "xbytes": "^1.8.0",