From 39aae72f87e05d8aa8fb691b5ce5902b6aa31212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 18:01:34 +0000 Subject: [PATCH] Bump dotenv from 16.3.1 to 16.4.5 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 443558f..8dc623b 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@tanstack/react-query": "4.22.0", "body-parser": "^1.19.0", "cors": "^2.8.5", - "dotenv": "16.3.1", + "dotenv": "16.4.5", "express": "^4.17.2", "medusa-fulfillment-manual": "1.1.41", "medusa-interfaces": "1.3.10",