diff --git a/package-lock.json b/package-lock.json index ecbae60..5353279 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "chalk": "^4.1.2", "columnify": "^1.6.0", "debug": "^4.3.4", - "ip-cidr": "^3.0.10", + "ip-cidr": "^3.0.11", "is-valid-domain": "^0.1.6", "jsonexport": "^3.2.0", "multimatch": "^5.0.0", @@ -518,9 +518,9 @@ } }, "node_modules/ip-cidr": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/ip-cidr/-/ip-cidr-3.0.10.tgz", - "integrity": "sha512-PXSsrRYirsuaCI1qBVyVXRLUIpNzxm76eHd3UvN5NXTMUG85GWGZpr6P+70mimc5e7Nfh/tShmjk0oSywErMWg==", + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/ip-cidr/-/ip-cidr-3.0.11.tgz", + "integrity": "sha512-6pf3APV0cRWy7vk0ealQt7UeWPqpT4RQM0bR0miVY/XRiBV8hIkPSkEHctv1+GAUPIwT9qpUL57deYlYca9UEA==", "dependencies": { "ip-address": "^7.1.0", "jsbn": "^1.1.0" @@ -1370,9 +1370,9 @@ } }, "ip-cidr": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/ip-cidr/-/ip-cidr-3.0.10.tgz", - "integrity": "sha512-PXSsrRYirsuaCI1qBVyVXRLUIpNzxm76eHd3UvN5NXTMUG85GWGZpr6P+70mimc5e7Nfh/tShmjk0oSywErMWg==", + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/ip-cidr/-/ip-cidr-3.0.11.tgz", + "integrity": "sha512-6pf3APV0cRWy7vk0ealQt7UeWPqpT4RQM0bR0miVY/XRiBV8hIkPSkEHctv1+GAUPIwT9qpUL57deYlYca9UEA==", "requires": { "ip-address": "^7.1.0", "jsbn": "^1.1.0" diff --git a/package.json b/package.json index 3c40279..d489fb1 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "chalk": "^4.1.2", "columnify": "^1.6.0", "debug": "^4.3.4", - "ip-cidr": "^3.0.10", + "ip-cidr": "^3.0.11", "is-valid-domain": "^0.1.6", "jsonexport": "^3.2.0", "multimatch": "^5.0.0",