diff --git a/package-lock.json b/package-lock.json index 1f43719..bae7f2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1378,16 +1378,6 @@ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz", "integrity": "sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==" }, - "cidr-js": { - "version": "git+https://github.com/jas-/cidr-js.git#8bbf8227780da869d082096847fe3d9a74bf8ef4", - "from": "git+https://github.com/jas-/cidr-js.git#v2.3.2", - "requires": { - "bluebird": "^2.9.21", - "ip-subnet-calculator": "^1.0.2", - "line-by-line": "^0.1.3", - "locutus": "^2.0.9" - } - }, "class-utils": { "version": "0.3.6", "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", @@ -3314,6 +3304,18 @@ "netmask": "^1.0.6", "stack-trace": "0.0.10", "xml2js": "^0.4.22" + }, + "dependencies": { + "cidr-js": { + "version": "git+https://github.com/jas-/cidr-js.git#8bbf8227780da869d082096847fe3d9a74bf8ef4", + "from": "git+https://github.com/jas-/cidr-js.git#v2.3.2", + "requires": { + "bluebird": "^2.9.21", + "ip-subnet-calculator": "^1.0.2", + "line-by-line": "^0.1.3", + "locutus": "^2.0.9" + } + } } }, "line-by-line": { @@ -3348,9 +3350,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.sortby": { "version": "4.7.0",