From 4aec2be0549eb14d17124742413a3690ccae2b76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 09:57:32 +0000 Subject: [PATCH] Update dependency dotenv to v16.4.1 (#1239) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dotenv](https://togithub.com/motdotla/dotenv) | [`16.4.0` -> `16.4.1`](https://renovatebot.com/diffs/npm/dotenv/16.3.1/16.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/dotenv/16.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/dotenv/16.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/dotenv/16.3.1/16.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/dotenv/16.3.1/16.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
motdotla/dotenv (dotenv) ### [`v16.4.1`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1641-2024-01-24) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.4.0...v16.4.1) - Patch support for array as `path` option [#​797](https://togithub.com/motdotla/dotenv/pull/797) ### [`v16.4.0`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1640-2024-01-23) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.3.2...v16.4.0) - Add `error.code` to error messages around `.env.vault` decryption handling [#​795](https://togithub.com/motdotla/dotenv/pull/795) - Add ability to find `.env.vault` file when filename(s) passed as an array [#​784](https://togithub.com/motdotla/dotenv/pull/784) ### [`v16.3.2`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1632-2024-01-18) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.3.1...v16.3.2) ##### Added - Add debug message when no encoding set [#​735](https://togithub.com/motdotla/dotenv/pull/735) ##### Changed - Fix output typing for `populate` [#​792](https://togithub.com/motdotla/dotenv/pull/792) - Use subarray instead of slice [#​793](https://togithub.com/motdotla/dotenv/pull/793)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs). --- bench/vercel/package.json | 2 +- packages/next-env/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bench/vercel/package.json b/bench/vercel/package.json index cdb0e78b7b..a79922f5ee 100644 --- a/bench/vercel/package.json +++ b/bench/vercel/package.json @@ -13,7 +13,7 @@ "@szmarczak/http-timer": "5.0.1", "asciichart": "1.5.25", "commander": "11.1.0", - "dotenv": "16.4.0", + "dotenv": "16.4.1", "downsample-lttb": "0.0.1", "listr2": "7.0.2", "p-queue": "7.4.1", diff --git a/packages/next-env/package.json b/packages/next-env/package.json index 0c089c555f..290c2aac8e 100644 --- a/packages/next-env/package.json +++ b/packages/next-env/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@vercel/ncc": "0.38.1", - "dotenv": "16.4.0", + "dotenv": "16.4.1", "dotenv-expand": "10.0.0" } }