mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 04:22:50 +00:00
refactor: update all
This commit is contained in:
committed by
Rainer Killinger
parent
1d5f99b1fa
commit
ab30ad76c1
12
package-lock.json
generated
12
package-lock.json
generated
@@ -796,9 +796,9 @@
|
||||
}
|
||||
},
|
||||
"@types/chai": {
|
||||
"version": "4.2.15",
|
||||
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.2.15.tgz",
|
||||
"integrity": "sha512-rYff6FI+ZTKAPkJUoyz7Udq3GaoDZnxYDEvdEdFZASiA7PoErltHezDishqQiSDWrGxvxmplH304jyzQmjp0AQ==",
|
||||
"version": "4.2.16",
|
||||
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.2.16.tgz",
|
||||
"integrity": "sha512-vI5iOAsez9+roLS3M3+Xx7w+WRuDtSmF8bQkrbcIJ2sC1PcDgVoA0WGpa+bIrJ+y8zqY2oi//fUctkxtIcXJCw==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/chai-as-promised": {
|
||||
@@ -1091,9 +1091,9 @@
|
||||
}
|
||||
},
|
||||
"@types/supertest": {
|
||||
"version": "2.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.10.tgz",
|
||||
"integrity": "sha512-Xt8TbEyZTnD5Xulw95GLMOkmjGICrOQyJ2jqgkSjAUR3mm7pAIzSR0NFBaMcwlzVvlpCjNwbATcWWwjNiZiFrQ==",
|
||||
"version": "2.0.11",
|
||||
"resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.11.tgz",
|
||||
"integrity": "sha512-uci4Esokrw9qGb9bvhhSVEjd6rkny/dk5PK/Qz4yxKiyppEI+dOPlNrZBahE3i+PoKFYyDxChVXZ/ysS/nrm1Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/superagent": "*"
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"devDependencies": {
|
||||
"@openstapps/configuration": "0.26.0",
|
||||
"@testdeck/mocha": "0.1.2",
|
||||
"@types/chai": "4.2.15",
|
||||
"@types/chai": "4.2.16",
|
||||
"@types/chai-as-promised": "7.1.3",
|
||||
"@types/config": "0.0.38",
|
||||
"@types/cors": "2.8.10",
|
||||
@@ -74,7 +74,7 @@
|
||||
"@types/nodemailer": "6.4.1",
|
||||
"@types/promise-queue": "2.2.0",
|
||||
"@types/sinon-express-mock": "1.3.9",
|
||||
"@types/supertest": "2.0.10",
|
||||
"@types/supertest": "2.0.11",
|
||||
"@types/uuid": "3.4.9",
|
||||
"chai": "4.3.4",
|
||||
"chai-as-promised": "7.1.1",
|
||||
|
||||
Reference in New Issue
Block a user