From 9544642a424f94a8f22a6a658761de18c4c7040d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Nov 2023 17:54:56 +0000 Subject: [PATCH] Update dependency dotenv to v16.3.1 (#352) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dotenv](https://github.com/motdotla/dotenv) | dependencies | minor | [`16.0.3` -> `16.3.1`](https://renovatebot.com/diffs/npm/dotenv/16.0.3/16.3.1) | --- ### Release Notes
motdotla/dotenv (dotenv) ### [`v16.3.1`](https://github.com/motdotla/dotenv/compare/76d3682e104f10440c8c6085fe27556f828cb48e...b13ca7bbdae868e2565db1188a033761ff59cb47) [Compare Source](https://github.com/motdotla/dotenv/compare/76d3682e104f10440c8c6085fe27556f828cb48e...b13ca7bbdae868e2565db1188a033761ff59cb47) ### [`v16.3.0`](https://github.com/motdotla/dotenv/compare/a0e21a5bb91e00ee5297e47c84cc3c7edb976e50...76d3682e104f10440c8c6085fe27556f828cb48e) [Compare Source](https://github.com/motdotla/dotenv/compare/a0e21a5bb91e00ee5297e47c84cc3c7edb976e50...76d3682e104f10440c8c6085fe27556f828cb48e) ### [`v16.2.0`](https://github.com/motdotla/dotenv/compare/dc1cd6c8cb276b040e196ec76918786152ede43a...a0e21a5bb91e00ee5297e47c84cc3c7edb976e50) [Compare Source](https://github.com/motdotla/dotenv/compare/dc1cd6c8cb276b040e196ec76918786152ede43a...a0e21a5bb91e00ee5297e47c84cc3c7edb976e50) ### [`v16.1.4`](https://github.com/motdotla/dotenv/compare/4d255441cf3e9e7823c2da475b4c2a1b45ac5057...dc1cd6c8cb276b040e196ec76918786152ede43a) [Compare Source](https://github.com/motdotla/dotenv/compare/4d255441cf3e9e7823c2da475b4c2a1b45ac5057...dc1cd6c8cb276b040e196ec76918786152ede43a) ### [`v16.1.3`](https://github.com/motdotla/dotenv/compare/3f40e1245d61122341ec9adcc804e46c398b1a00...4d255441cf3e9e7823c2da475b4c2a1b45ac5057) [Compare Source](https://github.com/motdotla/dotenv/compare/3f40e1245d61122341ec9adcc804e46c398b1a00...4d255441cf3e9e7823c2da475b4c2a1b45ac5057) ### [`v16.1.2`](https://github.com/motdotla/dotenv/compare/66080bdefac6576e59737b9ab64ae3d688ee0eb9...3f40e1245d61122341ec9adcc804e46c398b1a00) [Compare Source](https://github.com/motdotla/dotenv/compare/66080bdefac6576e59737b9ab64ae3d688ee0eb9...3f40e1245d61122341ec9adcc804e46c398b1a00) ### [`v16.1.1`](https://github.com/motdotla/dotenv/compare/ef4893532314b84bdfaf7b4e85d9604ca997beda...66080bdefac6576e59737b9ab64ae3d688ee0eb9) [Compare Source](https://github.com/motdotla/dotenv/compare/ef4893532314b84bdfaf7b4e85d9604ca997beda...66080bdefac6576e59737b9ab64ae3d688ee0eb9) ### [`v16.1.0`](https://github.com/motdotla/dotenv/compare/560df1555e7fb5cfe7254942e4dc54a16a3316f3...ef4893532314b84bdfaf7b4e85d9604ca997beda) [Compare Source](https://github.com/motdotla/dotenv/compare/560df1555e7fb5cfe7254942e4dc54a16a3316f3...ef4893532314b84bdfaf7b4e85d9604ca997beda)
--- ### 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 this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/vylbot-app/pulls/352 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index c1d9c97..9a02a80 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1891,9 +1891,9 @@ dot-prop@^7.2.0: type-fest "^2.11.2" dotenv@^16.0.0, dotenv@^16.0.3: - version "16.0.3" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.3.tgz#115aec42bac5053db3c456db30cc243a5a836a07" - integrity sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ== + version "16.3.1" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e" + integrity sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ== eastasianwidth@^0.2.0: version "0.2.0"