From 491e6af1878160934b3222e57e1c3b32f1c03186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 12:53:39 +0100 Subject: [PATCH] build(deps-dev): bump cypress from 13.5.1 to 13.6.0 (#539) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b454f6b..71b7255d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "browserstack-cypress-cli": "^1.26.2", "concurrently": "^6.2.0", "cors": "^2.8.5", - "cypress": "^13.5.1", + "cypress": "^13.6.0", "eslint": "^8.54.0", "eslint-plugin-import": "*", "eslint-plugin-jsdoc": "*", @@ -9871,9 +9871,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": { @@ -34378,9 +34378,9 @@ "dev": true }, "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, "requires": { "@cypress/request": "^3.0.0", diff --git a/package.json b/package.json index 2d0cd216..017b7f3d 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "browserstack-cypress-cli": "^1.26.2", "concurrently": "^6.2.0", "cors": "^2.8.5", - "cypress": "^13.5.1", + "cypress": "^13.6.0", "eslint": "^8.54.0", "eslint-plugin-import": "latest", "eslint-plugin-jsdoc": "latest",