mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
updated dependencies and remove unused import
This commit is contained in:
808
package-lock.json
generated
808
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -44,12 +44,12 @@
|
||||
"measurements"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.23.9",
|
||||
"@babel/core": "^7.24.0",
|
||||
"@babel/cli": "^7.24.1",
|
||||
"@babel/core": "^7.24.3",
|
||||
"@babel/node": "^7.23.9",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
||||
"@babel/preset-env": "^7.24.0",
|
||||
"@babel/preset-env": "^7.24.3",
|
||||
"chai": "^4.3.10",
|
||||
"chai-subset": "^1.6.0",
|
||||
"mocha": "^10.3.0",
|
||||
@ -58,14 +58,14 @@
|
||||
"syslogd": "^1.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sentry/node": "^7.107.0",
|
||||
"@sentry/node": "^7.108.0",
|
||||
"batch-promises": "^0.0.3",
|
||||
"brembo": "^2.1.0",
|
||||
"deepmerge": "^4.3.1",
|
||||
"fast-file-logger": "^1.1.5",
|
||||
"https-proxy-agent": "^7.0.4",
|
||||
"inquirer": "=8.2.6",
|
||||
"ip-sub": "^1.5.2",
|
||||
"ip-sub": "^1.5.3",
|
||||
"js-yaml": "^4.1.0",
|
||||
"kafkajs": "^2.2.4",
|
||||
"longest-prefix-match": "^1.2.7",
|
||||
@ -73,7 +73,7 @@
|
||||
"moment": "^2.30.1",
|
||||
"node-cleanup": "^2.1.2",
|
||||
"node-fetch": "^2.7.0",
|
||||
"nodemailer": "^6.9.12",
|
||||
"nodemailer": "^6.9.13",
|
||||
"object-fingerprint": "^1.1.1",
|
||||
"path": "^0.12.7",
|
||||
"redaxios": "^0.5.1",
|
||||
|
@ -35,7 +35,6 @@ import PubSub from './utils/pubSub';
|
||||
import FileLogger from 'fast-file-logger';
|
||||
import { version } from '../package.json';
|
||||
import Storage from './utils/storages/storageFile';
|
||||
import url from 'url';
|
||||
import RpkiUtils from './utils/rpkiUtils';
|
||||
import ConfigYml from './config/configYml';
|
||||
import Config from "./config/config";
|
||||
|
Reference in New Issue
Block a user