From e8c8fecb15bc9e3d81b91a352f548ee06a608ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 01:07:36 +0000 Subject: [PATCH] fix(deps): bump dotenv from 16.0.3 to 16.1.3 Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.3 to 16.1.3. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.0.3...v16.1.3) --- 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 7495ad2..31b0470 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@openzeppelin/test-helpers": "^0.5.16", "@tenderly/hardhat-tenderly": "^1.1.6", "chai": "^4.3.7", - "dotenv": "^16.0.3", + "dotenv": "^16.1.3", "ethereum-waffle": "^3.4.4", "ethers": "^5.7.2", "hardhat": "2.14.0", diff --git a/yarn.lock b/yarn.lock index 888ab0e..a53d95e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3602,10 +3602,10 @@ dot-case@^2.1.0: dependencies: no-case "^2.2.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== +dotenv@^16.1.3: + version "16.1.3" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.1.3.tgz#0c67e90d0ddb48d08c570888f709b41844928210" + integrity sha512-FYssxsmCTtKL72fGBSvb1K9dRz0/VZeWqFme/vSb7r7323x4CRaHu4LvQ5JG3+s6yt2YPbBrkpiEODktfyjI9A== dotignore@~0.1.2: version "0.1.2"