From dd4eb781e143529b89ac2e0bea02037654a93e7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 07:05:40 +0200 Subject: [PATCH] build(deps): bump dotenv from 9.0.2 to 10.0.0 in /main/tests/cypress (#3932) Bumps [dotenv](https://github.com/motdotla/dotenv) from 9.0.2 to 10.0.0. - [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/v9.0.2...v10.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kush Trivedi <44091822+kushthedude@users.noreply.github.com> --- main/tests/cypress/package.json | 2 +- main/tests/cypress/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/main/tests/cypress/package.json b/main/tests/cypress/package.json index 558476645..8d198faf1 100644 --- a/main/tests/cypress/package.json +++ b/main/tests/cypress/package.json @@ -15,7 +15,7 @@ "cypress-image-snapshot": "^4.0.1", "cypress-file-upload": "^5.0.7", "cypress-wait-until": "^1.7.1", - "dotenv": "^9.0.2", + "dotenv": "^10.0.0", "fs-extra": "^10.0.0", "uniqid": "^5.3.0" }, diff --git a/main/tests/cypress/yarn.lock b/main/tests/cypress/yarn.lock index 291361663..8d417aef3 100644 --- a/main/tests/cypress/yarn.lock +++ b/main/tests/cypress/yarn.lock @@ -619,10 +619,10 @@ doctrine@^3.0.0: dependencies: esutils "^2.0.2" -dotenv@^9.0.2: - version "9.0.2" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-9.0.2.tgz#dacc20160935a37dea6364aa1bef819fb9b6ab05" - integrity sha512-I9OvvrHp4pIARv4+x9iuewrWycX6CcZtoAu1XrzPxc5UygMJXJZYmBsynku8IkrJwgypE5DGNjDPmPRhDCptUg== +dotenv@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81" + integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q== ecc-jsbn@~0.1.1: version "0.1.2"