diff --git a/package-lock.json b/package-lock.json index f45ce29..ffc54bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,9 +56,9 @@ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, "async": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/async/-/async-3.1.0.tgz", - "integrity": "sha512-4vx/aaY6j/j3Lw3fbCHNWP0pPaTCew3F6F3hYyl/tHs/ndmV1q7NW9T5yuJ2XAGwdQrP+6Wu20x06U4APo/iQQ==" + "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", diff --git a/package.json b/package.json index d1482ca..dfa4468 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "sample script for working with cloud cms APIs", "dependencies": { - "async": "^3.1.0", + "async": "^3.2.2", "basic-logger": "^0.4.4", "command-line-args": "^5.1.1", "command-line-usage": "^6.0.2",