From 0471d7fe8991a33c63ddc60c65671ef8834befd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 20:10:20 +0000 Subject: [PATCH] Bump dotenv from 9.0.2 to 16.0.0 Bumps [dotenv](https://github.com/motdotla/dotenv) from 9.0.2 to 16.0.0. - [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...v16.0.0) --- 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..81df607 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,6 @@ "!dist/test" ], "dependencies": { - "dotenv": "^9.0.0" + "dotenv": "^16.0.0" } }