From 979361dfb6ffcb6e0f4d71a6fadea5a69e069286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 12:37:10 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 13.6.1 to 13.6.2 (#9850) Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.1 to 13.6.2. - [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.1...v13.6.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 164f935a78..286151a201 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "child-process-promise": "^2.2.1", "clsx": "^2.0.0", "concurrently": "^8.2.2", - "cypress": "^13.6.1", + "cypress": "^13.6.2", "cypress-wait-for-stable-dom": "^0.1.0", "danger": "^11.3.1", "deepmerge": "^4.3.1", @@ -9305,9 +9305,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.6.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.1.tgz", - "integrity": "sha512-k1Wl5PQcA/4UoTffYKKaxA0FJKwg8yenYNYRzLt11CUR0Kln+h7Udne6mdU1cUIdXBDTVZWtmiUjzqGs7/pEpw==", + "version": "13.6.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.2.tgz", + "integrity": "sha512-TW3bGdPU4BrfvMQYv1z3oMqj71YI4AlgJgnrycicmPZAXtvywVFZW9DAToshO65D97rCWfG/kqMFsYB6Kp91gQ==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 66c57b536d..ba4299a6ef 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "child-process-promise": "^2.2.1", "clsx": "^2.0.0", "concurrently": "^8.2.2", - "cypress": "^13.6.1", + "cypress": "^13.6.2", "cypress-wait-for-stable-dom": "^0.1.0", "danger": "^11.3.1", "deepmerge": "^4.3.1", -- GitLab