diff --git a/package-lock.json b/package-lock.json index a5d6fe094..449d0c1de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9954,9 +9954,9 @@ } }, "supertest": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/supertest/-/supertest-5.0.0.tgz", - "integrity": "sha512-2JAWpPrUOZF4hHH5ZTCN2xjKXvJS3AEwPNXl0HUseHsfcXFvMy9kcsufIHCNAmQ5hlGCvgeAqaR5PBEouN3hlQ==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/supertest/-/supertest-6.0.0.tgz", + "integrity": "sha512-7+Skilm7kvUZIaKfALPgjS3i8zYs11zvEudAeYdqJZL3f+SGGFV4qQkkTVkYcs+zbE6de47HP8o0a0hy1BFlMA==", "dev": true, "requires": { "methods": "1.1.2", diff --git a/package.json b/package.json index a83f3788e..e4e3e9150 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "nodemon": "^2.0.4", "rimraf": "^3.0.2", "stream-to-string": "^1.1.0", - "supertest": "^5.0.0", + "supertest": "^6.0.0", "ts-jest": "^26.3.0", "typescript": "^4.0.2" }