From ee52b93838582294c8c6f59153d47af51fecad0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 18:57:57 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 12.12.0 to 13.3.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 12.12.0 to 13.3.1. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v12.12.0...v13.3.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 34 ++++++++++++++++++++-------------- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index bc46f6f..c48dbe7 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@typescript-eslint/parser": "^5.45.0", "autoprefixer": "^10.4.13", "axios-mock-adapter": "^1.21.4", - "cypress": "^12.12.0", + "cypress": "^13.3.1", "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-svelte3": "^4.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7f17bd0..9e6f6e3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,7 +69,7 @@ dependencies: devDependencies: '@badeball/cypress-cucumber-preprocessor': specifier: ^18.0.5 - version: 18.0.5(cypress@12.12.0) + version: 18.0.5(cypress@13.3.1) '@commitlint/cli': specifier: ^17.6.1 version: 17.6.1 @@ -113,8 +113,8 @@ devDependencies: specifier: ^1.21.4 version: 1.21.4(axios@1.3.4) cypress: - specifier: ^12.12.0 - version: 12.12.0 + specifier: ^13.3.1 + version: 13.3.1 eslint: specifier: ^8.28.0 version: 8.28.0 @@ -1382,7 +1382,7 @@ packages: - supports-color dev: true - /@badeball/cypress-cucumber-preprocessor@18.0.5(cypress@12.12.0): + /@badeball/cypress-cucumber-preprocessor@18.0.5(cypress@13.3.1): resolution: {integrity: sha512-/nMGGlNQe2gyQWfuovBSu8ZmVhKGEz5dLR2CSlRSHdHF9+4Ymaf7Nfo4akV6bAkV7Utvo+iET9ycN//iqAZHlA==} engines: {node: '>=18.0.0'} hasBin: true @@ -1407,7 +1407,7 @@ packages: cli-table: 0.3.11 common-ancestor-path: 1.0.1 cosmiconfig: 8.2.0 - cypress: 12.12.0 + cypress: 13.3.1 debug: 4.3.4(supports-color@8.1.1) error-stack-parser: 2.1.4 esbuild: 0.19.2 @@ -1766,8 +1766,8 @@ packages: - utf-8-validate dev: true - /@cypress/request@2.88.12: - resolution: {integrity: sha512-tOn+0mDZxASFM+cuAP9szGUGPI1HwWVSvdzm7V4cCsPdFTx6qMj29CwaQmRAMIEhORIUBFBsYROYJcveK4uOjA==} + /@cypress/request@3.0.1: + resolution: {integrity: sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==} engines: {node: '>= 6'} dependencies: aws-sign2: 0.7.0 @@ -2990,8 +2990,8 @@ packages: resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} dev: true - /@types/node@14.18.54: - resolution: {integrity: sha512-uq7O52wvo2Lggsx1x21tKZgqkJpvwCseBBPtX/nKQfpVlEsLOb11zZ1CRsWUKvJF0+lzuA9jwvA7Pr2Wt7i3xw==} + /@types/node@18.18.4: + resolution: {integrity: sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ==} dev: true /@types/node@20.4.7: @@ -4422,15 +4422,15 @@ packages: engines: {node: '>=4'} hasBin: true - /cypress@12.12.0: - resolution: {integrity: sha512-UU5wFQ7SMVCR/hyKok/KmzG6fpZgBHHfrXcHzDmPHWrT+UUetxFzQgt7cxCszlwfozckzwkd22dxMwl/vNkWRw==} - engines: {node: ^14.0.0 || ^16.0.0 || >=18.0.0} + /cypress@13.3.1: + resolution: {integrity: sha512-g4mJLZxYN+UAF2LMy3Znd4LBnUmS59Vynd81VES59RdW48Yt+QtR2cush3melOoVNz0PPbADpWr8DcUx6mif8Q==} + 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.1 '@cypress/xvfb': 1.2.4(supports-color@8.1.1) - '@types/node': 14.18.54 + '@types/node': 18.18.4 '@types/sinonjs__fake-timers': 8.1.1 '@types/sizzle': 2.3.3 arch: 2.2.0 @@ -4463,6 +4463,7 @@ packages: minimist: 1.2.8 ospath: 1.2.2 pretty-bytes: 5.6.0 + process: 0.11.10 proxy-from-env: 1.0.0 request-progress: 3.0.0 semver: 7.5.4 @@ -7471,6 +7472,11 @@ packages: prettier: 2.8.0 dev: true + /process@0.11.10: + resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} + engines: {node: '>= 0.6.0'} + dev: true + /progress@2.0.3: resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} engines: {node: '>=0.4.0'}