refactor: update dependencies

This commit is contained in:
Rainer Killinger
2022-05-27 17:27:41 +02:00
parent 2212e0723e
commit b97006e71e
2 changed files with 691 additions and 567 deletions

1224
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -33,40 +33,40 @@
}, },
"dependencies": { "dependencies": {
"@elastic/elasticsearch": "5.6.22", "@elastic/elasticsearch": "5.6.22",
"@openstapps/core": "0.66.0", "@openstapps/core": "0.66.1",
"@openstapps/core-tools": "0.30.0", "@openstapps/core-tools": "0.30.1",
"@openstapps/logger": "0.8.0", "@openstapps/logger": "0.8.1",
"@types/express-prometheus-middleware": "1.2.1", "@types/express-prometheus-middleware": "1.2.1",
"@types/node": "14.18.12", "@types/node": "14.18.18",
"config": "3.3.7", "config": "3.3.7",
"cors": "2.8.5", "cors": "2.8.5",
"express": "4.17.3", "express": "4.18.1",
"express-prometheus-middleware": "1.2.0", "express-prometheus-middleware": "1.2.0",
"express-promise-router": "4.1.1", "express-promise-router": "4.1.1",
"got": "11.8.3", "got": "11.8.3",
"moment": "2.29.2", "moment": "2.29.3",
"morgan": "1.10.0", "morgan": "1.10.0",
"nock": "13.2.4", "nock": "13.2.4",
"node-cache": "5.1.2", "node-cache": "5.1.2",
"node-cron": "3.0.0", "node-cron": "3.0.0",
"nodemailer": "6.7.3", "nodemailer": "6.7.5",
"prom-client": "14.0.1", "prom-client": "14.0.1",
"promise-queue": "2.2.5", "promise-queue": "2.2.5",
"ts-node": "10.7.0", "ts-node": "10.8.0",
"uuid": "8.3.2" "uuid": "8.3.2"
}, },
"devDependencies": { "devDependencies": {
"@openstapps/configuration": "0.29.0", "@openstapps/configuration": "0.29.1",
"@openstapps/es-mapping-generator": "0.0.4", "@openstapps/es-mapping-generator": "0.1.0",
"@testdeck/mocha": "0.2.0", "@testdeck/mocha": "0.2.0",
"@types/chai": "4.3.0", "@types/chai": "4.3.1",
"@types/chai-as-promised": "7.1.5", "@types/chai-as-promised": "7.1.5",
"@types/config": "0.0.41", "@types/config": "0.0.41",
"@types/cors": "2.8.12", "@types/cors": "2.8.12",
"@types/elasticsearch": "5.0.40", "@types/elasticsearch": "5.0.40",
"@types/express": "4.17.13", "@types/express": "4.17.13",
"@types/geojson": "1.0.6", "@types/geojson": "1.0.6",
"@types/mocha": "9.1.0", "@types/mocha": "9.1.1",
"@types/morgan": "1.9.3", "@types/morgan": "1.9.3",
"@types/node-cron": "3.0.1", "@types/node-cron": "3.0.1",
"@types/nodemailer": "6.4.4", "@types/nodemailer": "6.4.4",
@@ -78,17 +78,17 @@
"chai-as-promised": "7.1.1", "chai-as-promised": "7.1.1",
"conventional-changelog-cli": "2.2.2", "conventional-changelog-cli": "2.2.2",
"get-port": "5.1.1", "get-port": "5.1.1",
"mocha": "9.2.2", "mocha": "10.0.0",
"mocked-env": "1.3.5", "mocked-env": "1.3.5",
"nyc": "15.1.0", "nyc": "15.1.0",
"prepend-file-cli": "1.0.6", "prepend-file-cli": "1.0.6",
"redoc-cli": "0.13.10", "redoc-cli": "0.13.14",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"sinon": "11.1.2", "sinon": "14.0.0",
"sinon-express-mock": "2.2.1", "sinon-express-mock": "2.2.1",
"supertest": "6.2.2", "supertest": "6.2.3",
"tslint": "6.1.3", "tslint": "6.1.3",
"typedoc": "0.22.13", "typedoc": "0.22.15",
"typescript": "4.4.4" "typescript": "4.4.4"
}, },
"nyc": { "nyc": {