diff --git a/package-lock.json b/package-lock.json index 5a1cce8..f662f9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,9 +47,9 @@ "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==" }, "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==" }, "asynckit": { "version": "0.4.0", @@ -374,4 +374,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index e840132..4d06dba 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "./integration.js", "private": true, "dependencies": { - "async": "^3.2.4", + "async": "^3.2.5", "postman-request": "^2.88.1-postman.31", "lodash": "^4.17.21" }