1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

revert ip-address upgrade, the release is not mature

This commit is contained in:
Massimo Candela
2020-10-03 13:20:57 +02:00
parent 2cf7f9c417
commit 51ec284a97
2 changed files with 9 additions and 4 deletions

11
package-lock.json generated
View File

@@ -3727,11 +3727,16 @@
} }
}, },
"ip-address": { "ip-address": {
"version": "7.0.0", "version": "6.4.0",
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-7.0.0.tgz", "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-6.4.0.tgz",
"integrity": "sha512-gtT2N3fpolCNVk+HNecVKCFuBcNxD/SGDwArCj1UHTYyV8HNzMfTtNcauxVma3D0tgvz5cdkpEBaE/GdcJGiaA==", "integrity": "sha512-c5uxc2WUTuRBVHT/6r4m7HIr/DfV0bF6DvLH3iZGSK8wp8iMwwZSgIq2do0asFf8q9ECug0SE+6+1ACMe4sorA==",
"requires": { "requires": {
"jsbn": "1.1.0", "jsbn": "1.1.0",
"lodash.find": "4.6.0",
"lodash.max": "4.0.1",
"lodash.merge": "4.6.2",
"lodash.padstart": "4.6.1",
"lodash.repeat": "4.1.0",
"sprintf-js": "1.1.2" "sprintf-js": "1.1.2"
} }
}, },

View File

@@ -46,7 +46,7 @@
"brembo": "^2.0.4", "brembo": "^2.0.4",
"https-proxy-agent": "^5.0.0", "https-proxy-agent": "^5.0.0",
"inquirer": "^7.3.3", "inquirer": "^7.3.3",
"ip-address": "^7.0.0", "ip-address": "^6.3.0",
"ip-sub": "^1.0.12", "ip-sub": "^1.0.12",
"js-yaml": "^3.14.0", "js-yaml": "^3.14.0",
"kafka-node": "^5.0.0", "kafka-node": "^5.0.0",