From a426cb921fe242e36943ad4a5a35da8f09587976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:41:33 +0000 Subject: [PATCH] Bump dotenv from 16.3.1 to 16.4.5 in /apps/hasura-express Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.3.1 to 16.4.5. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.3.1...v16.4.5) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/hasura-express/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/hasura-express/package.json b/apps/hasura-express/package.json index 70743768a..9baa68d9c 100644 --- a/apps/hasura-express/package.json +++ b/apps/hasura-express/package.json @@ -16,7 +16,7 @@ "connect-flash": "0.1.1", "cookie-parser": "1.4.6", "debug": "4.3.4", - "dotenv": "16.3.1", + "dotenv": "16.4.5", "ejs": "3.1.9", "express": "4.18.2", "express-session": "1.17.3",