From e1580d58a24591be00bcd82d02a4ceb938892d87 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 17 Mar 2025 00:58:15 +0000
Subject: [PATCH] Bump preline from 2.7.0 to 3.0.1

Bumps [preline](https://github.com/htmlstreamofficial/preline) from 2.7.0 to 3.0.1.
- [Release notes](https://github.com/htmlstreamofficial/preline/releases)
- [Commits](https://github.com/htmlstreamofficial/preline/commits)

---
updated-dependencies:
- dependency-name: preline
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 package-lock.json | 45 +++++++++++++++++++++++++++++++--------------
 package.json      |  2 +-
 2 files changed, 32 insertions(+), 15 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index c0a9732..d6e0e8b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5,7 +5,7 @@
     "packages": {
         "": {
             "dependencies": {
-                "preline": "^2.4.1",
+                "preline": "^3.0.1",
                 "vite-plugin-static-copy": "^2.2.0"
             },
             "devDependencies": {
@@ -406,6 +406,31 @@
                 "node": ">=18"
             }
         },
+        "node_modules/@floating-ui/core": {
+            "version": "1.6.9",
+            "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.9.tgz",
+            "integrity": "sha512-uMXCuQ3BItDUbAMhIXw7UPXRfAlOAvZzdK9BWpE60MCn+Svt3aLn9jsPTi/WNGlRUu2uI0v5S7JiIUsbsvh3fw==",
+            "license": "MIT",
+            "dependencies": {
+                "@floating-ui/utils": "^0.2.9"
+            }
+        },
+        "node_modules/@floating-ui/dom": {
+            "version": "1.6.13",
+            "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.13.tgz",
+            "integrity": "sha512-umqzocjDgNRGTuO7Q8CU32dkHkECqI8ZdMZ5Swb6QAM0t5rnlrN3lGo1hdpscRd3WS8T6DKYK4ephgIH9iRh3w==",
+            "license": "MIT",
+            "dependencies": {
+                "@floating-ui/core": "^1.6.0",
+                "@floating-ui/utils": "^0.2.9"
+            }
+        },
+        "node_modules/@floating-ui/utils": {
+            "version": "0.2.9",
+            "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.9.tgz",
+            "integrity": "sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==",
+            "license": "MIT"
+        },
         "node_modules/@isaacs/cliui": {
             "version": "8.0.2",
             "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
@@ -513,15 +538,6 @@
                 "node": ">=14"
             }
         },
-        "node_modules/@popperjs/core": {
-            "version": "2.11.8",
-            "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
-            "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
-            "funding": {
-                "type": "opencollective",
-                "url": "https://opencollective.com/popperjs"
-            }
-        },
         "node_modules/@rollup/rollup-android-arm-eabi": {
             "version": "4.35.0",
             "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.35.0.tgz",
@@ -1896,11 +1912,12 @@
             "dev": true
         },
         "node_modules/preline": {
-            "version": "2.7.0",
-            "resolved": "https://registry.npmjs.org/preline/-/preline-2.7.0.tgz",
-            "integrity": "sha512-xMuMVZ7aftBT1/5/3Rb48i/t+LWQfsUjBX7bls4peqS6h5OZTbIgz0N6eMDzuDlOZF3DiSWLehl00oGlAkvovw==",
+            "version": "3.0.1",
+            "resolved": "https://registry.npmjs.org/preline/-/preline-3.0.1.tgz",
+            "integrity": "sha512-rwtpdYZPCJZaJ+kGDCegmId/xrxx4IZMo+l+YCTaqis/ponVyVMimQ6TxTYjHgdOTpIbI5A9xXMYROXT4Jbbbg==",
+            "license": "Licensed under MIT and Preline UI Fair Use License",
             "dependencies": {
-                "@popperjs/core": "^2.11.2"
+                "@floating-ui/dom": "^1.6.13"
             }
         },
         "node_modules/queue-microtask": {
diff --git a/package.json b/package.json
index 27896b6..492c4b5 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
         "vite": "^6.1.0"
     },
     "dependencies": {
-        "preline": "^2.4.1",
+        "preline": "^3.0.1",
         "vite-plugin-static-copy": "^2.2.0"
     }
 }