diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-11-14 10:29:09 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-14 10:29:09 +0100 |
| commit | dfac84c94e901f36b877628826adfcf7ae5364d7 (patch) | |
| tree | ac5077a996d24575fa0c79572914ecdd907e1be3 | |
| parent | 07b371f6e434001c38249b0a7d914f5475dda6a5 (diff) | |
| download | faker-dfac84c94e901f36b877628826adfcf7ae5364d7.tar.xz faker-dfac84c94e901f36b877628826adfcf7ae5364d7.zip | |
chore(deps): update dependency cypress to v11 (#1562)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 790c2f08..b80f2a22 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "@vueuse/core": "~9.4.0", "c8": "~7.12.0", "conventional-changelog-cli": "~2.2.2", - "cypress": "~10.11.0", + "cypress": "~11.0.1", "esbuild": "~0.15.13", "eslint": "~8.27.0", "eslint-config-prettier": "~8.5.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 786b1fde..d90fdbed 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,7 +18,7 @@ specifiers: '@vueuse/core': ~9.4.0 c8: ~7.12.0 conventional-changelog-cli: ~2.2.2 - cypress: ~10.11.0 + cypress: ~11.0.1 esbuild: ~0.15.13 eslint: ~8.27.0 eslint-config-prettier: ~8.5.0 @@ -68,7 +68,7 @@ devDependencies: '@vueuse/core': [email protected] c8: 7.12.0 conventional-changelog-cli: 2.2.2 - cypress: 10.11.0 + cypress: 11.0.1 esbuild: 0.15.13 eslint: 8.27.0 eslint-config-prettier: [email protected] @@ -1651,8 +1651,8 @@ packages: resolution: {integrity: sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==} dev: true - /cypress/10.11.0: - resolution: {integrity: sha512-lsaE7dprw5DoXM00skni6W5ElVVLGAdRUUdZjX2dYsGjbY/QnpzWZ95Zom1mkGg0hAaO/QVTZoFVS7Jgr/GUPA==} + /cypress/11.0.1: + resolution: {integrity: sha512-NuEfd0Vim492RJ3m/+bbTZ3OZrqXgfAfuLaZfIQ9D5lKocS3EDr2tyAarZdAhKwLyoh7OJ33jwMeMFIDbzYqog==} engines: {node: '>=12.0.0'} hasBin: true requiresBuild: true |
