1
0
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:
Massimo Candela
2024-03-25 05:56:30 +01:00
parent 78f8305f15
commit 768a1fe73b
3 changed files with 410 additions and 411 deletions

808
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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",

View File

@ -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";