From 80ffde91b346ab5c10c2b9f8b156202e26f96b08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 01:25:24 +0000 Subject: [PATCH] fix(deps): bump dotenv from 16.0.3 to 16.1.4 Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.3 to 16.1.4. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.0.3...v16.1.4) --- 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..46907d5 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.4", "ethereum-waffle": "^3.4.4", "ethers": "^5.7.2", "hardhat": "2.14.0", diff --git a/yarn.lock b/yarn.lock index 888ab0e..672fce0 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.4: + version "16.1.4" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.1.4.tgz#67ac1a10cd9c25f5ba604e4e08bc77c0ebe0ca8c" + integrity sha512-m55RtE8AsPeJBpOIFKihEmqUcoVncQIwo7x9U8ZwLEZw9ZpXboz2c+rvog+jUaJvVrZ5kBOeYQBX5+8Aa/OZQw== dotignore@~0.1.2: version "0.1.2"