diff --git a/package-lock.json b/package-lock.json index dbf9598f..1dd1f019 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": "*" diff --git a/package.json b/package.json index bbdef28d..250b65d9 100644 --- a/package.json +++ b/package.json @@ -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",