From dfab763ccb1c9c54da56f4f25be88d069e943295 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 29 Apr 2024 13:40:06 +0100
Subject: [PATCH] chore(deps-dev): bump clsx from 2.1.0 to 2.1.1 (#10118)

Bumps [clsx](https://github.com/lukeed/clsx) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: clsx
  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 f2dc24d653..0c0ed7542c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -69,7 +69,7 @@
         "chai-datetime": "^1.8.0",
         "chai-string": "^1.4.0",
         "child-process-promise": "^2.2.1",
-        "clsx": "^2.1.0",
+        "clsx": "^2.1.1",
         "concurrently": "^8.2.2",
         "cypress": "^13.8.1",
         "cypress-wait-for-stable-dom": "^0.1.0",
@@ -7948,9 +7948,9 @@
       }
     },
     "node_modules/clsx": {
-      "version": "2.1.0",
-      "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz",
-      "integrity": "sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==",
+      "version": "2.1.1",
+      "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
+      "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
       "dev": true,
       "engines": {
         "node": ">=6"
diff --git a/package.json b/package.json
index 2791ed3027..0a6bfbc6ef 100644
--- a/package.json
+++ b/package.json
@@ -156,7 +156,7 @@
     "chai-datetime": "^1.8.0",
     "chai-string": "^1.4.0",
     "child-process-promise": "^2.2.1",
-    "clsx": "^2.1.0",
+    "clsx": "^2.1.1",
     "concurrently": "^8.2.2",
     "cypress": "^13.8.1",
     "cypress-wait-for-stable-dom": "^0.1.0",
-- 
GitLab