From df2eb81c1f0f9c7949515185e46c91a727af2c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 08:47:17 +0000 Subject: [PATCH] Bump @katalon/testops-commons in /packages/testops-cypress Bumps [@katalon/testops-commons](https://github.com/katalon-studio/testops-commons-js) from 1.2.4 to 1.2.5. - [Release notes](https://github.com/katalon-studio/testops-commons-js/releases) - [Commits](https://github.com/katalon-studio/testops-commons-js/commits) Signed-off-by: dependabot[bot] --- packages/testops-cypress/package-lock.json | 6 +++--- packages/testops-cypress/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/testops-cypress/package-lock.json b/packages/testops-cypress/package-lock.json index a490f8e..7095452 100644 --- a/packages/testops-cypress/package-lock.json +++ b/packages/testops-cypress/package-lock.json @@ -13,9 +13,9 @@ } }, "@katalon/testops-commons": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@katalon/testops-commons/-/testops-commons-1.2.4.tgz", - "integrity": "sha512-aOFB25eENcUsihaeaKCfWmuT8H66Sa6PRcdKp+yXxHuuRri9YklcU52WyJb2mknuhVCJl82h8Rna7rVG3R8LYw==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/@katalon/testops-commons/-/testops-commons-1.2.5.tgz", + "integrity": "sha512-XCjN/9QGPgYl99qGLTDAhA//zG1XLh31Aw3FgCp8nZdK2NiJC/1m6ijpD/Esc0Da85Y/+Omldi10R7Ey9ksy+A==", "requires": { "@katalon/testops-api": "^1.0.1", "axios": "^0.21.1", diff --git a/packages/testops-cypress/package.json b/packages/testops-cypress/package.json index 1b03cce..fb8f181 100644 --- a/packages/testops-cypress/package.json +++ b/packages/testops-cypress/package.json @@ -19,7 +19,7 @@ "testops-cypress" ], "dependencies": { - "@katalon/testops-commons": "1.2.4", + "@katalon/testops-commons": "1.2.5", "axios": "^0.21.0", "uuid": "^8.3.2" },