From c34c01f9e5550fdc3f27caaa6163b6e8f7cecc37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rok=20Ro=C5=A1kar?= Date: Mon, 21 Oct 2024 14:08:58 +0200 Subject: [PATCH] chore: update cypress tests --- cypress-tests/package-lock.json | 14 +++++++------- cypress-tests/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cypress-tests/package-lock.json b/cypress-tests/package-lock.json index 4425403e6b..2311cc598c 100644 --- a/cypress-tests/package-lock.json +++ b/cypress-tests/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@actions/core": "^1.10.0", - "@renku/notebooks-cypress-tests": "^0.0.10", + "@renku/notebooks-cypress-tests": "^0.0.13", "cypress": "^12.17.1", "cypress-localstorage-commands": "^2.2.3", "typescript": "^4.8.4", @@ -214,9 +214,9 @@ } }, "node_modules/@renku/notebooks-cypress-tests": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/@renku/notebooks-cypress-tests/-/notebooks-cypress-tests-0.0.10.tgz", - "integrity": "sha512-PVK91sEcM0qi/+b1wVn/qEUGcD8eWWgwcAgr8fTp5VjEvK781rdqUG+sItsNSmvdaP5at5/5U5C2RU8YxnosjQ==", + "version": "0.0.13", + "resolved": "https://registry.npmjs.org/@renku/notebooks-cypress-tests/-/notebooks-cypress-tests-0.0.13.tgz", + "integrity": "sha512-0GU+iHG/vMg8cpYXhAuo4ztMA4ZxlEnJuQJThSpEMN9BjzUL5Bhj2Ia64a83ryW3mrYe5UDIrvWjKFoCDvd4tQ==", "dependencies": { "cypress": "^11.0.1" } @@ -3334,9 +3334,9 @@ } }, "@renku/notebooks-cypress-tests": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/@renku/notebooks-cypress-tests/-/notebooks-cypress-tests-0.0.10.tgz", - "integrity": "sha512-PVK91sEcM0qi/+b1wVn/qEUGcD8eWWgwcAgr8fTp5VjEvK781rdqUG+sItsNSmvdaP5at5/5U5C2RU8YxnosjQ==", + "version": "0.0.13", + "resolved": "https://registry.npmjs.org/@renku/notebooks-cypress-tests/-/notebooks-cypress-tests-0.0.13.tgz", + "integrity": "sha512-0GU+iHG/vMg8cpYXhAuo4ztMA4ZxlEnJuQJThSpEMN9BjzUL5Bhj2Ia64a83ryW3mrYe5UDIrvWjKFoCDvd4tQ==", "requires": { "cypress": "^11.0.1" }, diff --git a/cypress-tests/package.json b/cypress-tests/package.json index 5b15f66c04..92d3115f5f 100644 --- a/cypress-tests/package.json +++ b/cypress-tests/package.json @@ -14,7 +14,7 @@ "author": "Swiss Data Science Center", "dependencies": { "@actions/core": "^1.10.0", - "@renku/notebooks-cypress-tests": "^0.0.10", + "@renku/notebooks-cypress-tests": "^0.0.13", "cypress": "^12.17.1", "cypress-localstorage-commands": "^2.2.3", "typescript": "^4.8.4",