From cc02b015d3156e468fec7d184b2ee52cd64fee23 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 13 Nov 2023 13:49:59 +0000
Subject: [PATCH] chore(deps-dev): bump cypress from 13.4.0 to 13.5.0 (#9723)

Bumps [cypress](https://github.com/cypress-io/cypress) from 13.4.0 to 13.5.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.4.0...v13.5.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 b8ea2833e0..0589372395 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.4.0",
+        "cypress": "^13.5.0",
         "cypress-wait-for-stable-dom": "^0.1.0",
         "danger": "^11.3.0",
         "deepmerge": "^4.3.1",
@@ -9292,9 +9292,9 @@
       "dev": true
     },
     "node_modules/cypress": {
-      "version": "13.4.0",
-      "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.4.0.tgz",
-      "integrity": "sha512-KeWNC9xSHG/ewZURVbaQsBQg2mOKw4XhjJZFKjWbEjgZCdxpPXLpJnfq5Jns1Gvnjp6AlnIfpZfWFlDgVKXdWQ==",
+      "version": "13.5.0",
+      "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.0.tgz",
+      "integrity": "sha512-oh6U7h9w8wwHfzNDJQ6wVcAeXu31DlIYlNOBvfd6U4CcB8oe4akawQmH+QJVOMZlM42eBoCne015+svVqdwdRQ==",
       "dev": true,
       "hasInstallScript": true,
       "dependencies": {
diff --git a/package.json b/package.json
index 9e214051a8..2700c2f7c1 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.4.0",
+    "cypress": "^13.5.0",
     "cypress-wait-for-stable-dom": "^0.1.0",
     "danger": "^11.3.0",
     "deepmerge": "^4.3.1",
-- 
GitLab