diff --git a/package-lock.json b/package-lock.json index 93723d4..8d07c72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7390,9 +7390,9 @@ } }, "rpki-validator": { - "version": "1.0.13", - "resolved": "https://registry.npmjs.org/rpki-validator/-/rpki-validator-1.0.13.tgz", - "integrity": "sha512-tymXvZj8PPonXyBkdIZntsTZ9fkjJs/hqRALnwd53Gh8N0WwdJ+R2B9x3s1lihgvM0ooSgwg0hMkan6lhEpCgw==", + "version": "1.0.14", + "resolved": "https://registry.npmjs.org/rpki-validator/-/rpki-validator-1.0.14.tgz", + "integrity": "sha512-H4wGPRZW6ZXDI/ZU5dLeZ0YHk/CeyiHRxxjAoCLvyw871MAeqx3m9A7dJ0LpRnhuxuxpPignGRFRsTSLZGcv9w==", "requires": { "axios": "^0.19.2", "brembo": "^2.0.3", diff --git a/package.json b/package.json index 26cf873..a57c7b8 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "nodemailer": "^6.4.6", "path": "^0.12.7", "restify": "^8.5.1", - "rpki-validator": "^1.0.13", + "rpki-validator": "^1.0.14", "semver": "^7.1.3", "syslog-client": "^1.1.1", "ws": "^7.2.3",