diff --git a/package-lock.json b/package-lock.json index 857ed40..d5bd120 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@babel/plugin-transform-optional-chaining": "7.22.6", "@babel/preset-env": "7.21.4", "@babel/preset-react": "7.18.6", - "async": "3.2.4", + "async": "3.2.5", "autoprefixer": "9.8.8", "babel-eslint": "10.1.0", "babel-loader": "8.3.0", @@ -4118,9 +4118,9 @@ } }, "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.5", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", + "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", "dev": true }, "node_modules/async-each": { @@ -25173,9 +25173,9 @@ "optional": 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.5", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", + "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", "dev": true }, "async-each": { diff --git a/package.json b/package.json index 2c43729..4537a99 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@babel/plugin-transform-optional-chaining": "7.22.6", "@babel/preset-env": "7.21.4", "@babel/preset-react": "7.18.6", - "async": "3.2.4", + "async": "3.2.5", "autoprefixer": "9.8.8", "babel-eslint": "10.1.0", "babel-loader": "8.3.0",