diff --git a/package-lock.json b/package-lock.json index 2b15db3..070fc9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -86,9 +86,9 @@ } }, "lookpath": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/lookpath/-/lookpath-1.1.0.tgz", - "integrity": "sha512-B9NM7XpVfkyWqfOBI/UW0kVhGw7pJztsduch+1wkbYDi90mYK6/InFul3lG0hYko/VEcVMARVBJ5daFRc5aKCw==" + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/lookpath/-/lookpath-1.2.2.tgz", + "integrity": "sha512-k2Gmn8iV6qdME3ztZC2spubmQISimFOPLuQKiPaLcVdRz0IpdxrNClVepMlyTJlhodm/zG/VfbkWERm3kUIh+Q==" }, "mustache": { "version": "4.1.0", diff --git a/package.json b/package.json index 3530055..32af609 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "fs-extra": "^9.1.0", "ip": "^1.1.5", "is-port-available": "^0.1.5", - "lookpath": "^1.1.0", + "lookpath": "^1.2.2", "mustache": "^4.1.0", "slash": "^3.0.0", "sudo-prompt": "^9.2.1",