From 3496144153ab7e3e7fb00b70df96f27f5ab25acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 15:16:53 +0000 Subject: [PATCH] Bump dotenv from 8.6.0 to 16.0.2 Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.6.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/v8.6.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 7f65c507..66f35281 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": "^16.0.2", "fast-xml-parser": "^3.17.4", "http-proxy-agent": "^4.0.1", "joi": "^17.2.1",