From e51a3d29bcead9dd020e9c4ad06f5ab3de6483a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 09:30:55 +0000 Subject: [PATCH] Bump dotenv from 4.0.0 to 16.0.2 Bumps [dotenv](https://github.com/motdotla/dotenv) from 4.0.0 to 16.0.2. - [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/v4.0.0...v16.0.2) --- 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 f0fb3cd..423daa6 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "react":"^0.14.8", "webpack": "^1.12.13", "winston": "2.3.1", - "dotenv":"^4.0.0", + "dotenv":"^16.0.2", "jsonwebtoken":"^7.4.1", "jsdom":"11.0.0" },