From 7054d3b274edc655e83dc6a1052e09a250b85e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9luchu?= Date: Mon, 29 Jun 2020 17:25:26 +0200 Subject: [PATCH] Fix vercel to launch v2.3.0 --- now.json | 2 +- package.json | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/now.json b/now.json index f974fe5..d83f5d6 100644 --- a/now.json +++ b/now.json @@ -4,7 +4,7 @@ "builds": [ { "src": "./src/index.js", - "use": "@now/node-server" + "use": "@now/node" } ], "routes": [ diff --git a/package.json b/package.json index cf6ae51..c9e4c09 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ } ], "engines": { - "node": ">= 12.17.x", + "node": ">= 12.x", "npm": ">= 6.14.x" }, "bugs": { @@ -48,9 +48,8 @@ "cors": "^2.8.5", "express": "^4.16.4", "got": "^11.3.0", - "helmet": "^3.22.0", + "helmet": "^3.23.3", "hooman": "^1.2.5", - "request": "^2.88.0", "rss-to-json": "^1.1.1", "tough-cookie": "^4.0.0" }