From e3a4201a5f517d1a69bff98910ec061e30ac5e17 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 Sep 2019 02:18:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HELMETCSP-469436 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4409810..64b9b94 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "cors": "2.8.5", "express": "4.16.4", "graphql": "14.1.1", - "helmet": "3.15.0", + "helmet": "3.21.1", "lodash.clonedeep": "4.5.0", "lodash.isequal": "4.5.0", "morgan": "1.9.1",