From eafb85ab0a97e8580a8fd43cf70ff660325d39c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 05:38:51 +0000 Subject: [PATCH] Bump dotenv from 8.6.0 to 9.0.1 Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.6.0 to 9.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/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f65c507..430aaecb 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "dependencies": { "@hapi/joi": "^17.1.1", "debug": "^4.1.0", - "dotenv": "^8.2.0", + "dotenv": "^9.0.1", "fast-xml-parser": "^3.17.4", "http-proxy-agent": "^4.0.1", "joi": "^17.2.1",