From d4b7735e86f7123fdc0f829c01a41e30311eacb2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 29 Oct 2023 17:29:09 +0000
Subject: [PATCH] chore(deps-dev): bump cypress from 13.3.2 to 13.3.3 (#9696)

Bumps [cypress](https://github.com/cypress-io/cypress) from 13.3.2 to 13.3.3.
- [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.3.2...v13.3.3)

---
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 e9c680ddc5..18d4196bd0 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.3.2",
+        "cypress": "^13.3.3",
         "cypress-wait-for-stable-dom": "^0.1.0",
         "danger": "^11.3.0",
         "deepmerge": "^4.3.1",
@@ -9300,9 +9300,9 @@
       "dev": true
     },
     "node_modules/cypress": {
-      "version": "13.3.2",
-      "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.2.tgz",
-      "integrity": "sha512-ArLmZObcLC+xxCp7zJZZbhby9FUf5CueLej9dUM4+5j37FTS4iMSgHxQLDu01PydFUvDXcNoIVRCYrHHxD7Ybg==",
+      "version": "13.3.3",
+      "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.3.tgz",
+      "integrity": "sha512-mbdkojHhKB1xbrj7CrKWHi22uFx9P9vQFiR0sYDZZoK99OMp9/ZYN55TO5pjbXmV7xvCJ4JwBoADXjOJK8aCJw==",
       "dev": true,
       "hasInstallScript": true,
       "dependencies": {
diff --git a/package.json b/package.json
index d97a0b8309..2aec24e860 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.3.2",
+    "cypress": "^13.3.3",
     "cypress-wait-for-stable-dom": "^0.1.0",
     "danger": "^11.3.0",
     "deepmerge": "^4.3.1",
-- 
GitLab