From b6fd76762c91efd5b09ca54756cee2685f8e07cc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Oct 2024 17:06:11 +0000 Subject: [PATCH] fix: upgrade async from 3.2.4 to 3.2.6 Snyk has created this PR to upgrade async from 3.2.4 to 3.2.6. See this package in npm: https://www.npmjs.com/package/async See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/eaa228f5-7b28-4c0a-873d-b83e6fe4fbfc?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 e53adc6f..e4bcb37d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "ajv": "8.11.0", "ajv-draft-04": "1.0.0", "ajv-formats": "2.1.1", - "async": "3.2.4", + "async": "^3.2.6", "commander": "2.20.3", "graphlib": "2.1.8", "js-yaml": "4.1.0", @@ -755,9 +755,10 @@ } }, "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.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.5", @@ -6188,9 +6189,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.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" }, "available-typed-arrays": { "version": "1.0.5", diff --git a/package.json b/package.json index ff9b5789..562e4d32 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "ajv": "8.11.0", "ajv-draft-04": "1.0.0", "ajv-formats": "2.1.1", - "async": "3.2.4", + "async": "3.2.6", "commander": "2.20.3", "js-yaml": "4.1.0", "json-schema-merge-allof": "0.8.1",