diff --git a/package-lock.json b/package-lock.json index e05decf..2c47e57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5145,11 +5145,11 @@ } }, "rpki-validator": { - "version": "2.2.11", - "resolved": "https://registry.npmjs.org/rpki-validator/-/rpki-validator-2.2.11.tgz", - "integrity": "sha512-mrvIJJ2hmtLI4P0uKaZCsOUCR0M1glMFmzf3o/t047D5T2y4T33ho7ay5GrUdatn2E6BcaT1JLhBw82+HX9QBQ==", + "version": "2.2.12", + "resolved": "https://registry.npmjs.org/rpki-validator/-/rpki-validator-2.2.12.tgz", + "integrity": "sha512-sv6MWMVmEKceha/hZdgZjghIQanI09e3j71r8pTowqAHGpq3FyRqv/WgztvfA3u5TOlCklBybifB0kz/xKW0+Q==", "requires": { - "axios": "^0.21.0", + "axios": "^0.21.1", "brembo": "^2.0.4", "ip-sub": "^1.0.19", "radix-trie-js": "^1.0.5" diff --git a/package.json b/package.json index 77b4717..6ed00d7 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "nodemailer": "^6.4.16", "path": "^0.12.7", "restify": "^8.5.1", - "rpki-validator": "^2.2.11", + "rpki-validator": "^2.2.12", "semver": "^7.3.4", "syslog-client": "^1.1.1", "ws": "^7.4.0",