refactor: update all

This commit is contained in:
openstappsbot
2021-04-05 04:15:09 +00:00
committed by Rainer Killinger
parent 1d5f99b1fa
commit ab30ad76c1
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@@ -796,9 +796,9 @@
} }
}, },
"@types/chai": { "@types/chai": {
"version": "4.2.15", "version": "4.2.16",
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.2.15.tgz", "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.2.16.tgz",
"integrity": "sha512-rYff6FI+ZTKAPkJUoyz7Udq3GaoDZnxYDEvdEdFZASiA7PoErltHezDishqQiSDWrGxvxmplH304jyzQmjp0AQ==", "integrity": "sha512-vI5iOAsez9+roLS3M3+Xx7w+WRuDtSmF8bQkrbcIJ2sC1PcDgVoA0WGpa+bIrJ+y8zqY2oi//fUctkxtIcXJCw==",
"dev": true "dev": true
}, },
"@types/chai-as-promised": { "@types/chai-as-promised": {
@@ -1091,9 +1091,9 @@
} }
}, },
"@types/supertest": { "@types/supertest": {
"version": "2.0.10", "version": "2.0.11",
"resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.10.tgz", "resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.11.tgz",
"integrity": "sha512-Xt8TbEyZTnD5Xulw95GLMOkmjGICrOQyJ2jqgkSjAUR3mm7pAIzSR0NFBaMcwlzVvlpCjNwbATcWWwjNiZiFrQ==", "integrity": "sha512-uci4Esokrw9qGb9bvhhSVEjd6rkny/dk5PK/Qz4yxKiyppEI+dOPlNrZBahE3i+PoKFYyDxChVXZ/ysS/nrm1Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/superagent": "*" "@types/superagent": "*"

View File

@@ -58,7 +58,7 @@
"devDependencies": { "devDependencies": {
"@openstapps/configuration": "0.26.0", "@openstapps/configuration": "0.26.0",
"@testdeck/mocha": "0.1.2", "@testdeck/mocha": "0.1.2",
"@types/chai": "4.2.15", "@types/chai": "4.2.16",
"@types/chai-as-promised": "7.1.3", "@types/chai-as-promised": "7.1.3",
"@types/config": "0.0.38", "@types/config": "0.0.38",
"@types/cors": "2.8.10", "@types/cors": "2.8.10",
@@ -74,7 +74,7 @@
"@types/nodemailer": "6.4.1", "@types/nodemailer": "6.4.1",
"@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",
"@types/supertest": "2.0.10", "@types/supertest": "2.0.11",
"@types/uuid": "3.4.9", "@types/uuid": "3.4.9",
"chai": "4.3.4", "chai": "4.3.4",
"chai-as-promised": "7.1.1", "chai-as-promised": "7.1.1",