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

updated dependencies

Took 4 hours 51 minutes
This commit is contained in:
Massimo Candela
2021-12-01 18:15:02 +01:00
parent 39599a16f6
commit 4e3b571eb5
2 changed files with 41 additions and 41 deletions

58
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "1.28.4",
"license": "BSD-3-Clause",
"dependencies": {
"@sentry/node": "^6.13.3",
"@sentry/node": "^6.15.0",
"axios": "^0.24.0",
"batch-promises": "^0.0.3",
"brembo": "^2.0.6",
@@ -23,30 +23,30 @@
"md5": "^2.3.0",
"moment": "^2.29.1",
"node-cleanup": "^2.1.2",
"nodemailer": "^6.7.0",
"nodemailer": "^6.7.2",
"path": "^0.12.7",
"restify": "^8.6.0",
"rpki-validator": "^2.7.6",
"rpki-validator": "^2.7.8",
"semver": "^7.3.5",
"syslog-client": "^1.1.1",
"uuid": "^8.3.2",
"ws": "^8.2.3",
"yargs": "^17.2.1"
"ws": "^8.3.0",
"yargs": "^17.3.0"
},
"bin": {
"bgpalerter": "index.js"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/node": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/preset-env": "^7.15.8",
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/node": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"chai": "^4.3.4",
"chai-subset": "^1.6.0",
"mocha": "^9.1.3",
"pkg": "^5.4.0",
"pkg": "^5.5.1",
"read-last-lines": "^1.8.0",
"syslogd": "^1.1.2"
},
@@ -4287,9 +4287,9 @@
}
},
"node_modules/json-schema": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
"integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM="
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
"integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
},
"node_modules/json5": {
"version": "2.2.0",
@@ -4319,17 +4319,17 @@
}
},
"node_modules/jsprim": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
"integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
"engines": [
"node >=0.6.0"
],
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz",
"integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==",
"dependencies": {
"assert-plus": "1.0.0",
"extsprintf": "1.3.0",
"json-schema": "0.2.3",
"json-schema": "0.4.0",
"verror": "1.10.0"
},
"engines": {
"node": ">=0.6.0"
}
},
"node_modules/kafkajs": {
@@ -10083,9 +10083,9 @@
"dev": true
},
"json-schema": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
"integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM="
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
"integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
},
"json5": {
"version": "2.2.0",
@@ -10107,13 +10107,13 @@
}
},
"jsprim": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
"integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz",
"integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==",
"requires": {
"assert-plus": "1.0.0",
"extsprintf": "1.3.0",
"json-schema": "0.2.3",
"json-schema": "0.4.0",
"verror": "1.10.0"
}
},

View File

@@ -44,21 +44,21 @@
"measurements"
],
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/node": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/preset-env": "^7.15.8",
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/node": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"chai": "^4.3.4",
"chai-subset": "^1.6.0",
"mocha": "^9.1.3",
"pkg": "^5.4.0",
"pkg": "^5.5.1",
"read-last-lines": "^1.8.0",
"syslogd": "^1.1.2"
},
"dependencies": {
"@sentry/node": "^6.13.3",
"@sentry/node": "^6.15.0",
"axios": "^0.24.0",
"batch-promises": "^0.0.3",
"brembo": "^2.0.6",
@@ -72,15 +72,15 @@
"md5": "^2.3.0",
"moment": "^2.29.1",
"node-cleanup": "^2.1.2",
"nodemailer": "^6.7.0",
"nodemailer": "^6.7.2",
"path": "^0.12.7",
"restify": "^8.6.0",
"rpki-validator": "^2.7.6",
"rpki-validator": "^2.7.8",
"semver": "^7.3.5",
"syslog-client": "^1.1.1",
"uuid": "^8.3.2",
"ws": "^8.2.3",
"yargs": "^17.2.1"
"ws": "^8.3.0",
"yargs": "^17.3.0"
},
"pkg": {
"scripts": [