From 1d5544717d24adc8969168c2ab9d82c920dfc903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 10:14:56 +0000 Subject: [PATCH] build(deps-dev): bump dotenv from 16.0.1 to 16.0.3 Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.1 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/v16.0.1...v16.0.3) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:development update-type: version-update:semver-patch ... 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 11ec69486..90c76b203 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@types/react-dom": "^18.0.4", "@types/sharp": "^0.30.4", "@typescript-eslint/eslint-plugin": "^5.30.0", - "dotenv": "^16.0.1", + "dotenv": "^16.0.3", "eslint": "^8.18.0", "eslint-config-next": "^12.2.0", "eslint-config-prettier": "^8.3.0", diff --git a/yarn.lock b/yarn.lock index 54201b93c..9719b100b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3575,10 +3575,10 @@ dot-prop@^5.2.0: dependencies: is-obj "^2.0.0" -dotenv@^16.0.1: - version "16.0.1" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.1.tgz#8f8f9d94876c35dac989876a5d3a82a267fdce1d" - integrity sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ== +dotenv@^16.0.3: + version "16.0.3" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.3.tgz#115aec42bac5053db3c456db30cc243a5a836a07" + integrity sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ== duplexer3@^0.1.4: version "0.1.4"