From 1719da2ab9e8de07363d1ebf2825f31c171cd334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 09:15:24 +0000 Subject: [PATCH] chore(deps): bump dotenv-expand from 10.0.0 to 12.0.2 Bumps [dotenv-expand](https://github.com/motdotla/dotenv-expand) from 10.0.0 to 12.0.2. - [Changelog](https://github.com/motdotla/dotenv-expand/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv-expand/compare/v10.0.0...v12.0.2) --- updated-dependencies: - dependency-name: dotenv-expand dependency-version: 12.0.2 dependency-type: direct:production 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 ad59cf9..a9a2a80 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "dependencies": { "ajv": "^8.12.0", "dotenv": "^16.4.5", - "dotenv-expand": "10.0.0" + "dotenv-expand": "12.0.2" }, "devDependencies": { "@fastify/pre-commit": "^2.1.0",