diff --git a/package-lock.json b/package-lock.json index 6cfe30a..26303e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -189,12 +189,9 @@ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, "async": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz", - "integrity": "sha1-YaKau2/MAm/qd+VtHG7FOnlZUfQ=", - "requires": { - "lodash": "^4.14.0" - } + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "asynckit": { "version": "0.4.0", @@ -1959,6 +1956,16 @@ "requires": { "async": "^2.6.0", "is-number-like": "^1.0.3" + }, + "dependencies": { + "async": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", + "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", + "requires": { + "lodash": "^4.17.14" + } + } } }, "prepend-http": { diff --git a/package.json b/package.json index ad3ef5c..32458fb 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@accept-nano/client": "^1.8.1", "apicache": "^1.6.2", - "async": "^2.6.0", + "async": "^3.2.2", "axios": "^0.21.2", "bcrypt-nodejs": "latest", "big.js": "^5.2.2",