diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index cdb8d90fb..e2d5df3fc 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -74,7 +74,7 @@ jobs: matrix: # Run multiple copies of the current job in parallel # Please increase the number or runners as your tests suite grows - containers: [1, 2, 3] + containers: [1, 2] name: runner ${{ matrix.containers }} diff --git a/package-lock.json b/package-lock.json index 6ce462490..8a0bfcedf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@nextcloud/webpack-vue-config": "^6.0.0", "@testing-library/vue": "^5.9.0", "@types/dockerode": "^3.3.22", - "@types/jest": "^29.5.5", + "@types/jest": "^29.5.7", "@vue/test-utils": "^1.3.6", "@vue/tsconfig": "^0.4.0", "@vue/vue2-jest": "^29.2.6", @@ -4430,9 +4430,9 @@ } }, "node_modules/@types/jest": { - "version": "29.5.5", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.5.tgz", - "integrity": "sha512-ebylz2hnsWR9mYvmBFbXJXr+33UPc4+ZdxyDXh5w0FlPBTfCVN3wPL+kuOiQt3xvrK419v7XWeAs+AeOksafXg==", + "version": "29.5.7", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.7.tgz", + "integrity": "sha512-HLyetab6KVPSiF+7pFcUyMeLsx25LDNDemw9mGsJBkai/oouwrjTycocSDYopMEwFhN2Y4s9oPyOCZNofgSt2g==", "dev": true, "dependencies": { "expect": "^29.0.0", @@ -25436,9 +25436,9 @@ } }, "@types/jest": { - "version": "29.5.5", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.5.tgz", - "integrity": "sha512-ebylz2hnsWR9mYvmBFbXJXr+33UPc4+ZdxyDXh5w0FlPBTfCVN3wPL+kuOiQt3xvrK419v7XWeAs+AeOksafXg==", + "version": "29.5.7", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.7.tgz", + "integrity": "sha512-HLyetab6KVPSiF+7pFcUyMeLsx25LDNDemw9mGsJBkai/oouwrjTycocSDYopMEwFhN2Y4s9oPyOCZNofgSt2g==", "dev": true, "requires": { "expect": "^29.0.0", diff --git a/package.json b/package.json index 21524e3cf..890d62ba5 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@nextcloud/webpack-vue-config": "^6.0.0", "@testing-library/vue": "^5.9.0", "@types/dockerode": "^3.3.22", - "@types/jest": "^29.5.5", + "@types/jest": "^29.5.7", "@vue/test-utils": "^1.3.6", "@vue/tsconfig": "^0.4.0", "@vue/vue2-jest": "^29.2.6",