From f44bc416b07d49a6d62608ae47a094d1eb1614ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 1 Mar 2022 16:04:25 +0000 Subject: [PATCH] feat: upgrade dotenv from 0.5.1 to 16.0.0 Snyk has created this PR to upgrade dotenv from 0.5.1 to 16.0.0. See this package in npm: https://www.npmjs.com/package/dotenv See this project in Snyk: https://app.snyk.io/org/ukmadlz/project/d07a03d9-2a7f-49cb-9696-1076bbdd781a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 269e9db..69d5eab 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "commander": "^2.6.0", "cookie-parser": "^1.3.4", "compression": "^1.6.2", - "dotenv": "^0.5.1", + "dotenv": "^16.0.0", "express": "^4.11.1", "http-post": "^0.1.1" }