From db10a40976557afd6d1c380bf3d02936b2578484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 15:04:31 +0000 Subject: [PATCH] build(deps-dev): Bump cypress from 13.6.0 to 13.6.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.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.6.0...v13.6.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... 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 0e6173afe..fb3902fce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "browserstack-cypress-cli": "1.27.0", "cli-table": "^0.3.6", "concurrently": "^7.3.0", - "cypress": "13.6.0", + "cypress": "13.6.1", "es-check": "^7.0.1", "es-cookie": "~1.3.2", "eslint": "^8.22.0", @@ -4259,9 +4259,9 @@ } }, "node_modules/cypress": { - "version": "13.6.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.0.tgz", - "integrity": "sha512-quIsnFmtj4dBUEJYU4OH0H12bABJpSujvWexC24Ju1gTlKMJbeT6tTO0vh7WNfiBPPjoIXLN+OUqVtiKFs6SGw==", + "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, "dependencies": { diff --git a/package.json b/package.json index 4fadf92d4..c64af50bc 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "browserstack-cypress-cli": "1.27.0", "cli-table": "^0.3.6", "concurrently": "^7.3.0", - "cypress": "13.6.0", + "cypress": "13.6.1", "es-check": "^7.0.1", "es-cookie": "~1.3.2", "eslint": "^8.22.0",