diff --git a/package-lock.json b/package-lock.json index 8679126..0eaae89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "eslint": "^9.19.0", "globals": "^15.13.0", "jest": "^29.7.0", - "supertest": "^7.0.0" + "supertest": "^7.1.0" } }, "node_modules/@ampproject/remapping": { @@ -9100,9 +9100,9 @@ "license": "MIT" }, "node_modules/supertest": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/supertest/-/supertest-7.0.0.tgz", - "integrity": "sha512-qlsr7fIC0lSddmA3tzojvzubYxvlGtzumcdHgPwbFWMISQwL22MhM2Y3LNt+6w9Yyx7559VW5ab70dgphm8qQA==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supertest/-/supertest-7.1.0.tgz", + "integrity": "sha512-5QeSO8hSrKghtcWEoPiO036fxH0Ii2wVQfFZSP0oqQhmjk8bOLhDFXr4JrvaFmPuEWUoq4znY3uSi8UzLKxGqw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index eb58860..39da3d4 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,6 @@ "eslint": "^9.19.0", "globals": "^15.13.0", "jest": "^29.7.0", - "supertest": "^7.0.0" + "supertest": "^7.1.0" } } \ No newline at end of file