From b3fe754f170786e1204a827eb99c4290556f5777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 09:45:57 -0500 Subject: Bump dotenv from 8.2.0 to 9.0.0 (#25) Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.2.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.2.0...v9.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 40bf806..a2ad0e1 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@types/mocha": "^8.2.2", "@types/mongodb": "^3.6.12", "@types/node-fetch": "^2.5.10", - "dotenv": "^8.2.0", + "dotenv": "^9.0.0", "mocha": "^8.3.2", "ts-node": "^9.1.1", "typescript": "^4.2.4" -- cgit