From 90caf6e9c98afc8e556a44f5e5b6d2fd1ab9df0a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Dec 2022 01:29:09 +0000 Subject: [PATCH] fix: upgrade ip-cidr from 3.0.10 to 3.0.11 Snyk has created this PR to upgrade ip-cidr from 3.0.10 to 3.0.11. See this package in npm: https://www.npmjs.com/package/ip-cidr See this project in Snyk: https://app.snyk.io/org/marksmurphy/project/fefdf5f6-50c7-468c-97b0-aec1a60a6983?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",