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:
committed by
GitHub
parent
cc379d36ea
commit
5e7f1e6351
27
package-lock.json
generated
27
package-lock.json
generated
@@ -3727,16 +3727,11 @@
|
||||
}
|
||||
},
|
||||
"ip-address": {
|
||||
"version": "6.4.0",
|
||||
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-6.4.0.tgz",
|
||||
"integrity": "sha512-c5uxc2WUTuRBVHT/6r4m7HIr/DfV0bF6DvLH3iZGSK8wp8iMwwZSgIq2do0asFf8q9ECug0SE+6+1ACMe4sorA==",
|
||||
"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",
|
||||
"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"
|
||||
}
|
||||
},
|
||||
@@ -3746,6 +3741,22 @@
|
||||
"integrity": "sha512-eK6GJP5q36vZvC1L9pM76w3ZZyy9TNAyP2xz24z+dA7ozeKJlh5Sy7C/IH8Oh0fTzIB/IOAn0+Q6m8UUpqx/mw==",
|
||||
"requires": {
|
||||
"ip-address": "^6.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"ip-address": {
|
||||
"version": "6.4.0",
|
||||
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-6.4.0.tgz",
|
||||
"integrity": "sha512-c5uxc2WUTuRBVHT/6r4m7HIr/DfV0bF6DvLH3iZGSK8wp8iMwwZSgIq2do0asFf8q9ECug0SE+6+1ACMe4sorA==",
|
||||
"requires": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"is-accessor-descriptor": {
|
||||
|
@@ -46,7 +46,7 @@
|
||||
"brembo": "^2.0.4",
|
||||
"https-proxy-agent": "^5.0.0",
|
||||
"inquirer": "^7.3.3",
|
||||
"ip-address": "^6.4.0",
|
||||
"ip-address": "^7.0.0",
|
||||
"ip-sub": "^1.0.12",
|
||||
"js-yaml": "^3.14.0",
|
||||
"kafka-node": "^5.0.0",
|
||||
|
Reference in New Issue
Block a user