From 9b38e5bdfc1bf2aa7b212ead19b80f137aa11390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:09:24 +0000 Subject: [PATCH] chore(deps): Bump dotenv from 16.4.5 to 16.4.7 Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.5 to 16.4.7. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.4.5...v16.4.7) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 813d605..8a8899c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "connect-flash": "^0.1.1", "cookie-parser": "~1.4.7", "debug": "^4.4.0", - "dotenv": "^16.4.5", + "dotenv": "^16.4.7", "express": "^4.21.2", "express-promise-router": "^4.1.1", "express-session": "^1.18.1", @@ -1106,9 +1106,9 @@ "integrity": "sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==" }, "node_modules/dotenv": { - "version": "16.4.5", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", - "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", + "version": "16.4.7", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz", + "integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==", "engines": { "node": ">=12" }, diff --git a/package.json b/package.json index fec96b4..bf661a7 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "connect-flash": "^0.1.1", "cookie-parser": "~1.4.7", "debug": "^4.4.0", - "dotenv": "^16.4.5", + "dotenv": "^16.4.7", "express": "^4.21.2", "express-promise-router": "^4.1.1", "express-session": "^1.18.1",