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

Merge branch 'dev' of github.com:nttgin/BGPalerter into dev

This commit is contained in:
Massimo Candela
2020-01-22 12:41:52 +01:00
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@@ -2477,9 +2477,9 @@
"integrity": "sha512-Uvq6hVe90D0B2WEnUqtdgY1bATGz3mw33nH9Y+dmA+w5DHvUmBgkr5rM/KCHpCsiFNRUfokW/szpPPgMK2hm4A=="
},
"axios": {
"version": "0.19.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.19.1.tgz",
"integrity": "sha512-Yl+7nfreYKaLRvAvjNPkvfjnQHJM1yLBY3zhqAwcJSwR/6ETkanUgylgtIvkvz0xJ+p/vZuNw8X7Hnb7Whsbpw==",
"version": "0.19.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz",
"integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==",
"requires": {
"follow-redirects": "1.5.10"
}
@@ -7145,9 +7145,9 @@
}
},
"rpki-validator": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/rpki-validator/-/rpki-validator-1.0.10.tgz",
"integrity": "sha512-cN+sa9hTg9pBzK0IycspzrVtGDsjdARtAFk9cWVf4yumVEmwbiFumP2a9Q69pln8X2CMwBVUiVmkqzhKnzHq5g==",
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/rpki-validator/-/rpki-validator-1.0.11.tgz",
"integrity": "sha512-M2ooHPbY+248TLnJ1xHHD2uY+v2wLDOmqXbDcy1SGI6hsB56g+/myhfmtk3Vc7U2vNflF3hmlUQt9IDkx3pnKw==",
"requires": {
"axios": "^0.19.0",
"brembo": "^2.0.3",

View File

@@ -31,7 +31,7 @@
},
"dependencies": {
"@sentry/node": "^5.11.1",
"axios": "^0.19.1",
"axios": "^0.19.2",
"batch-promises": "^0.0.3",
"brembo": "^2.0.3",
"ip-address": "^6.2.0",
@@ -42,7 +42,7 @@
"path": "^0.12.7",
"pkg": "^4.4.2",
"restify": "^8.5.1",
"rpki-validator": "^1.0.10",
"rpki-validator": "^1.0.11",
"semver": "^7.1.1",
"syslog-client": "^1.1.1",
"ws": "^7.2.1",