diff --git a/package-lock.json b/package-lock.json index 0dd9728..f676305 100644 --- a/package-lock.json +++ b/package-lock.json @@ -605,13 +605,13 @@ } }, "@randy.tarampi/lwip": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@randy.tarampi/lwip/-/lwip-1.1.0.tgz", - "integrity": "sha512-SfP2vfb+jrLAT7vYsTjdleFmp7EFD0259vDTk6L9B2SwZ4XGWNGepYfiAt5Xmk0gsycTYQw+hzeNAC670B/bww==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@randy.tarampi/lwip/-/lwip-1.3.1.tgz", + "integrity": "sha512-32ERumzqS0G3uvTHokWGkdC5Ku+HUvtOwpKcQqT9r3r28QngQfAukYU1VLAxtwXyNRAVW/b+Ara5RWsK0pMzNg==", "requires": { "async": "^3.1.0", "bindings": "^1.5.0", - "decree": "0.0.6", + "decree": "^0.0.6", "nan": "^2.14.0" } }, @@ -1980,9 +1980,9 @@ "dev": true }, "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.0", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.0.tgz", + "integrity": "sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw==" }, "async-done": { "version": "1.3.2", diff --git a/package.json b/package.json index 6e7f8cf..ba25b63 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "node": ">=8" }, "dependencies": { - "@randy.tarampi/lwip": "^1.1.0", + "@randy.tarampi/lwip": "^1.3.1", "commander": "^5.1.0", "mkdirp": "^1.0.4", "snyk": "^1.316.1"