diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-08-30 08:07:02 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-30 08:07:02 +0200 |
| commit | 16faa2aad1fee0a7b2f668ad6561fa8025cc839f (patch) | |
| tree | f15720343e4a0195c5cba95e37ab6f4cdb18efbe | |
| parent | 141add07cad6df5ff522dc46860fa6d4542c3b3f (diff) | |
| download | faker-16faa2aad1fee0a7b2f668ad6561fa8025cc839f.tar.xz faker-16faa2aad1fee0a7b2f668ad6561fa8025cc839f.zip | |
chore(deps): update dependency cypress to v13 (#2358)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json index 17e1b0c6..491cb127 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@vitest/ui": "~0.34.3", "@vueuse/core": "~10.4.1", "conventional-changelog-cli": "~4.0.0", - "cypress": "~12.17.4", + "cypress": "~13.0.0", "esbuild": "~0.19.2", "eslint": "~8.48.0", "eslint-config-prettier": "~9.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 14b6b1bf..bb7b9de3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -41,8 +41,8 @@ devDependencies: specifier: ~4.0.0 version: 4.0.0 cypress: - specifier: ~12.17.4 - version: 12.17.4 + specifier: ~13.0.0 + version: 13.0.0 esbuild: specifier: ~0.19.2 version: 0.19.2 @@ -339,8 +339,8 @@ packages: dev: true optional: true - /@cypress/[email protected]: - resolution: {integrity: sha512-tOn+0mDZxASFM+cuAP9szGUGPI1HwWVSvdzm7V4cCsPdFTx6qMj29CwaQmRAMIEhORIUBFBsYROYJcveK4uOjA==} + /@cypress/[email protected]: + resolution: {integrity: sha512-GKFCqwZwMYmL3IBoNeR2MM1SnxRIGERsQOTWeQKoYBt2JLqcqiy7JXqO894FLrpjZYqGxW92MNwRH2BN56obdQ==} engines: {node: '>= 6'} dependencies: aws-sign2: 0.7.0 @@ -2734,13 +2734,13 @@ packages: resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==} dev: true - resolution: {integrity: sha512-gAN8Pmns9MA5eCDFSDJXWKUpaL3IDd89N9TtIupjYnzLSmlpVr+ZR+vb4U/qaMp+lB6tBvAmt7504c3Z4RU5KQ==} - engines: {node: ^14.0.0 || ^16.0.0 || >=18.0.0} + resolution: {integrity: sha512-nWHU5dUxP2Wm/zrMd8SWTTl706aJex/l+H4vi/tbu2SWUr17BUcd/sIYeqyxeoSPW1JFV2pT1pf4JEImH/POMg==} + engines: {node: ^16.0.0 || ^18.0.0 || >=20.0.0} hasBin: true requiresBuild: true dependencies: - '@cypress/request': 2.88.12 + '@cypress/request': 3.0.0 '@cypress/xvfb': 1.2.4([email protected]) '@types/node': 16.18.39 '@types/sinonjs__fake-timers': 8.1.1 |
