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

Bump ip-address from 6.4.0 to 7.0.0

Bumps [ip-address](https://github.com/beaugunderson/ip-address) from 6.4.0 to 7.0.0.
- [Release notes](https://github.com/beaugunderson/ip-address/releases)
- [Commits](https://github.com/beaugunderson/ip-address/compare/v6.4.0...v7.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-10-03 07:39:27 +00:00
committed by GitHub
parent cc379d36ea
commit 5e7f1e6351
2 changed files with 20 additions and 9 deletions

25
package-lock.json generated
View File

@@ -3726,6 +3726,23 @@
"loose-envify": "^1.0.0" "loose-envify": "^1.0.0"
} }
}, },
"ip-address": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-7.0.0.tgz",
"integrity": "sha512-gtT2N3fpolCNVk+HNecVKCFuBcNxD/SGDwArCj1UHTYyV8HNzMfTtNcauxVma3D0tgvz5cdkpEBaE/GdcJGiaA==",
"requires": {
"jsbn": "1.1.0",
"sprintf-js": "1.1.2"
}
},
"ip-sub": {
"version": "1.0.12",
"resolved": "https://registry.npmjs.org/ip-sub/-/ip-sub-1.0.12.tgz",
"integrity": "sha512-eK6GJP5q36vZvC1L9pM76w3ZZyy9TNAyP2xz24z+dA7ozeKJlh5Sy7C/IH8Oh0fTzIB/IOAn0+Q6m8UUpqx/mw==",
"requires": {
"ip-address": "^6.3.0"
},
"dependencies": {
"ip-address": { "ip-address": {
"version": "6.4.0", "version": "6.4.0",
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-6.4.0.tgz", "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-6.4.0.tgz",
@@ -3739,13 +3756,7 @@
"lodash.repeat": "4.1.0", "lodash.repeat": "4.1.0",
"sprintf-js": "1.1.2" "sprintf-js": "1.1.2"
} }
}, }
"ip-sub": {
"version": "1.0.12",
"resolved": "https://registry.npmjs.org/ip-sub/-/ip-sub-1.0.12.tgz",
"integrity": "sha512-eK6GJP5q36vZvC1L9pM76w3ZZyy9TNAyP2xz24z+dA7ozeKJlh5Sy7C/IH8Oh0fTzIB/IOAn0+Q6m8UUpqx/mw==",
"requires": {
"ip-address": "^6.3.0"
} }
}, },
"is-accessor-descriptor": { "is-accessor-descriptor": {

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": "^6.4.0", "ip-address": "^7.0.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",