refactor: update all

This commit is contained in:
openstappsbot
2021-10-04 07:10:17 +00:00
committed by Rainer Killinger
parent 7ba647271e
commit 9011e345a2
2 changed files with 225 additions and 405 deletions

614
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -33,11 +33,11 @@
}, },
"dependencies": { "dependencies": {
"@elastic/elasticsearch": "5.6.22", "@elastic/elasticsearch": "5.6.22",
"@openstapps/core": "0.51.0", "@openstapps/core": "0.52.0",
"@openstapps/core-tools": "0.25.0", "@openstapps/core-tools": "0.25.0",
"@openstapps/logger": "0.7.0", "@openstapps/logger": "0.7.0",
"@types/express-prometheus-middleware": "1.2.1", "@types/express-prometheus-middleware": "1.2.1",
"@types/node": "14.17.12", "@types/node": "14.17.20",
"config": "3.3.6", "config": "3.3.6",
"cors": "2.8.5", "cors": "2.8.5",
"express": "4.17.1", "express": "4.17.1",
@@ -49,17 +49,17 @@
"nock": "13.1.3", "nock": "13.1.3",
"node-cache": "5.1.2", "node-cache": "5.1.2",
"node-cron": "3.0.0", "node-cron": "3.0.0",
"nodemailer": "6.6.3", "nodemailer": "6.6.5",
"prom-client": "13.2.0", "prom-client": "13.2.0",
"promise-queue": "2.2.5", "promise-queue": "2.2.5",
"ts-node": "10.2.1", "ts-node": "10.2.1",
"uuid": "8.3.2" "uuid": "8.3.2"
}, },
"devDependencies": { "devDependencies": {
"@openstapps/configuration": "0.27.0", "@openstapps/configuration": "0.28.1",
"@openstapps/es-mapping-generator": "0.0.3", "@openstapps/es-mapping-generator": "0.0.3",
"@testdeck/mocha": "0.1.2", "@testdeck/mocha": "0.1.2",
"@types/chai": "4.2.21", "@types/chai": "4.2.22",
"@types/chai-as-promised": "7.1.4", "@types/chai-as-promised": "7.1.4",
"@types/config": "0.0.39", "@types/config": "0.0.39",
"@types/cors": "2.8.12", "@types/cors": "2.8.12",
@@ -68,7 +68,7 @@
"@types/geojson": "1.0.6", "@types/geojson": "1.0.6",
"@types/mocha": "9.0.0", "@types/mocha": "9.0.0",
"@types/morgan": "1.9.3", "@types/morgan": "1.9.3",
"@types/node-cron": "2.0.4", "@types/node-cron": "3.0.0",
"@types/nodemailer": "6.4.4", "@types/nodemailer": "6.4.4",
"@types/promise-queue": "2.2.0", "@types/promise-queue": "2.2.0",
"@types/sinon-express-mock": "1.3.9", "@types/sinon-express-mock": "1.3.9",
@@ -78,7 +78,7 @@
"chai-as-promised": "7.1.1", "chai-as-promised": "7.1.1",
"conventional-changelog-cli": "2.1.1", "conventional-changelog-cli": "2.1.1",
"get-port": "5.1.1", "get-port": "5.1.1",
"mocha": "9.1.1", "mocha": "9.1.2",
"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",
@@ -88,7 +88,7 @@
"sinon-express-mock": "2.2.1", "sinon-express-mock": "2.2.1",
"supertest": "6.1.6", "supertest": "6.1.6",
"tslint": "6.1.3", "tslint": "6.1.3",
"typedoc": "0.21.9", "typedoc": "0.22.5",
"typescript": "3.8.3" "typescript": "3.8.3"
}, },
"nyc": { "nyc": {