diff --git a/package-lock.json b/package-lock.json index 7c0222e..9590e53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -159,9 +159,9 @@ "integrity": "sha1-sqRdpf36ILBJb8N2jMJ8EvqRan0=" }, "async": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", - "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=" + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "asynch": { "version": "0.5.2", diff --git a/package.json b/package.json index 05bcb93..e193816 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ } }, "dependencies": { - "async": "^1.4.2", + "async": "^3.2.2", "asynch": "^0.5.2", "axios": "^0.19.2", "babel-core": "^6.24.1",