From c66030221b09faffa4c3f707ad1fa18578b75f58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 22:44:08 +0000 Subject: [PATCH] build(deps): bump dotenv from 17.2.3 to 17.2.4 Bumps [dotenv](https://github.com/motdotla/dotenv) from 17.2.3 to 17.2.4. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/commits) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0930493a1..bc3330597 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@playform/inline": "0.1.2", "astro": "5.17.1", "deepmerge-ts": "7.1.5", - "dotenv": "17.2.3", + "dotenv": "17.2.4", "typescript": "5.9.3", "vite": "7.3.1", "vite-plugin-static-copy": "3.2.0",