diff --git a/examples/api-before-14.3/package.json b/examples/api-before-14.3/package.json index 43189ff..dbf380b 100644 --- a/examples/api-before-14.3/package.json +++ b/examples/api-before-14.3/package.json @@ -31,7 +31,7 @@ "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", - "cypress": "^13.17.0", + "cypress": "^14.0.0", "eslint": "^9.18.0", "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-vue": "^9.32.0", diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index ebb07b6..6cfd2f1 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -31,7 +31,7 @@ "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", - "cypress": "^13.17.0", + "cypress": "^14.0.0", "eslint": "^9.18.0", "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-vue": "^9.32.0", diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index 5404768..031970d 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -24,7 +24,7 @@ "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "cypress": "^13.17.0", + "cypress": "^14.0.0", "eslint": "^9.18.0", "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-vue": "^9.32.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 23c4626..0e39aad 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -138,8 +138,8 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3)) cypress: - specifier: ^13.17.0 - version: 13.17.0 + specifier: ^14.0.0 + version: 14.0.0 eslint: specifier: ^9.18.0 version: 9.18.0 @@ -303,8 +303,8 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3)) cypress: - specifier: ^13.17.0 - version: 13.17.0 + specifier: ^14.0.0 + version: 14.0.0 eslint: specifier: ^9.18.0 version: 9.18.0 @@ -364,8 +364,8 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3)) cypress: - specifier: ^13.17.0 - version: 13.17.0 + specifier: ^14.0.0 + version: 14.0.0 eslint: specifier: ^9.18.0 version: 9.18.0 @@ -2815,9 +2815,9 @@ packages: csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - cypress@13.17.0: - resolution: {integrity: sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==} - engines: {node: ^16.0.0 || ^18.0.0 || >=20.0.0} + cypress@14.0.0: + resolution: {integrity: sha512-kEGqQr23so5IpKeg/dp6GVi7RlHx1NmW66o2a2Q4wk9gRaAblLZQSiZJuDI8UMC4LlG5OJ7Q6joAiqTrfRNbTw==} + engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true dashdash@1.14.1: @@ -6398,7 +6398,7 @@ snapshots: '@types/yauzl@2.10.3': dependencies: - '@types/node': 20.17.14 + '@types/node': 22.10.7 optional: true '@typescript-eslint/eslint-plugin@8.21.0(@typescript-eslint/parser@8.21.0(eslint@9.18.0)(typescript@5.7.3))(eslint@9.18.0)(typescript@5.7.3)': @@ -7216,7 +7216,7 @@ snapshots: csstype@3.1.3: {} - cypress@13.17.0: + cypress@14.0.0: dependencies: '@cypress/request': 3.0.7 '@cypress/xvfb': 1.2.4(supports-color@8.1.1)