From a7e317c360e929df63ba39f13ccca67d00f17867 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Fri, 22 Dec 2023 02:55:22 +0100 Subject: [PATCH] test if cypress stops e2e pipeline tests (#917) test if cypress is the issue --- webclient/package.json | 2 +- webclient/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webclient/package.json b/webclient/package.json index 089c03597..1559da76b 100644 --- a/webclient/package.json +++ b/webclient/package.json @@ -39,7 +39,7 @@ "@vue/eslint-config-typescript": "12.0.0", "@vue/tsconfig": "0.4.0", "autoprefixer": "^10.4.16", - "cypress": "13.5.1", + "cypress": "13.6.1", "eslint": "8.56.0", "eslint-plugin-vue": "9.19.2", "isomorphic-fetch": "3.0.0", diff --git a/webclient/pnpm-lock.yaml b/webclient/pnpm-lock.yaml index 982ead2d6..c6b3d2be4 100644 --- a/webclient/pnpm-lock.yaml +++ b/webclient/pnpm-lock.yaml @@ -62,8 +62,8 @@ devDependencies: specifier: ^10.4.16 version: 10.4.16(postcss@8.4.31) cypress: - specifier: 13.5.1 - version: 13.5.1 + specifier: 13.6.1 + version: 13.6.1 eslint: specifier: 8.56.0 version: 8.56.0 @@ -1710,8 +1710,8 @@ packages: /csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - /cypress@13.5.1: - resolution: {integrity: sha512-yqLViT0D/lPI8Kkm7ciF/x/DCK/H/DnogdGyiTnQgX4OVR2aM30PtK+kvklTOD1u3TuItiD9wUQAF8EYWtyZug==} + /cypress@13.6.1: + resolution: {integrity: sha512-k1Wl5PQcA/4UoTffYKKaxA0FJKwg8yenYNYRzLt11CUR0Kln+h7Udne6mdU1cUIdXBDTVZWtmiUjzqGs7/pEpw==} engines: {node: ^16.0.0 || ^18.0.0 || >=20.0.0} hasBin: true requiresBuild: true