From 144586cfc4256f3c407d8b20aa08c4e45f0d6bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 14:10:51 +0200 Subject: [PATCH] build(deps): bump cypress-file-upload in /main/tests/cypress (#4003) Bumps [cypress-file-upload](https://github.com/abramenal/cypress-file-upload) from 5.0.7 to 5.0.8. - [Release notes](https://github.com/abramenal/cypress-file-upload/releases) - [Commits](https://github.com/abramenal/cypress-file-upload/compare/v5.0.7...v5.0.8) --- updated-dependencies: - dependency-name: cypress-file-upload dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@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 169f6acd6..69c86cdb4 100644 --- a/main/tests/cypress/package.json +++ b/main/tests/cypress/package.json @@ -13,7 +13,7 @@ "dependencies": { "cypress": "7.2.0", "cypress-image-snapshot": "^4.0.1", - "cypress-file-upload": "^5.0.7", + "cypress-file-upload": "^5.0.8", "cypress-wait-until": "^1.7.1", "dotenv": "^10.0.0", "fs-extra": "^10.0.0", diff --git a/main/tests/cypress/yarn.lock b/main/tests/cypress/yarn.lock index 19b65cf8f..dd8c60ff9 100644 --- a/main/tests/cypress/yarn.lock +++ b/main/tests/cypress/yarn.lock @@ -497,10 +497,10 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2: shebang-command "^2.0.0" which "^2.0.1" -cypress-file-upload@^5.0.7: - version "5.0.7" - resolved "https://registry.yarnpkg.com/cypress-file-upload/-/cypress-file-upload-5.0.7.tgz#acf24fe08a92b2d0c892a58b56811fb933d34ea9" - integrity sha512-cgWsWx7igxjyyVm9/VJ9ukdy69jL00I7z0lrwUWtXXLPvX4neO+8JAZ054Ax8Xf+mdV9OerenXzb9nqRoafjHA== +cypress-file-upload@^5.0.8: + version "5.0.8" + resolved "https://registry.yarnpkg.com/cypress-file-upload/-/cypress-file-upload-5.0.8.tgz#d8824cbeaab798e44be8009769f9a6c9daa1b4a1" + integrity sha512-+8VzNabRk3zG6x8f8BWArF/xA/W0VK4IZNx3MV0jFWrJS/qKn8eHfa5nU73P9fOQAgwHFJx7zjg4lwOnljMO8g== cypress-image-snapshot@^4.0.1: version "4.0.1"