From 1f6ac9245d3442c3cae75356ac22946033466298 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Jan 2023 17:57:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIEJAR-3149984 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d802fd6e28..13729a6863 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "server.js", "dependencies": { "chai": "^3.5.0", - "chai-http": "^2.0.1", + "chai-http": "^4.0.0", "ejs": "^2.4.1", "express": "^4.13.4", "mocha": "^2.4.5",