diff --git a/client/package-lock.json b/client/package-lock.json index d4a1a8f..ae842c0 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -32,7 +32,7 @@ "svelte-sonner": "^0.3.28", "tailwind-merge": "^3.0.2", "tailwindcss": "^4.0.13", - "tw-animate-css": "^1.2.3", + "tw-animate-css": "^1.2.4", "typescript": "^5.8.2", "typescript-eslint": "^8.26.1", "vite": "^6.2.2" @@ -6184,9 +6184,9 @@ "license": "MIT" }, "node_modules/nanoid": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.4.tgz", - "integrity": "sha512-GTFcMIDgR7tqji/LpSY8rtg464VnJl/j6ypoehYnuGb+Y8qZUdtKB8WVCXon0UEZgFDbuUxpIl//6FHLHgXSNA==", + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.5.tgz", + "integrity": "sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==", "dev": true, "funding": [ { @@ -6486,9 +6486,9 @@ } }, "node_modules/postcss/node_modules/nanoid": { - "version": "3.3.10", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.10.tgz", - "integrity": "sha512-vSJJTG+t/dIKAUhUDw/dLdZ9s//5OxcHqLaDWWrW4Cdq7o6tdLIczUkMXt2MBNmk6sJRZBZRXVixs7URY1CmIg==", + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", "dev": true, "funding": [ { @@ -7417,11 +7417,14 @@ "license": "0BSD" }, "node_modules/tw-animate-css": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/tw-animate-css/-/tw-animate-css-1.2.3.tgz", - "integrity": "sha512-G2p4jSSGH21vb/slt1iCAqPL2XmFM2/9LT/I8Z2XHUcHbLGaN7YPx3tg8PkU0QAVgG9hzkAGh0cTrCwFjbZrkg==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/tw-animate-css/-/tw-animate-css-1.2.4.tgz", + "integrity": "sha512-yt+HkJB41NAvOffe4NweJU6fLqAlVx/mBX6XmHRp15kq0JxTtOKaIw8pVSWM1Z+n2nXtyi7cW6C9f0WG/F/QAQ==", "dev": true, - "license": "MIT" + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/Wombosvideo" + } }, "node_modules/type-check": { "version": "0.4.0", diff --git a/client/package.json b/client/package.json index 5a031eb..7ef5602 100644 --- a/client/package.json +++ b/client/package.json @@ -38,7 +38,7 @@ "svelte-sonner": "^0.3.28", "tailwind-merge": "^3.0.2", "tailwindcss": "^4.0.13", - "tw-animate-css": "^1.2.3", + "tw-animate-css": "^1.2.4", "typescript": "^5.8.2", "typescript-eslint": "^8.26.1", "vite": "^6.2.2"