From 67c3d1223b28de003c3e52c5de71d03f65977a87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 15:48:10 +0000 Subject: [PATCH] chore(deps): bump @dhis2/cli-utils-cypress from 9.0.1 to 9.0.2 Bumps [@dhis2/cli-utils-cypress](https://github.com/dhis2/cli-utils-cypress) from 9.0.1 to 9.0.2. - [Release notes](https://github.com/dhis2/cli-utils-cypress/releases) - [Changelog](https://github.com/dhis2/cli-utils-cypress/blob/master/CHANGELOG.md) - [Commits](https://github.com/dhis2/cli-utils-cypress/compare/v9.0.1...v9.0.2) --- updated-dependencies: - dependency-name: "@dhis2/cli-utils-cypress" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/utils/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/utils/package.json b/packages/utils/package.json index 7961cd51..5f5ee3a2 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -17,7 +17,7 @@ "dependencies": { "@dhis2/cli-helpers-engine": "^3.2.1", "@dhis2/cli-utils-codemods": "^3.0.0", - "@dhis2/cli-utils-cypress": "^9.0.1", + "@dhis2/cli-utils-cypress": "^9.0.2", "@dhis2/cli-utils-docsite": "^3.1.2", "@semantic-release/changelog": "^5.0.1", "@semantic-release/commit-analyzer": "^8.0.1", diff --git a/yarn.lock b/yarn.lock index 4ca993e4..4f8c7022 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2103,10 +2103,10 @@ jscodeshift "^0.11.0" yargs "^16.1.0" -"@dhis2/cli-utils-cypress@^9.0.1": - version "9.0.1" - resolved "https://registry.yarnpkg.com/@dhis2/cli-utils-cypress/-/cli-utils-cypress-9.0.1.tgz#0f4c2eea102da09589cf1ca1530e3c849bd29b71" - integrity sha512-c3+rLqFBXgF9a6TDeuLj7Q/NEaoc3YJR3Ga43OV8M4NnkkJ8X8wzd4dDYgM9oaxfil44VBQU9xzjp4tBZg++oA== +"@dhis2/cli-utils-cypress@^9.0.2": + version "9.0.2" + resolved "https://registry.yarnpkg.com/@dhis2/cli-utils-cypress/-/cli-utils-cypress-9.0.2.tgz#c3ab5afaffd380579d97f35ff93a69a10000dbb3" + integrity sha512-LM6qeghtMOGvjf3lMjKJX4+z0zfzxeAN5Y7J+ShJNs0ErelL/Y+GJiHZRwO766tSgp63wpvjSq1WOoN1UdT6Pw== dependencies: "@dhis2/cli-helpers-engine" "^2.3.0" fs-extra "^8.1.0"