diff --git a/package-lock.json b/package-lock.json index 00853020c938..2cc3c025ce91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -109,7 +109,7 @@ "@types/uuid": "^8.3.1", "@typescript-eslint/eslint-plugin": "^4.28.5", "@typescript-eslint/parser": "^4.28.5", - "async": "^3.2.0", + "async": "^3.2.2", "await-sleep": "0.0.1", "babel-plugin-styled-components": "^1.13.2", "babel-preset-env": "^1.7.0", @@ -5449,9 +5449,9 @@ } }, "node_modules/async": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.0.tgz", - "integrity": "sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==", "dev": true }, "node_modules/async-limiter": { @@ -29107,9 +29107,9 @@ "dev": true }, "async": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.0.tgz", - "integrity": "sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==", "dev": true }, "async-limiter": { diff --git a/package.json b/package.json index 61c72f369e37..4b61d1118a17 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "@types/uuid": "^8.3.1", "@typescript-eslint/eslint-plugin": "^4.28.5", "@typescript-eslint/parser": "^4.28.5", - "async": "^3.2.0", + "async": "^3.2.2", "await-sleep": "0.0.1", "babel-plugin-styled-components": "^1.13.2", "babel-preset-env": "^1.7.0",