diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6049620..e2ff2e4 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,13 +1,13 @@ { "name": "thorin", - "version": "1.5.2", + "version": "1.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { "async": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/async/-/async-3.1.1.tgz", - "integrity": "sha512-X5Dj8hK1pJNC2Wzo2Rcp9FBVdJMGRR/S7V+lH46s8GVFhtbo5O4Le5GECCF/8PISVdkUA6mMPvgz7qTTD1rf1g==" + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "balanced-match": { "version": "1.0.0", diff --git a/package.json b/package.json index c15e844..08aba35 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "UNLOQ Systems", "version": "1.5.3", "dependencies": { - "async": "3.1.1", + "async": "3.2.2", "camelcase": "5.3.1", "colors": "1.4.0", "dot-object": "2.1.2",