diff --git a/package-lock.json b/package-lock.json index 3809ba5..7baea19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "@tailwindcss/postcss": "^4.1.12", "flowbite": "^3.1.2", - "preline": "3.1", + "preline": "3.2", "vite-plugin-static-copy": "^3.0.0" }, "devDependencies": { @@ -1138,6 +1138,60 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.4.5", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.0.4", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.4.5", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.0.4", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "0.2.12", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.4.3", + "@emnapi/runtime": "^1.4.3", + "@tybys/wasm-util": "^0.10.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.0", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.0", + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.1.12", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.12.tgz", @@ -2325,9 +2379,9 @@ "license": "MIT" }, "node_modules/preline": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/preline/-/preline-3.1.0.tgz", - "integrity": "sha512-vBDqqcANzw1Fom1Ot0x/k2f0zGE9NgGqyfgycxqaG2XgIUyvWOjNB5r2urlabCMsdnURx1g9QRncElwO8iJskQ==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/preline/-/preline-3.2.3.tgz", + "integrity": "sha512-S13MFdC/1FWFz3S+oW1PlyZ6Alo0SZxJ9HwaZRg5IQZjcbKqCFIOXAbAhQeX0izauqWJXIQdKofhfCWBizwleQ==", "license": "Licensed under MIT and Preline UI Fair Use License", "dependencies": { "@floating-ui/dom": "^1.6.13", diff --git a/package.json b/package.json index 218021c..d0c5d39 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@tailwindcss/postcss": "^4.1.12", "flowbite": "^3.1.2", - "preline": "3.1", + "preline": "3.2", "vite-plugin-static-copy": "^3.0.0" } }