From 9b3903c14eb2531da3c85dc92136199694c98ae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:28:55 +0000 Subject: [PATCH] Bump dotenv from 16.1.3 to 16.3.1 Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.1.3 to 16.3.1. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.1.3...v16.3.1) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7ef81f4..8ce4fe9 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "country-code-lookup": "^0.1.0", "discord-api-types": "^0.37.62", "discord.js": "^14.11.0", - "dotenv": "^16.0.3", + "dotenv": "^16.3.1", "express": "^4.18.2", "i18n": "^0.15.1", "libsodium-wrappers": "^0.7.11", diff --git a/yarn.lock b/yarn.lock index 884d793..c048f36 100644 --- a/yarn.lock +++ b/yarn.lock @@ -839,10 +839,10 @@ discord.js@^14.11.0: undici "^5.22.0" ws "^8.13.0" -dotenv@^16.0.3: - version "16.1.3" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.1.3.tgz#0c67e90d0ddb48d08c570888f709b41844928210" - integrity sha512-FYssxsmCTtKL72fGBSvb1K9dRz0/VZeWqFme/vSb7r7323x4CRaHu4LvQ5JG3+s6yt2YPbBrkpiEODktfyjI9A== +dotenv@^16.3.1: + version "16.3.1" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e" + integrity sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ== dynamic-dedupe@^0.3.0: version "0.3.0"