From 49cad7a11de9d814a45f865689fd2e612f10ff5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 19:47:09 +0000 Subject: [PATCH] chore(deps): update dependency cypress to v11 --- pnpm-lock.yaml | 14 +++++++------- template/config/cypress-ct/package.json | 2 +- template/config/cypress/package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ab1e4185..850bad16 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -49,20 +49,20 @@ importers: template/config/cypress: specifiers: - cypress: ^10.10.0 + cypress: ^11.1.0 start-server-and-test: ^1.14.0 devDependencies: - cypress: 10.10.0 + cypress: 11.1.0 start-server-and-test: 1.14.0 template/config/cypress-ct: specifiers: - cypress: ^10.10.0 + cypress: ^11.1.0 vue: ^3.2.41 dependencies: vue: 3.2.41 devDependencies: - cypress: 10.10.0 + cypress: 11.1.0 template/config/jsx: specifiers: @@ -1168,7 +1168,7 @@ packages: dev: true /check-more-types/2.24.0: - resolution: {integrity: sha1-FCD/sQ/URNz8ebQ4kbv//TKoRgA=} + resolution: {integrity: sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA==} engines: {node: '>= 0.8.0'} dev: true @@ -1312,8 +1312,8 @@ packages: /csstype/2.6.20: resolution: {integrity: sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==} - /cypress/10.10.0: - resolution: {integrity: sha512-bU8r44x1NIYAUNNXt3CwJpLOVth7HUv2hUhYCxZmgZ1IugowDvuHNpevnoZRQx1KKOEisLvIJW+Xen5Pjn41pg==} + /cypress/11.1.0: + resolution: {integrity: sha512-kzizbG9s3p3ahWqxUwG/21NqLWEGtScMevMyUPeYlcmMX9RzVxWM18MkA3B4Cb3jKx72hSyIE2mHgHymfCM1bg==} engines: {node: '>=12.0.0'} hasBin: true requiresBuild: true diff --git a/template/config/cypress-ct/package.json b/template/config/cypress-ct/package.json index 4dd43073..77aef968 100644 --- a/template/config/cypress-ct/package.json +++ b/template/config/cypress-ct/package.json @@ -7,6 +7,6 @@ "vue": "^3.2.41" }, "devDependencies": { - "cypress": "^10.10.0" + "cypress": "^11.1.0" } } diff --git a/template/config/cypress/package.json b/template/config/cypress/package.json index 2ac6c7e3..6cdafcbb 100644 --- a/template/config/cypress/package.json +++ b/template/config/cypress/package.json @@ -4,7 +4,7 @@ "test:e2e:dev": "start-server-and-test 'vite dev --port 4173' :4173 'cypress open --e2e'" }, "devDependencies": { - "cypress": "^10.10.0", + "cypress": "^11.1.0", "start-server-and-test": "^1.14.0" } }