From 5e7ce1ddf8b2fb48a950ede959a288ccebdd5817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 14:51:30 +0000 Subject: [PATCH] build(deps-dev): Bump cypress from 13.5.1 to 13.6.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.5.1 to 13.6.0. - [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.5.1...v13.6.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e1d61086e..4759f616d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "browserstack-cypress-cli": "1.26.2", "cli-table": "^0.3.6", "concurrently": "^7.3.0", - "cypress": "13.5.1", + "cypress": "13.6.0", "es-check": "^7.0.1", "es-cookie": "~1.3.2", "eslint": "^8.22.0", @@ -4259,9 +4259,9 @@ } }, "node_modules/cypress": { - "version": "13.5.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.1.tgz", - "integrity": "sha512-yqLViT0D/lPI8Kkm7ciF/x/DCK/H/DnogdGyiTnQgX4OVR2aM30PtK+kvklTOD1u3TuItiD9wUQAF8EYWtyZug==", + "version": "13.6.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.0.tgz", + "integrity": "sha512-quIsnFmtj4dBUEJYU4OH0H12bABJpSujvWexC24Ju1gTlKMJbeT6tTO0vh7WNfiBPPjoIXLN+OUqVtiKFs6SGw==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index f90f4d941..b07d2fbb2 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "browserstack-cypress-cli": "1.26.2", "cli-table": "^0.3.6", "concurrently": "^7.3.0", - "cypress": "13.5.1", + "cypress": "13.6.0", "es-check": "^7.0.1", "es-cookie": "~1.3.2", "eslint": "^8.22.0",