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",