From d50b18181ede32cde7a18c2abf7bd8c93109870a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Oct 2025 04:24:07 +0000 Subject: [PATCH] fix: upgrade async from 3.1.0 to 3.2.6 Snyk has created this PR to upgrade async from 3.1.0 to 3.2.6. See this package in npm: async See this project in Snyk: https://app.snyk.io/org/sysdig-architecture/project/1bf7d195-df59-4623-8f82-04e3a06e1324?utm_source=github&utm_medium=referral&page=upgrade-pr --- result/package-lock.json | 6 +++--- result/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/result/package-lock.json b/result/package-lock.json index e879f96601..f8b5810b55 100644 --- a/result/package-lock.json +++ b/result/package-lock.json @@ -29,9 +29,9 @@ "integrity": "sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==" }, "async": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/async/-/async-3.1.0.tgz", - "integrity": "sha512-4vx/aaY6j/j3Lw3fbCHNWP0pPaTCew3F6F3hYyl/tHs/ndmV1q7NW9T5yuJ2XAGwdQrP+6Wu20x06U4APo/iQQ==" + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" }, "backo2": { "version": "1.0.2", diff --git a/result/package.json b/result/package.json index 53a37e57d8..b8c82a13f0 100644 --- a/result/package.json +++ b/result/package.json @@ -9,7 +9,7 @@ "author": "", "license": "MIT", "dependencies": { - "async": "^3.1.0", + "async": "^3.2.6", "body-parser": "^1.19.0", "cookie-parser": "^1.4.4", "express": "^4.17.1",