From f22dcccb6fcf6de20ba40556683f2382e45b465d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 15:59:08 +0000 Subject: [PATCH] Bump dotenv from 0.4.0 to 16.0.3 Bumps [dotenv](https://github.com/motdotla/dotenv) from 0.4.0 to 16.0.3. - [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/v0.4.0...v16.0.3) --- 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 483257b..d01f921 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "url": "https://github.com/hmalphettes/kibana-proxy/issues" }, "dependencies": { - "dotenv": "0.4.0" + "dotenv": "16.0.3" } }