From e27b13348e49a4b32c8bc03b185b73d26585d859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 23:03:02 +0000 Subject: [PATCH] build(deps): bump dotenv from 16.3.1 to 16.6.1 in /01-Login Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.3.1 to 16.6.1. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.3.1...v16.6.1) --- updated-dependencies: - dependency-name: dotenv dependency-version: 16.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 01-Login/package-lock.json | 11 ++++++----- 01-Login/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/01-Login/package-lock.json b/01-Login/package-lock.json index 723e280..c00c6fe 100644 --- a/01-Login/package-lock.json +++ b/01-Login/package-lock.json @@ -11,7 +11,7 @@ "connect-flash": "^0.1.1", "cookie-parser": "^1.4.6", "debug": "~4.3.4", - "dotenv": "^16.3.0", + "dotenv": "^16.6.1", "express": "~4.18.2", "express-session": "^1.17.3", "http-errors": "~2.0.0", @@ -346,14 +346,15 @@ "integrity": "sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==" }, "node_modules/dotenv": { - "version": "16.3.1", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz", - "integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==", + "version": "16.6.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz", + "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==", + "license": "BSD-2-Clause", "engines": { "node": ">=12" }, "funding": { - "url": "https://github.com/motdotla/dotenv?sponsor=1" + "url": "https://dotenvx.com" } }, "node_modules/ee-first": { diff --git a/01-Login/package.json b/01-Login/package.json index a6f187c..e69f25a 100644 --- a/01-Login/package.json +++ b/01-Login/package.json @@ -9,7 +9,7 @@ "connect-flash": "^0.1.1", "cookie-parser": "^1.4.6", "debug": "~4.3.4", - "dotenv": "^16.3.0", + "dotenv": "^16.6.1", "express": "~4.18.2", "express-session": "^1.17.3", "http-errors": "~2.0.0",