refactor: update dependencies

This commit is contained in:
Rainer Killinger
2022-11-02 13:48:15 +01:00
parent 1a340ff700
commit 0d3055f936
2 changed files with 181 additions and 162 deletions

View File

@@ -28,7 +28,7 @@
"start-debug": "STAPPS_LOG_LEVEL=31 NODE_CONFIG_ENV=elasticsearch ALLOW_NO_TRANSPORT=true node ./lib/cli.js --require ts-node/register",
"test": "npm run test-unit && npm run test-integration",
"test-unit": "env NODE_CONFIG_ENV=elasticsearch ALLOW_NO_TRANSPORT=true STAPPS_LOG_LEVEL=0 nyc mocha --require ts-node/register --exit 'test/**/*.spec.ts'",
"test-integration": "sudo docker-compose -f integration-test.yml pull && sudo docker-compose -f integration-test.yml up --build --abort-on-container-exit --exit-code-from apicli",
"test-integration": "docker-compose -f integration-test.yml pull && docker-compose -f integration-test.yml up --build --abort-on-container-exit --exit-code-from apicli",
"lint": "eslint -c .eslintrc.json --ignore-path .eslintignore --ext .ts src/ test/",
"lint:fix": "eslint --fix -c .eslintrc.json --ignore-path .eslintignore --ext .ts src/ test/"
},
@@ -36,7 +36,7 @@
"@elastic/elasticsearch": "5.6.22",
"@openstapps/core": "0.71.0",
"@openstapps/core-tools": "0.32.0",
"@openstapps/logger": "1.0.1",
"@openstapps/logger": "1.1.0",
"@types/node": "14.18.32",
"config": "3.3.8",
"cors": "2.8.5",
@@ -59,7 +59,7 @@
"@openstapps/configuration": "0.33.0",
"@openstapps/es-mapping-generator": "0.3.0",
"@openstapps/eslint-config": "1.1.0",
"@testdeck/mocha": "0.2.1",
"@testdeck/mocha": "0.3.0",
"@types/chai": "4.3.3",
"@types/chai-as-promised": "7.1.5",
"@types/config": "3.3.0",
@@ -67,22 +67,22 @@
"@types/elasticsearch": "5.0.40",
"@types/express": "4.17.14",
"@types/geojson": "1.0.6",
"@types/mocha": "9.1.1",
"@types/mocha": "10.0.0",
"@types/morgan": "1.9.3",
"@types/node-cron": "3.0.4",
"@types/node-cron": "3.0.5",
"@types/nodemailer": "6.4.6",
"@types/promise-queue": "2.2.0",
"@types/sinon-express-mock": "1.3.9",
"@types/supertest": "2.0.12",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"conventional-changelog-cli": "2.2.2",
"eslint": "8.25.0",
"eslint": "8.26.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jsdoc": "39.3.13",
"eslint-plugin-jsdoc": "39.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-unicorn": "43.0.2",
"get-port": "5.1.1",
@@ -95,7 +95,7 @@
"rimraf": "3.0.2",
"sinon": "14.0.1",
"sinon-express-mock": "2.2.1",
"supertest": "6.3.0",
"supertest": "6.3.1",
"typedoc": "0.22.18",
"typescript": "4.4.4"
},