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

updadet dependency

This commit is contained in:
Massimo Candela
2020-03-17 18:37:09 +01:00
parent 58a16fe51b
commit 3b23a90ba1
2 changed files with 151 additions and 53 deletions

View File

@@ -4,6 +4,10 @@
"description": "",
"main": "index.js",
"bin": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/massimocandela/rpki-validator.git"
},
"scripts": {
"babel": "./node_modules/.bin/babel",
"test": "./node_modules/.bin/mocha --exit tests --require @babel/register",
@@ -37,14 +41,14 @@
"brembo": "^2.0.3",
"inquirer": "^7.1.0",
"ip-address": "^6.2.0",
"ip-sub": "^1.0.5",
"ip-sub": "^1.0.6",
"js-yaml": "^3.13.1",
"kafka-node": "^5.0.0",
"minimist": "^1.2.5",
"nodemailer": "^6.4.5",
"path": "^0.12.7",
"restify": "^8.5.1",
"rpki-validator": "^1.0.12",
"rpki-validator": "^1.0.13",
"semver": "^7.1.3",
"syslog-client": "^1.1.1",
"ws": "^7.2.3",