From 7f310a845ed4981a07e4f4f8aba818007b26bfcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:02:48 +0000 Subject: [PATCH] Bump dotenv from 16.3.1 to 17.2.3 in /apps/hasura-express Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.3.1 to 17.2.3. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.3.1...v17.2.3) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.2.3 dependency-type: direct:production update-type: version-update:semver-major ... 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..e4b874d5b 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": "17.2.3", "ejs": "3.1.9", "express": "4.18.2", "express-session": "1.17.3",