From 9fe2411cf3981bb237335410b9e66c914a69c8fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 09:46:56 +0000 Subject: [PATCH] chore(deps): bump dotenv-expand from 10.0.0 to 11.0.6 Bumps [dotenv-expand](https://github.com/motdotla/dotenv-expand) from 10.0.0 to 11.0.6. - [Changelog](https://github.com/motdotla/dotenv-expand/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv-expand/compare/v10.0.0...v11.0.6) --- updated-dependencies: - dependency-name: dotenv-expand 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 d8d9355..7b10284 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "ajv": "^8.0.0", "dotenv": "^16.0.0", - "dotenv-expand": "^10.0.0" + "dotenv-expand": "^11.0.6" }, "devDependencies": { "@fastify/pre-commit": "^2.0.2",