From ca9c87c99ea0077a2ef7629b949b17a43df8208a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:03:25 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 13.2.0 to 13.6.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.2.0 to 13.6.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/v13.2.0...v13.6.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ packages/cypress-example-test-suite/package.json | 2 +- packages/cypress/package.json | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6b5067ef..ead10b4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3335,12 +3335,11 @@ } }, "node_modules/cypress": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.2.0.tgz", - "integrity": "sha512-AvDQxBydE771GTq0TR4ZUBvv9m9ffXuB/ueEtpDF/6gOcvFR96amgwSJP16Yhqw6VhmwqspT5nAGzoxxB+D89g==", + "version": "13.6.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.1.tgz", + "integrity": "sha512-k1Wl5PQcA/4UoTffYKKaxA0FJKwg8yenYNYRzLt11CUR0Kln+h7Udne6mdU1cUIdXBDTVZWtmiUjzqGs7/pEpw==", "dev": true, "hasInstallScript": true, - "license": "MIT", "dependencies": { "@cypress/request": "^3.0.0", "@cypress/xvfb": "^1.2.4", @@ -11195,7 +11194,7 @@ "@types/node": "^20.6.2", "@typescript-eslint/eslint-plugin": "^6.7.2", "@typescript-eslint/parser": "^6.7.2", - "cypress": "^13.2.0", + "cypress": "^13.6.1", "eslint": "^8.49.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.0.0", @@ -11215,7 +11214,7 @@ "license": "MIT", "devDependencies": { "@knapsack-pro/cypress": "^8.0.1", - "cypress": "^13.2.0" + "cypress": "^13.6.1" } }, "packages/cypress/node_modules/@typescript-eslint/eslint-plugin": { diff --git a/packages/cypress-example-test-suite/package.json b/packages/cypress-example-test-suite/package.json index 3cc8d35f..0804a092 100644 --- a/packages/cypress-example-test-suite/package.json +++ b/packages/cypress-example-test-suite/package.json @@ -5,7 +5,7 @@ "main": "index.js", "devDependencies": { "@knapsack-pro/cypress": "^8.0.1", - "cypress": "^13.2.0" + "cypress": "^13.6.1" }, "scripts": { "test": "cypress run", diff --git a/packages/cypress/package.json b/packages/cypress/package.json index f9ceaf9b..165e8048 100644 --- a/packages/cypress/package.json +++ b/packages/cypress/package.json @@ -71,7 +71,7 @@ "@types/node": "^20.6.2", "@typescript-eslint/eslint-plugin": "^6.7.2", "@typescript-eslint/parser": "^6.7.2", - "cypress": "^13.2.0", + "cypress": "^13.6.1", "eslint": "^8.49.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.0.0",