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

Merge pull request #377 from nttgin/dependabot/npm_and_yarn/dev/rpki-validator-2.2.5

Bump rpki-validator from 2.2.4 to 2.2.5
This commit is contained in:
Massimo Candela
2020-10-22 03:41:43 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5998,9 +5998,9 @@
"integrity": "sha512-zZ4Tkngxispo7DgiTqX0s4ChLtM3qET6iYsDA9tmgDEqJ3BFgRq/ZotsKEDAYQt9pAn9JwwqT27CSwQt3CTxNg=="
},
"rpki-validator": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/rpki-validator/-/rpki-validator-2.2.4.tgz",
"integrity": "sha512-UdkvZ9ukzSCG88EM/NE+lXEIr8bBzedG2ovHnd/zHL80tOcZMR7T7U5ApElouATfF4Y6okF6f4FyP4ne4tHdxA==",
"version": "2.2.5",
"resolved": "https://registry.npmjs.org/rpki-validator/-/rpki-validator-2.2.5.tgz",
"integrity": "sha512-6YefNvQx1ZxyySFi8Xcy4c0ICq7opuEiPhi64A50yODYfVBbOFHcXl9vRNw7OsWYiNQsq5w6G2PikLlH6bWbbA==",
"requires": {
"axios": "^0.20.0",
"brembo": "^2.0.4",

View File

@@ -55,7 +55,7 @@
"path": "^0.12.7",
"restify": "^8.5.1",
"rotating-file-stream": "^2.1.3",
"rpki-validator": "^2.2.4",
"rpki-validator": "^2.2.5",
"semver": "^7.3.2",
"syslog-client": "^1.1.1",
"ws": "^7.3.1",