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:
24
package.json
24
package.json
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user