From cca1a1d6bcabd2f207cd17eba226da0064656cd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 08:09:45 +0000 Subject: [PATCH] Bump dotenv from 10.0.0 to 16.0.1 in /backend Bumps [dotenv](https://github.com/motdotla/dotenv) from 10.0.0 to 16.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/v10.0.0...v16.0.1) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index 485649d..a007d67 100644 --- a/backend/package.json +++ b/backend/package.json @@ -16,7 +16,7 @@ "crypto-js": "^4.0.0", "csurf": "^1.11.0", "discord.js": "^12.5.3", - "dotenv": "^10.0.0", + "dotenv": "^16.0.1", "express": "^4.17.1", "express-session": "^1.17.2", "moment": "^2.29.1",