From e0d06efa420ddad5ee03d0aaee421ab79268aa05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 01:13:58 +0000 Subject: [PATCH] chore(deps): update dependency async to v3.2.6 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ee3e96..19699a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@babel/plugin-transform-optional-chaining": "7.24.8", "@babel/preset-env": "7.25.3", "@babel/preset-react": "7.24.7", - "async": "3.2.5", + "async": "3.2.6", "autoprefixer": "9.8.8", "babel-eslint": "10.1.0", "babel-loader": "8.3.0", @@ -3990,9 +3990,9 @@ } }, "node_modules/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==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index c30476f..1b90ec3 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@babel/plugin-transform-optional-chaining": "7.24.8", "@babel/preset-env": "7.25.3", "@babel/preset-react": "7.24.7", - "async": "3.2.5", + "async": "3.2.6", "autoprefixer": "9.8.8", "babel-eslint": "10.1.0", "babel-loader": "8.3.0",