From 06d6f22e6585699bfb5d0afffd703b4c89804d4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 08:08:58 +0000 Subject: [PATCH] Bump dotenv-expand from 10.0.0 to 13.0.0 Bumps [dotenv-expand](https://github.com/motdotla/dotenv-expand) from 10.0.0 to 13.0.0. - [Changelog](https://github.com/motdotla/dotenv-expand/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv-expand/compare/v10.0.0...v13.0.0) --- updated-dependencies: - dependency-name: dotenv-expand dependency-version: 13.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86aa81d5..2230d1da 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "autoprefixer": "^10.4.19", "axios": "^1.17.0", "dotenv": "^17.4.2", - "dotenv-expand": "^10.0.0", + "dotenv-expand": "^13.0.0", "laravel-vite-plugin": "^3.1.3", "lodash": "^4.17.21", "postcss": "^8.4.38",