diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 031fedb8..1a7be873 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -567,11 +567,11 @@ importers: specifier: ^4.0.0 version: 4.0.0(vite@4.1.4)(vue@3.2.47) cypress: - specifier: ^12.7.0 - version: 12.7.0 + specifier: ^12.9.0 + version: 12.9.0 eslint-plugin-cypress: - specifier: ^2.12.1 - version: 2.12.1(eslint@8.37.0) + specifier: ^2.13.2 + version: 2.13.2(eslint@8.37.0) typescript: specifier: ^4.9.5 version: 4.9.5 @@ -4663,8 +4663,8 @@ packages: resolution: {integrity: sha512-d4ZVpCW31eWwCMe1YT3ur7mUDnTXbgwyzaL320DrcRT45rfjYxkt5QWLrmOJ+/UEAI2+fQgKe/fCjR8l4TpRgw==} dev: true - /cypress@12.7.0: - resolution: {integrity: sha512-7rq+nmhzz0u6yabCFyPtADU2OOrYt6pvUau9qV7xyifJ/hnsaw/vkr0tnLlcuuQKUAOC1v1M1e4Z0zG7S0IAvA==} + /cypress@12.9.0: + resolution: {integrity: sha512-Ofe09LbHKgSqX89Iy1xen2WvpgbvNxDzsWx3mgU1mfILouELeXYGwIib3ItCwoRrRifoQwcBFmY54Vs0zw7QCg==} engines: {node: ^14.0.0 || ^16.0.0 || >=18.0.0} hasBin: true requiresBuild: true @@ -5553,8 +5553,8 @@ packages: - typescript dev: true - /eslint-plugin-cypress@2.12.1(eslint@8.37.0): - resolution: {integrity: sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==} + /eslint-plugin-cypress@2.13.2(eslint@8.37.0): + resolution: {integrity: sha512-LlwjnBTzuKuC0A4H0RxVjs0YeAWK+CD1iM9Dp8un3lzT713ePQxfpPstCD+9HSAss8emuE3b2hCNUST+NrUwKw==} peerDependencies: eslint: '>= 3.2.1' dependencies: diff --git a/tests/package.json b/tests/package.json index 1f76c28a..40e13b07 100644 --- a/tests/package.json +++ b/tests/package.json @@ -17,8 +17,8 @@ "@tooling/eslint-config": "workspace:*", "@tooling/tsconfig": "workspace:*", "@vitejs/plugin-vue": "^4.0.0", - "cypress": "^12.7.0", - "eslint-plugin-cypress": "^2.12.1", + "cypress": "^12.9.0", + "eslint-plugin-cypress": "^2.13.2", "typescript": "^4.9.5", "vite": "^4.1.4", "vue": "^3.2.25"