From 8f132114840f8a6781b0a657b6ab88a8e47179fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Apr 2020 09:00:21 +0000 Subject: [PATCH] fix: upgrade supertest from 3.0.0 to 3.4.2 Snyk has created this PR to upgrade supertest from 3.0.0 to 3.4.2. See this package in NPM: https://www.npmjs.com/package/supertest See this project in Snyk: https://app.snyk.io/org/hemanth22/project/a42151bb-7452-41c2-be2f-2deda1f4e83d?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4436212..5189bc0 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "express": "4.15.5", "pug": "2.0.0-rc.4", "mocha": "3.5.3", - "supertest": "3.0.0" + "supertest": "3.4.2" } }