From 45c31c6aff8786dfee693f8b2744710252cd0367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 09:12:14 +0000 Subject: [PATCH] chore(deps-dev): bump @dhis2/cli-utils-cypress Bumps [@dhis2/cli-utils-cypress](https://github.com/dhis2/cli-utils-cypress) from 8.0.0-alpha.8 to 8.0.0-alpha.9. - [Release notes](https://github.com/dhis2/cli-utils-cypress/releases) - [Changelog](https://github.com/dhis2/cli-utils-cypress/blob/v8.0.0-alpha.9/CHANGELOG.md) - [Commits](https://github.com/dhis2/cli-utils-cypress/compare/v8.0.0-alpha.8...v8.0.0-alpha.9) --- updated-dependencies: - dependency-name: "@dhis2/cli-utils-cypress" 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 923883b97..8efacd03e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "devDependencies": { "@dhis2/cli-app-scripts": "^6.2.0", "@dhis2/cli-style": "^8.4.1", - "@dhis2/cli-utils-cypress": "^8.0.0-alpha.8", + "@dhis2/cli-utils-cypress": "^8.0.0-alpha.9", "@dhis2/cypress-commands": "^8.0.0-alpha.8", "@dhis2/cypress-plugins": "^8.0.0-alpha.8", "@testing-library/cypress": "^7.0.6", diff --git a/yarn.lock b/yarn.lock index 2ff0f2171..a9a9875ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2168,10 +2168,10 @@ semver "^7.3.4" yargs "^16.2.0" -"@dhis2/cli-utils-cypress@^8.0.0-alpha.8": - version "8.0.0-alpha.8" - resolved "https://registry.yarnpkg.com/@dhis2/cli-utils-cypress/-/cli-utils-cypress-8.0.0-alpha.8.tgz#d1be34c3dcac301c4beb5670621bbe41a777cc55" - integrity sha512-UdsAg2x7im5079JrRg0vbxqIO6EyCJ82Q/NSEYavSayCvkNCS8f13PCeQHa1r+/vBJAGY1jkUa9Q3osPrP1XgA== +"@dhis2/cli-utils-cypress@^8.0.0-alpha.9": + version "8.0.0-alpha.9" + resolved "https://registry.yarnpkg.com/@dhis2/cli-utils-cypress/-/cli-utils-cypress-8.0.0-alpha.9.tgz#d41f78fb4a4b36cfa34c59404a393b22fdfb72c0" + integrity sha512-XI7+HuXNghEWo7rwoGpi6jgVcbHSfQgnp8HGbs3zW5lf4oezQvJlYhjD9jBRbsPtGyRcFMgPk4BFEtYBWWqQOQ== dependencies: "@dhis2/cli-helpers-engine" "^2.3.0" cypress "^7.4.0"