From 2eccad65b8c6417627096ec99812331f5fe918ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Oct 2022 17:05:37 +0000 Subject: [PATCH] feat: upgrade dotenv from 0.5.1 to 16.0.3 Snyk has created this PR to upgrade dotenv from 0.5.1 to 16.0.3. 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..5fba846 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.3", "express": "^4.11.1", "http-post": "^0.1.1" }