diff --git a/package-lock.json b/package-lock.json index c989551..20c25c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,9 +58,9 @@ "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==" }, "async": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", - "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==" + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" }, "asynckit": { "version": "0.4.0", diff --git a/package.json b/package.json index 80caad1..afce09e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "./integration.js", "private": true, "dependencies": { - "async": "^3.2.5", + "async": "^3.2.6", "lodash": "^4.17.21", "postman-request": "^2.88.1-postman.33" }