diff --git a/package-lock.json b/package-lock.json index 409a894..70db2ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "chalk": "^4.1.0", "fs-extra": "^9.1.0", - "ip": "^1.1.5", + "ip": "^1.1.9", "is-port-available": "^0.1.5", "lookpath": "^1.1.0", "mustache": "^4.1.0", @@ -107,9 +107,9 @@ } }, "node_modules/ip": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", - "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.9.tgz", + "integrity": "sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==" }, "node_modules/is-port-available": { "version": "0.1.5", @@ -267,9 +267,9 @@ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, "ip": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", - "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.9.tgz", + "integrity": "sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==" }, "is-port-available": { "version": "0.1.5", diff --git a/package.json b/package.json index 95c4da4..51e37a9 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "chalk": "^4.1.0", "fs-extra": "^9.1.0", - "ip": "^1.1.5", + "ip": "^1.1.9", "is-port-available": "^0.1.5", "lookpath": "^1.1.0", "mustache": "^4.1.0",