diff --git a/package-lock.json b/package-lock.json index 679c7ad..3c3d0b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5140,24 +5140,14 @@ } }, "rpki-validator": { - "version": "2.2.10", - "resolved": "https://registry.npmjs.org/rpki-validator/-/rpki-validator-2.2.10.tgz", - "integrity": "sha512-HeTvLkRwqH78sCISbvtQmMIK/jB+5XuY1MPETPphWcdezxfuieR+vsax6VKjuWCwJ0XIKO7J4y6lizKG91KgcQ==", + "version": "2.2.11", + "resolved": "https://registry.npmjs.org/rpki-validator/-/rpki-validator-2.2.11.tgz", + "integrity": "sha512-mrvIJJ2hmtLI4P0uKaZCsOUCR0M1glMFmzf3o/t047D5T2y4T33ho7ay5GrUdatn2E6BcaT1JLhBw82+HX9QBQ==", "requires": { "axios": "^0.21.0", "brembo": "^2.0.4", "ip-sub": "^1.0.19", "radix-trie-js": "^1.0.5" - }, - "dependencies": { - "ip-sub": { - "version": "1.0.19", - "resolved": "https://registry.npmjs.org/ip-sub/-/ip-sub-1.0.19.tgz", - "integrity": "sha512-kDjWkCvq7EID99B0GHDZUGoDrLz6Oebe2sL9yV8Wc2M8rnT5V00/yhuADoOZi8AR2gDbNT+aBWGSQhihiGSGzg==", - "requires": { - "ip-address": "^6.4.0" - } - } } }, "run-async": { diff --git a/package.json b/package.json index 7d29e9c..1de1bf8 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "nodemailer": "^6.4.16", "path": "^0.12.7", "restify": "^8.5.1", - "rpki-validator": "^2.2.10", + "rpki-validator": "^2.2.11", "semver": "^7.3.4", "syslog-client": "^1.1.1", "ws": "^7.4.0",