diff --git a/package-lock.json b/package-lock.json index bbe470d..43a8c72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -132,9 +132,9 @@ "dev": true }, "async": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/async/-/async-1.0.0.tgz", - "integrity": "sha1-+PwEyjoTeErenhZBr5hXjPvWR6k=" + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", + "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==" }, "aws-sdk": { "version": "2.373.0", @@ -2424,11 +2424,11 @@ "dev": true }, "winston": { - "version": "2.4.5", - "resolved": "https://registry.npmjs.org/winston/-/winston-2.4.5.tgz", - "integrity": "sha512-TWoamHt5yYvsMarGlGEQE59SbJHqGsZV8/lwC+iCcGeAe0vUaOh+Lv6SYM17ouzC/a/LB1/hz/7sxFBtlu1l4A==", + "version": "2.4.6", + "resolved": "https://registry.npmjs.org/winston/-/winston-2.4.6.tgz", + "integrity": "sha512-J5Zu4p0tojLde8mIOyDSsmLmcP8I3Z6wtwpTDHx1+hGcdhxcJaAmG4CFtagkb+NiN1M9Ek4b42pzMWqfc9jm8w==", "requires": { - "async": "~1.0.0", + "async": "^3.2.3", "colors": "1.0.x", "cycle": "1.0.x", "eyes": "0.1.x", diff --git a/package.json b/package.json old mode 100755 new mode 100644 index b342175..b1d2664 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "joi": "^11.4.0", "no-kafka": "^3.4.3", "topcoder-healthcheck-dropin": "^1.0.3", - "winston": "^2.4.3" + "winston": "^2.4.6" }, "devDependencies": { "eslint-config-topcoder": "^2.0.0",