From 903811d3c207111966717c89a7eaa904be5f8239 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 20:30:56 +0000 Subject: [PATCH] Bump dotenv from 8.6.0 to 9.0.0 Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.6.0 to 9.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/v8.6.0...v9.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e264a0..8cb9c54 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@startergate/sidts": "^0.0.7", "cross-env": "^7.0.1", - "dotenv": "^8.2.0", + "dotenv": "^9.0.0", "graphql": "^15.0.0", "joi": "^17.2.1", "koa": "^2.7.0",