From e4bdf99b9aadcb309603181fba02df007d2f471c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Feb 2022 20:14:39 +0000 Subject: [PATCH] Bump dotenv from 9.0.2 to 15.0.1 Bumps [dotenv](https://github.com/motdotla/dotenv) from 9.0.2 to 15.0.1. - [Release notes](https://github.com/motdotla/dotenv/releases) - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v9.0.2...v15.0.1) --- updated-dependencies: - dependency-name: dotenv 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 5cd68de..782f74c 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,6 @@ "!dist/test" ], "dependencies": { - "dotenv": "^9.0.0" + "dotenv": "^15.0.1" } }